patacongo commented on issue #12356:
URL: https://github.com/apache/nuttx/issues/12356#issuecomment-2123714446

   > EPC says that the NSH Shell is trying to execute the code at Address 0 and 
failing? This is very odd.
   
   Is zero a valid address in this architecture?  In ARM architectures, reset 
vectors are at virtual address zero and must never be re-mapped.
   
   I suspect this exception occurs immediately on startup of /bin/init.  Is 
zero the correct process startup address in the link?  The startup address 
should be in the ELF header.  Is the MMU configured properly to execute from 
address zero?
   
   Sorry... more questions than answers.
   
   


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to