masayuki2009 commented on PR #12882:
URL: https://github.com/apache/nuttx/pull/12882#issuecomment-2282744333

   @yf13 
   
   Hmm, I encountered the following error.
   
   ```
   $ /home/ishikawa/opensource/QEMU/qemu-9.0.0/build/qemu-system-arm -M 
lm3s6965evb -nographic -device loader,file=./nuttx.bin,addr=0x0 -device 
loader,file=./nuttx_user.bin,addr=0x2000
   qemu-system-arm: Some ROM regions are overlapping
   These ROM regions might have been loaded by direct user request or by 
default.
   They could be BIOS/firmware images, a guest kernel, initrd or some other 
file loaded into guest memory.
   Check whether you intended to load all this guest code, and whether it has 
been built to load to the correct addresses.
   
   The following two regions overlap (in the cpu-memory-0 address space):
     ./nuttx.bin (addresses 0x0000000000000000 - 0x000000000000e6f4)
     ./nuttx_user.bin (addresses 0x0000000000002000 - 0x00000000000101dc)
   ```


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