My board use imx6 solo.
I followed the imx-yocto-L5.15.71_2.2.0 guides.
I built u-boot.imx like below.
------------------------------------------------
make mx6soloabreatuo_defconfig
make
make u-boot.imx
uuu u-boot.imx
user@ubuntu:~/Desktop/tftpboot$ sudo uuu u-boot.imx
[sudo] password for user:
uuu (Universal Update Utility) for nxp imx chips -- libuuu_1.5.21-0-g1f42172
Success 1 Failure 0
1:1 2/ 2 [Done ] SDP: done
-------------------------------------------------------------------------------------------------------
But, booting seems to be failed because the console window doesn't show any response.
What's the problem? How can I build u-boot.imx for UUU?
Let me know..