-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
imx8mq: Fail to build due to RAM overflow #27
Comments
Ping other NXP platform maintainers @MrVan @pangupta |
Based on this patch from @JackyBai , this platform build is broken from a long time. |
Doesn't NXP have an interest in maintaining i.MX8MQ TF-A support any longer? If so, please fix it. Otherwise, remove i.MX8MQ support. |
Hi Fabio, i.MX8MQ still need to be supported, but due to the too small OCRAM limitation, it can not be build successfully with mainline TF-A for now. if we want to make it build with some features dropped, I can workout a patch to fix it. For this SoC, suggested to use the NXP release as in NXP yocto release, we add some special hack to make it work with no feature dropped. |
I gave a quick try and it seems the platform has deviated a bit more than just the RAM issue:
Beyond the above, would it be possible to pass platform options such that the platform can at least build in the CI even if those options do not reflect a real world usage? |
Hi Jacky,
Please submit a patch so TF-A mainline can build and work on i.MX8MQ.
The latest NXP TF-A also fails. Please see this report: |
Since commit dd108c3
It is no longer possible to build TF-A for imx8mq because the internal RAM size overflowed:
@JackyBai please take a look.
v2.8 builds fine on imx8mq. v2.9 to v2.11 fails to build.
The text was updated successfully, but these errors were encountered: