Skip to main content
Visitor II
September 5, 2020
Solved

How do I flash the X-LINUX-PREDMNT image to an SD Card as stated in UM2369

  • September 5, 2020
  • 2 replies
  • 1465 views

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?​

    This topic has been closed for replies.
    Best answer by mleo

    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

    2 replies

    mleoAnswer
    Visitor II
    September 7, 2020

    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

    IBoak.1Author
    Visitor II
    October 18, 2020

    Thanks so much for your help and response Milan.