diff options
| -rw-r--r-- | filtered_output.txt | 7 | ||||
| -rwxr-xr-x | ino_to_running.sh | 6 | ||||
| -rw-r--r-- | output.txt | 96 |
3 files changed, 61 insertions, 48 deletions
diff --git a/filtered_output.txt b/filtered_output.txt new file mode 100644 index 0000000..78e8160 --- /dev/null +++ b/filtered_output.txt @@ -0,0 +1,7 @@ +I
+T
+W
+O
+R
+K
+S
diff --git a/ino_to_running.sh b/ino_to_running.sh index 3aa155e..93cabfc 100755 --- a/ino_to_running.sh +++ b/ino_to_running.sh @@ -79,5 +79,11 @@ while read -r line; do break fi done < <(tail --pid="$QEMU_PID" -Fn0 output.txt) +sed -n '/uart: queue free spaces/,${ +/uart: queue free spaces/d +$d +p +}' output.txt > filtered_output.txt + wait "$QEMU_PID" 2>/dev/null @@ -10,53 +10,53 @@ ho 0 tail 12 room 4 load:0x40078000,len:15916
load:0x40080400,len:3860
entry 0x40080638
-I (656) boot: ESP-IDF v5.5.1 2nd stage bootloader
-I (657) boot: compile time Dec 27 2025 21:40:57
-I (657) boot: Multicore bootloader
-I (684) boot: chip revision: v0.0
-I (686) boot.esp32: SPI Speed : 40MHz
-I (686) boot.esp32: SPI Mode : DIO
-I (687) boot.esp32: SPI Flash Size : 2MB
-I (692) boot: Enabling RNG early entropy source...
-I (699) boot: Partition Table:
-I (699) boot: ## Label Usage Type ST Offset Length
-I (699) boot: 0 nvs WiFi data 01 02 00009000 00006000
-I (700) boot: 1 phy_init RF data 01 01 0000f000 00001000
-I (700) boot: 2 factory factory app 00 00 00010000 00100000
-I (704) boot: End of partition table
-I (730) esp_image: segment 0: paddr=00010020 vaddr=3f400020 size=0d234h ( 53812) map
-I (747) esp_image: segment 1: paddr=0001d25c vaddr=3ffb0000 size=02560h ( 9568) load
-I (760) esp_image: segment 2: paddr=0001f7c4 vaddr=40080000 size=00854h ( 2132) load
-I (773) esp_image: segment 3: paddr=00020020 vaddr=400d0020 size=1fee4h (130788) map
-I (796) esp_image: segment 4: paddr=0003ff0c vaddr=40080854 size=0e160h ( 57696) load
-I (813) esp_image: segment 5: paddr=0004e074 vaddr=50000000 size=00020h ( 32) load
-I (854) boot: Loaded app from partition at offset 0x10000
-I (854) boot: Disabling RNG early entropy source...
-I (866) cpu_start: Multicore app
-I (1437) cpu_start: Pro cpu start user code
-I (1438) cpu_start: cpu freq: 160000000 Hz
-I (1438) app_init: Application information:
-I (1438) app_init: Project name: arduino_to_esp
-I (1439) app_init: App version: 567c2f9-dirty
-I (1439) app_init: Compile time: Dec 27 2025 22:53:34
-I (1439) app_init: ELF file SHA256: 61d3afe21...
-I (1439) app_init: ESP-IDF: v5.5.1
-I (1440) efuse_init: Min chip rev: v0.0
-I (1440) efuse_init: Max chip rev: v3.99
-I (1440) efuse_init: Chip rev: v0.0
-I (1441) heap_init: Initializing. RAM available for dynamic allocation:
-I (1442) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
-I (1442) heap_init: At 3FFB34A8 len 0002CB58 (178 KiB): DRAM
-I (1443) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
-I (1443) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
-I (1443) heap_init: At 4008E9B4 len 0001164C (69 KiB): IRAM
-I (1462) spi_flash: detected chip: gd
-I (1468) spi_flash: flash io: dio
-W (1471) spi_flash: Detected size(4096k) larger than the size in the binary image header(2048k). Using the size in the binary image header.
-I (1479) main_task: Started on CPU0
-I (1485) main_task: Calling app_main()
-I (1719) main_task: Returned from app_main()
-I (1722) uart: queue free spaces: 20
+I (659) boot: ESP-IDF v5.5.1 2nd stage bootloader
+I (660) boot: compile time Dec 27 2025 21:40:57
+I (660) boot: Multicore bootloader
+I (759) boot: chip revision: v0.0
+I (761) boot.esp32: SPI Speed : 40MHz
+I (761) boot.esp32: SPI Mode : DIO
+I (761) boot.esp32: SPI Flash Size : 2MB
+I (766) boot: Enabling RNG early entropy source...
+I (773) boot: Partition Table:
+I (773) boot: ## Label Usage Type ST Offset Length
+I (773) boot: 0 nvs WiFi data 01 02 00009000 00006000
+I (774) boot: 1 phy_init RF data 01 01 0000f000 00001000
+I (774) boot: 2 factory factory app 00 00 00010000 00100000
+I (776) boot: End of partition table
+I (801) esp_image: segment 0: paddr=00010020 vaddr=3f400020 size=0d234h ( 53812) map
+I (817) esp_image: segment 1: paddr=0001d25c vaddr=3ffb0000 size=02560h ( 9568) load
+I (829) esp_image: segment 2: paddr=0001f7c4 vaddr=40080000 size=00854h ( 2132) load
+I (841) esp_image: segment 3: paddr=00020020 vaddr=400d0020 size=1fee4h (130788) map
+I (864) esp_image: segment 4: paddr=0003ff0c vaddr=40080854 size=0e160h ( 57696) load
+I (882) esp_image: segment 5: paddr=0004e074 vaddr=50000000 size=00020h ( 32) load
+I (925) boot: Loaded app from partition at offset 0x10000
+I (926) boot: Disabling RNG early entropy source...
+I (944) cpu_start: Multicore app
+I (1598) cpu_start: Pro cpu start user code
+I (1599) cpu_start: cpu freq: 160000000 Hz
+I (1599) app_init: Application information:
+I (1600) app_init: Project name: arduino_to_esp
+I (1600) app_init: App version: 3d75fb4-dirty
+I (1600) app_init: Compile time: Dec 27 2025 23:49:10
+I (1601) app_init: ELF file SHA256: b6597ccd0...
+I (1601) app_init: ESP-IDF: v5.5.1
+I (1601) efuse_init: Min chip rev: v0.0
+I (1602) efuse_init: Max chip rev: v3.99
+I (1602) efuse_init: Chip rev: v0.0
+I (1603) heap_init: Initializing. RAM available for dynamic allocation:
+I (1604) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
+I (1604) heap_init: At 3FFB34A8 len 0002CB58 (178 KiB): DRAM
+I (1604) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
+I (1605) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
+I (1605) heap_init: At 4008E9B4 len 0001164C (69 KiB): IRAM
+I (1624) spi_flash: detected chip: gd
+I (1626) spi_flash: flash io: dio
+W (1630) spi_flash: Detected size(4096k) larger than the size in the binary image header(2048k). Using the size in the binary image header.
+I (1639) main_task: Started on CPU0
+I (1649) main_task: Calling app_main()
+I (1867) main_task: Returned from app_main()
+I (1871) uart: queue free spaces: 20
I
T
W
@@ -64,4 +64,4 @@ O R
K
S
-qemu-system-xtensa: terminating on signal 15 from pid 1879865 (timeout) +qemu-system-xtensa: terminating on signal 15 from pid 1895426 (timeout) |
