Yocto produces a uboot.imx file.
How to make uboot.bin using Yocto ?
Or is there a script for it ?
Cheers, Jaakko
You don't need u-boot.bin. Just use u-boot.imx.
Hi
Jaakko
You can find your all required output files in tmp/work/deploy/images/imx6qsabresd/
Thanks
Saurabh
You can find the .bin in
/yocto-dora/build/tmp/work/imx6qsabresd-poky-linux-gnueabi/u-boot-fslc/v2013.10-r1/git$ ls -la *.bin
-rw-r--r-- 1 jaska jaska 281852 joulu 18 10:24 u-boot.bin
there is .imx also.
Hi Jaako
please look below for descriptions of uboot.imx and uboot.bin
u-boot-pi/README.imximage at master · gonzoua/u-boot-pi · GitHub
In general each distribution has own uboot image configuartion
and tested methods for SD flashing, so it is recommended to use
default path.
Best regards
igor