2020-09-05 04:17 PM
In manual UM2369 it states the following:
"To set up an STM32MP157C-DK2 Discovery kit as the Edge gateway for your Predictive Maintenance Platform,
you can either:
• Use a pre-configured image by ST; these can be flashed onto an SD card and run on the Discovery board. In
this case you can skip the gateway configuration procedure and proceed directly to connecting to the
gateway via SSH.
– X-LINUX-PREDMNT"
I downloaded the appropriate *.imgc file to my HostPC. I also managed to get the STM32Programmer working with DFU and flashed the Starter Package to my Discovery Kit Gateway. The manual or broader website doesn't state how to actually do what UM2369 states in the above paragraph. Anybody have some step-by-step guidance for me?
Solved! Go to Solution.
2020-09-07 04:55 AM
Hello @IBoak.1 ,
To can use this tool to either flash sdcard or create image for dd command.
https://hddguru.com/software/HDD-Raw-Copy-Tool/
The other option is to follow instruction for yocto and use Cube programmer to flash it .
Hope this helps
Milan
2020-09-07 04:55 AM
Hello @IBoak.1 ,
To can use this tool to either flash sdcard or create image for dd command.
https://hddguru.com/software/HDD-Raw-Copy-Tool/
The other option is to follow instruction for yocto and use Cube programmer to flash it .
Hope this helps
Milan
2020-10-18 04:47 PM
Thanks so much for your help and response Milan.