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


   @Ouss4  Thanks for you advice.
   
   I just add config `CONFIG_ESP32_QEMU_IMAGE`
   
   But now QEMU hang in `I (1703) boot: Disabling RNG early entropy source...`
   
   ```
   zyl@zyl:~/nuttx$ qemu-system-xtensa -nographic \
   >     -machine esp32 -smp 2\
   >     -drive file=nuttx.merged.bin,if=mtd,format=raw
   ==882604==WARNING: ASan doesn't fully support makecontext/swapcontext 
functions and may produce false positives in some cases!
   Adding SPI flash device
   ets Jul 29 2019 12:21:46
   rst:0x1 (POWERON_RESET),boot:0x12 (SPI_FAST_FLASH_BOOT)
   configsip: 0, SPIWP:0xee
   clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
   mode:DIO, clock div:2
   load:0x3fff0030,len:6604
   ho 0 tail 12 room 4
   load:0x40078000,len:14780
   load:0x40080400,len:3792
   entry 0x40080694
   I (1073) boot: ESP-IDF v4.4 2nd stage bootloader
   I (1088) boot: compile time 19:32:08
   I (1108) boot: chip revision: 0
   I (1123) boot.esp32: SPI Speed      : 40MHz
   I (1125) boot.esp32: SPI Mode       : DIO
   I (1126) boot.esp32: SPI Flash Size : 4MB
   I (1150) boot: Enabling RNG early entropy source...
   I (1181) boot: Partition Table:
   I (1182) boot: ## Label            Usage          Type ST Offset   Length
   I (1184) boot:  0 factory          factory app      00 00 00010000 00100000
   I (1201) boot: End of partition table
   I (1219) esp_image: segment 0: paddr=00010020 vaddr=3f400020 size=01aa0h (  
6816) map
   I (1277) esp_image: segment 1: paddr=00011ac8 vaddr=3ffb1310 size=000cch (   
204) load
   I (1316) esp_image: segment 2: paddr=00011b9c vaddr=40080000 size=0174ch (  
5964) load
   I (1378) esp_image: segment 3: paddr=000132f0 vaddr=00000000 size=0cd28h ( 
52520) 
   I (1531) esp_image: segment 4: paddr=00020020 vaddr=400d0020 size=0f140h ( 
61760) map
   I (1699) boot: Loaded app from partition at offset 0x10000
   I (1703) boot: Disabling RNG early entropy source...
   ```
   
   


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