
Hi Fabio,
On 2021-02-23 00:10, Fabio Estevam wrote:
Hi Peter,
On Sun, Feb 14, 2021 at 4:20 PM Peter Bergin peter@berginkonsult.se wrote:
Update imx-atf and firmware-imx to latest released versions.
Update address of ATF_LOAD_ADDR that has changed to 0x970000 in imx-atf commit 48733cb4e773a7584ced601de9d717efa3d73815.
Add 'O=' to make and build in separate directory as one issue has been noticed where it was trouble building directly inside u-boot source dir. Restructure the workflow
What build issue do you see?
You can find more info in this thread https://lists.denx.de/pipermail/u-boot/2021-February/441103.html
It is not a build issue it is a boot issue. But caused at build time as in some way the produced binary is different in some way.
We don't pass 'O=' option on any other i.MX board. Why do we need to do this with this board?
It solved my problem. I should spend more time and dig down further to see the real issue, haven't had time for it yet. When I reproduced the issue I had boot problem all the time I built in u-boot and no issues when I built in a separate build directory.
Regards, /Peter