henrykotze commented on issue #17809:
URL: https://github.com/apache/nuttx/issues/17809#issuecomment-3840846893

   Managed to get simpleboot to work without any changes to nuttx: no need to 
add the IRAM_ATTR to the start functions! 🙌  The issue was in the linker file: 
It couldn't find the esp_start function, so i just needed to add the wildcard 
*. 
   
   
   > Why do you use legacy bootloader?
   
   Short Story: I dont, I want to use simple boot. 
   
   Long story: A year ago, I had PX4 running stably on the ESP32 with NuttX 
10.3 using the legacy bootloader. When migrating to NuttX 12.10, I initially 
implemented 'simple boot' to get things running. However, after seeing 
@w2016561536 successfully use the legacy bootloader without NuttX 
modifications, I decided to revisit my legacy setup and investigate the 
IRAM_ATTR issue."
    
   


-- 
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]

Reply via email to