Zepp-Hanzj commented on PR #19012: URL: https://github.com/apache/nuttx/pull/19012#issuecomment-4593772620
## Verification Report ### Problem Make.defs references sram.ld when CONFIG_BOOT_RUNFROMISRAM=y, but file was missing. ### Solution Created sram.ld placing all sections in SRAM instead of Flash. ### Key Changes - Removed BOOT_HEADER section (not needed for SRAM boot) - .text, .data, .bss all in SRAM - Maintained 8-byte alignment for ECC compatibility - Preserved all required symbols ### Reference s32k344evb board (same S32K3XX family) already has sram.ld with same structure. ### Verification - Linker script syntax correct - All symbols defined - Memory regions correct - Section alignment maintained - No breaking changes Fixes: #18365 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
