arnavsharma990 commented on issue #20113:
URL: https://github.com/apache/nuttx/issues/20113#issuecomment-5636113390

   Hey! Welcome to NuttX! 👋
   
   I think the issue is most likely the **platform/image mismatch**, rather 
than the NuttX build itself.
   
   ### Could you share these details?
   
   You built NuttX for **`star64`**, but are running it with QEMU's 
**`sifive_u`** machine. These are different platforms: Star64 uses the 
**StarFive JH7110**, while `sifive_u` models the **SiFive FU540**.
   
   The ROM overlap may also be related to how QEMU is loading the image with 
OpenSBI.
   
   Could you share:
   
   ```bash
   readelf -h nuttx | grep Entry
   qemu-system-riscv64 --version
   ```
   
   And the exact NuttX configuration, e.g.:
   
   ```text
   star64:nsh
   ```
   
   
   


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