masayuki2009 commented on pull request #5407:
URL: https://github.com/apache/incubator-nuttx/pull/5407#issuecomment-1029513575
@Ouss4
Thanks, it works now!
```
$ ~/opensource/QEMU/qemu-esp-develop-20220203/build/qemu-system-xtensa
-nographic -machine esp32 -smp 2 -drive
file=./nuttx.merged.bin,if=mtd,format=raw
==21302==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:6936
load:0x40078000,len:14356
load:0x40080400,len:3716
entry 0x40080680
I (1278) boot: ESP-IDF v4.3.1-245-gba15ac8634 2nd stage bootloader
I (1289) boot: compile time 18:01:38
I (1302) boot: chip revision: 0
I (1329) boot.esp32: SPI Speed : 40MHz
I (1331) boot.esp32: SPI Mode : DIO
I (1332) boot.esp32: SPI Flash Size : 4MB
I (1353) boot: Enabling RNG early entropy source...
I (1379) boot: Partition Table:
I (1380) boot: ## Label Usage Type ST Offset Length
I (1382) boot: 0 factory factory app 00 00 00010000 00100000
I (1425) boot: End of partition table
I (1443) esp_image: segment 0: paddr=00010020 vaddr=3f400020 size=086a8h (
34472) map
I (1529) esp_image: segment 1: paddr=000186d0 vaddr=3ffb3ce0 size=000f0h (
240) load
I (1567) esp_image: segment 2: paddr=000187c8 vaddr=40080000 size=01c58h (
7256) load
I (1669) esp_image: segment 3: paddr=0001a428 vaddr=00000000 size=05bf0h (
23536)
I (1783) esp_image: segment 4: paddr=00020020 vaddr=400d0020 size=16d9ch (
93596) map
I (2059) boot: Loaded app from partition at offset 0x10000
I (2062) boot: Disabling RNG early entropy source...
NuttShell (NSH) NuttX-10.2.0
nsh> ps
PID GROUP CPU PRI POLICY TYPE NPX STATE EVENT SIGMASK STACK
USED FILLED COMMAND
0 0 0 0 FIFO Kthread N-- Assigned 00000000 003040
000976 32.1% CPU0 IDLE
1 1 1 0 FIFO Kthread N-- Running 00000000 003040
000032 1.0% CPU1 IDLE
2 2 0 100 RR Task --- Running 00000000 002000
001840 92.0%! nsh_main
```
--
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]