Hi I am trying to build Uboot for the Google Coral board.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.
The build instructions found here differ.
Thank you so much for you reply.
In the page you sent, it doesnt specify where he gets the uboot tree from. Do you know where?
The README is from the master branch of the 'u-boot' upstream project.
I think I did see those steps work with https://coral.googlesource.com/uboot-imx y'day. But, I am not not aware of the differences between the various trees. More specifically, if you are not allowed anything except 'make u-boot.imx', then you may want to raise a question with those who recommended that command, or with Google. I suppose that 'make u-boot.imx' would also fail similarly with the 'u-boot' upstream project.
Thank you so much again for your reply. Could you point me to the link for the uboot master branch upstream project? Appreciate it.
I'm also facing in the same trouble. If I found any solution then I'll let you know website