Hi I am trying to build Uboot for the Google Coral board which is based on imx8.I did the following on my Ubuntu 20.04 laptop:sudo apt install g++-aarch64-linux-gnusudo apt install device-tree-compilergit clone https://coral.googlesource.com/uboot-imxmake ARCH=arm64 mx8mq_phanbell_defconfigmake CROSS_COMPILE=aarch64-linux-gnu- u-boot.imxI am getting an error message at the end of the build and it says something like Can't open spl/u-boot-spl-ddr.bin.Anyone has a clue what is going on? Thank you so much.
Hello
I'm using the imx8mm evk board and in the same situation.
Did you find a solution through Yuri's answer?
Thanks in advance.
@DurianDennis Hello,
Use the following resources - how to build images for the Coral.
https://coral.ai/software/#debian-packages
https://coral.googlesource.com/docs/+/refs/heads/master/GettingStarted.md
https://coral.googlesource.com/docs
Regards,Yuri