Zepp-Hanzj opened a new pull request, #19012: URL: https://github.com/apache/nuttx/pull/19012
## Summary Add missing linker script for configuration. The references when , but the file was missing, causing build failures. This script places all sections (.text, .data, .bss) in SRAM instead of Flash, enabling execution from SRAM. Fixes: #18365 ## Impact * Is new feature added? Is existing feature changed? NO * Impact on user (will user need to adapt to change)? NO * Impact on build (will build process change)? NO * Impact on hardware (will arch(s) / board(s) / driver(s) change)? YES - mr-canhubk3 board now supports CONFIG_BOOT_RUNFROMISRAM * Impact on documentation (is update required / provided)? NO * Impact on security (any sort of implications)? NO * Impact on compatibility (backward/forward/interoperability)? NO ## Testing I confirm that changes are verified on local setup and works as intended: * Build Host(s): Linux x86_64 * Target(s): sim:nsh (for verification) The linker script follows the same structure as flash.ld but places all sections in SRAM instead of Flash. -- 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]
