Hi,
I prepared a SD card using the provide command of
sudo dd if=imx-image-full-imx93evk.wic of=/dev/mmcblk0 bs=1M && sync
The evk can be booted up with no issue.
I change the uboot in SD using the following command, the image is from the yocto project
sudo dd if=u-boot-spl.bin-sd-2022.04-r0 of=/dev/mmcblk0 bs=1k seek=32 conv=fsync
The evk cannot boot up.
The question I have, using the dd command, should I flash the .bin or .elf uboot, since I see both files.
When I browse the SD card, I can see the boot partition filled with DTBs and a Image.bin, no file on uboot ? where is the uboot image stored ?
Thanks.
已解决! 转到解答。
you can refer to the linux user guide
Hi @cesarbonetz
can you check if uboot image is included in your .wic file?
for me, I didn't use pre-built .wic image, but built boot image from imx-yocto project
following are what I did to generate boot image and flash it to sdcard
$ mkdir imx-bsp-6.1.1-1.0.0
$ cd imx-bsp-6.1.1-1.0.0
$ repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-langdale -m imx-6.1.1-1.0.0.xml
$ repo sync
$ MACHINE=imx93evk DISTRO=fsl-imx-xwayland source ./imx-setup-release.sh -b bld-imx93evk
$ bitbake imx-boot
after build completes.
flashed boot image "tmp/work/imx93evk-poky-linux/imx-boot/1.0-r0/deploy-imx-boot/imx-boot-tagged" to my sdcard
with command
$ sudo dd if=imx-boot-tagged of=/dev/sda bs=1k seek=32 conv=fsync
Hope this can help
Thanks,
Jiada
Hello
I am also trying to replace uboot image, after flash
Hello,
seems there is issue with imx-image-multimedia-imx93evk.wic extracted from LF_v6.1.36-2.1.0_images_IMX93EVK.zip
with a manually built wic image, I am able to boot from sdcard
thanks,
jiada
Hello, I am using the MCIMX93 development board. I currently use UUU to download imx-boot-imx93-11x11-lpddr4x-evk-sd.bin-flash_singleboot and download it to emmc. The entire command is: uuu - b emmc_all imx-boot-imx93-11x11-lpddr4x-evk-sd.bin-flash_singleboot, I now need to know where this uboot is in emmc, so as to do uboot online update