tmedicci commented on issue #17641:
URL: https://github.com/apache/nuttx/issues/17641#issuecomment-3993358423

   > [@fdcavalcanti](https://github.com/fdcavalcanti) 
[@tmedicci](https://github.com/tmedicci) 
[@almir-okato](https://github.com/almir-okato) 
[@aviralgarg05](https://github.com/aviralgarg05)
   > 
   > I have been working on trying to implement this feature for simpleboot 
(similar to what [@aviralgarg05](https://github.com/aviralgarg05) has been 
proposing). However it seems that even the simplest reboot (jumping to the 
entry of the simpleboot image) does not work (NuttX hangs at `nx_start: CPU0: 
Beginning Idle Loop`).
   > 
   > What could be the cause of this ?
   
   It's hard to tell. The easiest way of debugging would be using GDB + 
openocd-esp32 on debug pins and check where it's hanging. I'd bet that 
something is missing proper initialization (eventually a mutex/semaphore whose 
value isn't being cleaned during initialization).


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