-
-
Notifications
You must be signed in to change notification settings - Fork 352
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
chore: Use the CMake way for linker options #4396
Conversation
And fix and issue with the SDRAM start address not being used properly in the bootloader linker command.
Unfortunately, this does not solve issue #4385. |
Makes sense, it is aimed at fixing some totally different issue: PL18 / EL18 bootloader not starting (due to wrong SDRAM address). |
PL18 works, I believed that El18 should works as well. |
@raphaelcoeffic Seems the PR misses the parameter to override the SDRAM size definition. |
Commando8 does not boot the main firmware properly with this PR or nightly, so something broke for it somewhere between now and Oct-27 (that's the last build I flashed on it ... for #3870). |
@raphaelcoeffic I added the SDRAM size definition support based on your scripts. |
Thx! Looks good to me! |
And fix an issue with the SDRAM start address not being used properly in the bootloader linker command.