Creating a bootable SD card with dd
I've tried to create a bootable CD card image using both the Starter image as well as a Yocto built image. In both cases the device fails to boot.
I've gone into stm32mp1-openstlinux-4.19-thud-mp1-19-02-20/images/stm32mp1 directory and then run:
scripts/create_sdcard_from_flashlayout.sh flashlayout_st-image-weston/FlashLayout_sdcard_stm32mp157c-dk2-basic.tsvThis creates a .RAW image and instruction on how to load that onto the SD card. I then run:
sudo dd if=flashlayout_st-image-weston/../flashlayout_st-image-weston_FlashLayout_sdcard_stm32mp157c-dk2-basic.raw of=/dev/sdb bs=8M conv=fdatasync status=progressWhen this is done I insert the SD card into the stm32mp157c-dk2 board and set both boot dip switches to on. I then apply power and nothing happens. There is no output on the terminal.
Is this method supported?
