You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/02/03 23:21:14 UTC

[GitHub] [incubator-nuttx] masayuki2009 edited a comment on pull request #5407: arch/xtensa/esp32: Remove the QEMU special case when initializing the heap.

masayuki2009 edited a comment on pull request #5407:
URL: https://github.com/apache/incubator-nuttx/pull/5407#issuecomment-1029493261


   >@masayuki2009 is nuttx.bin the flash image that includes all 3 binaries? There is also the option to generate the >nuttx.merged.bin for QEMU.
   
   @Ouss4 
   No, because
   
   >QEMU is now loading the same image as the hardware chip and thus this
   >special case doesn't exist anymore.
   
   I thought we can use the nuttx.bin for QEMU
   
   Now I tried to load ./nuttx.merged.bin but it still fails.
   
   $ ~/opensource/QEMU/qemu-esp-develop-20220203/build/qemu-system-xtensa -nographic -machine esp32 -smp 2 -drive file=./nuttx.merged.bin,if=mtd,format=raw
   ==31047==WARNING: ASan doesn't fully support makecontext/swapcontext functions and may produce false positives in some cases!
   Adding SPI flash device
   qemu-system-xtensa: Error: -bios argument not set, and ROM code binary not found (1)
   


-- 
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-unsubscribe@nuttx.apache.org

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