Building U-Boot |
![]() |
This application note explains how to build the U-Boot image for booting the Emcraft STM32MP1 System-On-Module from SD card. Step through the following procedure:
$ bitbake u-boot-stm32mp $ ls -l tmp-glibc/deploy/images/stm32mp1-som/bootloader/ [email protected]:~# dd if=u-boot-stm32mp1-som-trusted.stm32 of=/dev/mmcblk1p1 bs=1k conv=fdatasync |