+1
Logs:
- esp32s3-devkit:wifi (built with `nxdiag`):
- Build command:
```
make -j distclean && ./tools/configure.sh esp32s3-devkit:wifi && \
2 ✘
kconfig-tweak -e ESP32S3_MERGE_BINS && \
kconfig-tweak -e CONFIG_DEBUG_ASSERTIONS && \
kconfig-tweak -e CONFIG_DEBUG_ERROR && \
kconfig-tweak -e CONFIG_DEBUG_FEATURES && \
kconfig-tweak -e CONFIG_SYSTEM_NXDIAG && \
kconfig-tweak -e CONFIG_SYSTEM_NXDIAG_ESPRESSIF && \
make olddefconfig -s -j && \
make -j bootloader && make ESPTOOL_BINDIR=./ -s -j && \
esptool.py -c esp32s3 -p /dev/ttyUSB0 -b 921600 --after no_reset
write_flash -fs detect -fm dio 0x0 nuttx.merged.bin && \
minicom -D /dev/ttyUSB0
```
- NSH:
```
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3818,len:0x1664
load:0x403c9700,len:0x4
load:0x403c9704,len:0xb74
load:0x403cc700,len:0x2e8c
entry 0x403c98fc
I (27) boot: ESP-IDF v5.1-dev-3972-g1559b6309f 2nd stage bootloader
I (27) boot: compile time Mar 15 2023 12:14:10
I (28) boot: chip revision: v0.1
I (31) boot.esp32s3: Boot SPI Speed : 80MHz
I (36) boot.esp32s3: SPI Mode : DIO
I (41) boot.esp32s3: SPI Flash Size : 4MB
I (46) boot: Enabling RNG early entropy source...
I (51) boot: Partition Table:
I (55) boot: ## Label Usage Type ST Offset
Length
I (62) boot: 0 factory factory app 00 00 00010000
00100000
I (69) boot: End of partition table
I (74) esp_image: segment 0: paddr=00010020 vaddr=3c070020
size=17bf4h ( 97268) map
I (100) esp_image: segment 1: paddr=00027c1c vaddr=3fc999c0
size=01fech ( 8172) load
I (102) esp_image: segment 2: paddr=00029c10 vaddr=40374000
size=06408h ( 25608) load
I (111) esp_image: segment 3: paddr=00030020 vaddr=42000020
size=6eb68h (453480) map
I (195) esp_image: segment 4: paddr=0009eb90 vaddr=4037a408
size=00c78h ( 3192) load
I (204) boot: Loaded app from partition at offset 0x10000
I (204) boot: Disabling RNG early entropy source...
AB
NuttShell (NSH) NuttX-12.3.0
nsh> nxdiag --all
Nxdiag Report:
NuttX RTOS info:
Hostname:
Release: 12.3.0
Build: 1d349a2a32 Oct 9 2023 16:24:41
Arch: xtensa
Defconfig: esp32s3-devkit:wifi-dirty
Host system OS:
Linux tiago-latitude5430 6.1.55-1-MANJARO #1 SMP
PREEMPT_DYNAMIC Sat Sep 23 12:13:56 UTC 2023 x86_64
Espressif specific information:
Bootloader version:
esp32: Bootloader image not found
esp32s2: Bootloader image not found
esp32s3: v5.1-dev-3972-g1559b6309f
esp32c2: Bootloader image not found
esp32c3: Bootloader image not found
esp32c6: Bootloader image not found
esp32h2: Bootloader image not found
Toolchain version:
clang: clang version 16.0.6
gcc: gcc (GCC) 13.2.1 20230801
xtensa-esp32-elf-gcc: xtensa-esp32-elf-gcc (crosstool-NG
esp-12.2.0_20230208) 12.2.0
xtensa-esp32s2-elf-gcc: xtensa-esp32s2-elf-gcc (crosstool-NG
esp-12.2.0_20230208) 12.2.0
xtensa-esp32s3-elf-gcc: xtensa-esp32s3-elf-gcc (crosstool-NG
esp-12.2.0_20230208) 12.2.0
riscv32-esp-elf-gcc: riscv32-esp-elf-gcc (crosstool-NG
esp-12.2.0_20230208) 12.2.0
riscv64-unknown-elf-gcc: riscv64-unknown-elf-gcc (SiFive
GCC-Metal 10.2.0-2020.12.8) 10.2.0
Esptool version: 4.6.1
HAL version: sync/release_v5.1.c-nuttx-20230814-28-g45c33111b4
nsh>
```
- esp32c3-generic:nsh (built with `nxdiag`):
- Build command:
```
make -j distclean && ./tools/configure.sh esp32c3-generic:nsh && \
2 ✘
kconfig-tweak -e ESPRESSIF_MERGE_BINS && \
kconfig-tweak -e CONFIG_DEBUG_ASSERTIONS && \
kconfig-tweak -e CONFIG_DEBUG_ERROR && \
kconfig-tweak -e CONFIG_DEBUG_FEATURES && \
kconfig-tweak -e CONFIG_SYSTEM_NXDIAG && \
kconfig-tweak -e CONFIG_SYSTEM_NXDIAG_ESPRESSIF && \
make olddefconfig -s -j && \
make -j bootloader && make ESPTOOL_BINDIR=./ -s -j && \
esptool.py -c esp32c3 -p /dev/ttyUSB0 -b 921600 --after no_reset
write_flash -fs detect -fm dio 0x0 nuttx.merged.bin && \
minicom -D /dev/ttyUSB0
```
- NSH:
```
ESP-ROM:esp32c3-api1-20210207
Build:Feb 7 2021
rst:0x1 (POWERON),boot:0xc (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fcd5820,len:0x16c0
load:0x403cc710,len:0x87c
load:0x403ce710,len:0x2f54
entry 0x403cc710
I (30) boot: ESP-IDF v5.1-dev-3972-g1559b6309f 2nd stage bootloader
I (30) boot: compile time Mar 15 2023 12:14:06
I (31) boot: chip revision: v0.3
I (35) boot.esp32c3: SPI Speed : 80MHz
I (40) boot.esp32c3: SPI Mode : DIO
I (44) boot.esp32c3: SPI Flash Size : 4MB
I (49) boot: Enabling RNG early entropy source...
I (54) boot: Partition Table:
I (58) boot: ## Label Usage Type ST Offset
Length
I (65) boot: 0 factory factory app 00 00 00010000
00100000
I (73) boot: End of partition table
I (77) esp_image: segment 0: paddr=00010020 vaddr=3c030020
size=0c6b4h ( 50868) map
I (93) esp_image: segment 1: paddr=0001c6dc vaddr=3fc82250
size=001f4h ( 500) load
I (94) esp_image: segment 2: paddr=0001c8d8 vaddr=40380000
size=00560h ( 1376) load
I (102) esp_image: segment 3: paddr=0001ce40 vaddr=00000000
size=032b8h ( 12984)
I (112) esp_image: segment 4: paddr=00020100 vaddr=42000100
size=20d34h (134452) map
I (140) boot: Loaded app from partition at offset 0x10000
I (140) boot: Disabling RNG early entropy source...
ABC
NuttShell (NSH) NuttX-12.3.0
nsh> nxdiag --all
Nxdiag Report:
NuttX RTOS info:
Hostname:
Release: 12.3.0
Build: 1d349a2a32 Oct 9 2023 16:28:59
Arch: risc-v
Defconfig: esp32c3-generic:nsh-dirty
Host system OS:
Linux tiago-latitude5430 6.1.55-1-MANJARO #1 SMP
PREEMPT_DYNAMIC Sat Sep 23 12:13:56 UTC 2023 x86_64
Espressif specific information:
Bootloader version:
esp32: Bootloader image not found
esp32s2: Bootloader image not found
esp32s3: Bootloader image not found
esp32c2: Bootloader image not found
esp32c3: v5.1-dev-3972-g1559b6309f
esp32c6: Bootloader image not found
esp32h2: Bootloader image not found
Toolchain version:
clang: clang version 16.0.6
gcc: gcc (GCC) 13.2.1 20230801
xtensa-esp32-elf-gcc: xtensa-esp32-elf-gcc (crosstool-NG
esp-12.2.0_20230208) 12.2.0
xtensa-esp32s2-elf-gcc: xtensa-esp32s2-elf-gcc (crosstool-NG
esp-12.2.0_20230208) 12.2.0
xtensa-esp32s3-elf-gcc: xtensa-esp32s3-elf-gcc (crosstool-NG
esp-12.2.0_20230208) 12.2.0
riscv32-esp-elf-gcc: riscv32-esp-elf-gcc (crosstool-NG
esp-12.2.0_20230208) 12.2.0
riscv64-unknown-elf-gcc: riscv64-unknown-elf-gcc (SiFive
GCC-Metal 10.2.0-2020.12.8) 10.2.0
Esptool version: 4.6.1
HAL version: sync/release_v5.1.c-nuttx-20230814-28-g45c33111b4
nsh>
```
- esp32c6-generic:nsh (built with `nxdiag`):
- Build command:
```
make -j distclean && ./tools/configure.sh esp32c6-generic:nsh && \
2 ✘
kconfig-tweak -e ESPRESSIF_MERGE_BINS && \
kconfig-tweak -e CONFIG_DEBUG_ASSERTIONS && \
kconfig-tweak -e CONFIG_DEBUG_ERROR && \
kconfig-tweak -e CONFIG_DEBUG_FEATURES && \
kconfig-tweak -e CONFIG_SYSTEM_NXDIAG && \
kconfig-tweak -e CONFIG_SYSTEM_NXDIAG_ESPRESSIF && \
make olddefconfig -s -j && \
make -j bootloader && make ESPTOOL_BINDIR=./ -s -j && \
esptool.py -c esp32c6 -p /dev/ttyUSB0 -b 921600 --after no_reset
write_flash -fs detect -fm dio 0x0 nuttx.merged.bin && \
minicom -D /dev/ttyUSB0
```
- NSH:
```
ESP-ROM:esp32c6-20220919
Build:Sep 19 2022
rst:0x1 (POWERON),boot:0xc (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:2
load:0x4086c410,len:0xbac
load:0x4086e610,len:0x2af8
load:0x40875720,len:0x1790
entry 0x4086c410
I (23) boot: ESP-IDF v5.1-dev-3972-g1559b6309f 2nd stage bootloader
I (24) boot: compile time Mar 15 2023 12:14:10
I (24) boot: chip revision: v0.0
I (28) boot.esp32c6: SPI Speed : 40MHz
I (33) boot.esp32c6: SPI Mode : DIO
I (38) boot.esp32c6: SPI Flash Size : 4MB
I (42) boot: Enabling RNG early entropy source...
W (48) bootloader_random: bootloader_random_enable() has not been
implemented yet
I (56) boot: Partition Table:
I (59) boot: ## Label Usage Type ST Offset
Length
I (67) boot: 0 factory factory app 00 00 00010000
00100000
I (74) boot: End of partition table
I (78) esp_image: segment 0: paddr=00010020 vaddr=40800000
size=00a58h ( 2648) load
I (88) esp_image: segment 1: paddr=00010a80 vaddr=408029f0
size=002a8h ( 680) load
I (96) esp_image: segment 2: paddr=00010d30 vaddr=00000000
size=0f3c8h ( 62408)
I (116) esp_image: segment 3: paddr=00020100 vaddr=42000100
size=21794h (137108) map
I (145) esp_image: segment 4: paddr=0004189c vaddr=00000000
size=0e77ch ( 59260)
I (158) esp_image: segment 5: paddr=00050020 vaddr=42030020
size=0c82ch ( 51244) map
I (170) boot: Loaded app from partition at offset 0x10000
I (170) boot: Disabling RNG early entropy source...
W (170) bootloader_random: bootloader_random_enable() has not been
implemented yet
W (1M
�
NuttShell (NSH) NuttX-12.3.0
nsh> nxdiag --all
Nxdiag Report:
NuttX RTOS info:
Hostname:
Release: 12.3.0
Build: 1d349a2a32 Oct 9 2023 16:37:23
Arch: risc-v
Defconfig: esp32c6-generic:nsh-dirty
Host system OS:
Linux tiago-latitude5430 6.1.55-1-MANJARO #1 SMP
PREEMPT_DYNAMIC Sat Sep 23 12:13:56 UTC 2023 x86_64
Espressif specific information:
Bootloader version:
esp32: Bootloader image not found
esp32s2: Bootloader image not found
esp32s3: Bootloader image not found
esp32c2: Bootloader image not found
esp32c3: Bootloader image not found
esp32c6: v5.1-dev-3972-g1559b6309f
esp32h2: Bootloader image not found
Toolchain version:
clang: clang version 16.0.6
gcc: gcc (GCC) 13.2.1 20230801
xtensa-esp32-elf-gcc: xtensa-esp32-elf-gcc (crosstool-NG
esp-12.2.0_20230208) 12.2.0
xtensa-esp32s2-elf-gcc: xtensa-esp32s2-elf-gcc (crosstool-NG
esp-12.2.0_20230208) 12.2.0
xtensa-esp32s3-elf-gcc: xtensa-esp32s3-elf-gcc (crosstool-NG
esp-12.2.0_20230208) 12.2.0
riscv32-esp-elf-gcc: riscv32-esp-elf-gcc (crosstool-NG
esp-12.2.0_20230208) 12.2.0
riscv64-unknown-elf-gcc: riscv64-unknown-elf-gcc (SiFive
GCC-Metal 10.2.0-2020.12.8) 10.2.0
Esptool version: 4.6.1
HAL version: sync/release_v5.1.c-nuttx-20230814-28-g45c33111b4
nsh>
```
- esp32h2-generic:nsh (built with `nxdiag`):
- Build command:
```
make -j distclean && ./tools/configure.sh esp32h2-generic:nsh && \
2 ✘
kconfig-tweak -e ESPRESSIF_MERGE_BINS && \
kconfig-tweak -e CONFIG_DEBUG_ASSERTIONS && \
kconfig-tweak -e CONFIG_DEBUG_ERROR && \
kconfig-tweak -e CONFIG_DEBUG_FEATURES && \
kconfig-tweak -e CONFIG_SYSTEM_NXDIAG && \
kconfig-tweak -e CONFIG_SYSTEM_NXDIAG_ESPRESSIF && \
make olddefconfig -s -j && \
make -j bootloader && make ESPTOOL_BINDIR=./ -s -j && \
esptool.py -c esp32h2 -p /dev/ttyUSB0 -b 921600 --after no_reset
write_flash -fs detect -fm dio 0x0 nuttx.merged.bin && \
minicom -D /dev/ttyUSB0
```
- NSH:
```
ESP-ROM:esp32h2-20221101
Build:Nov 1 2022
rst:0x1 (POWERON),boot:0xc (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x4083cfd0,len:0xa4c
load:0x4083efd0,len:0x2b5c
load:0x408460e0,len:0x1778
entry 0x4083cfd0
I (23) boot: ESP-IDF v5.1-dev-3972-g1559b6309f 2nd stage bootloader
I (24) boot: compile time Mar 15 2023 12:14:22
I (24) boot: chip revision: v0.0
I (28) boot.esp32h2: SPI Speed : 64MHz
I (33) boot.esp32h2: SPI Mode : DIO
I (38) boot.esp32h2: SPI Flash Size : 4MB
I (42) boot: Enabling RNG early entropy source...
W (48) bootloader_random: bootloader_random_enable() has not been
implemented yet
I (56) boot: Partition Table:
I (59) boot: ## Label Usage Type ST Offset
Length
I (67) boot: 0 factory factory app 00 00 00010000
00100000
I (74) boot: End of partition table
I (78) esp_image: segment 0: paddr=00010020 vaddr=40800000
size=0091ch ( 2332) load
I (88) esp_image: segment 1: paddr=00010944 vaddr=40802840
size=00288h ( 648) load
I (96) esp_image: segment 2: paddr=00010bd4 vaddr=00000000
size=0f524h ( 62756)
I (119) esp_image: segment 3: paddr=00020100 vaddr=42000100
size=20edch (134876) map
I (153) esp_image: segment 4: paddr=00040fe4 vaddr=00000000
size=0f034h ( 61492)
I (169) esp_image: segment 5: paddr=00050020 vaddr=42030020
size=0c608h ( 50696) map
I (182) boot: Loaded app from partition at offset 0x10000
I (183) boot: Disabling RNG early entropy source...
W (183) bootloader_random: bootloader_random_disable() has not been
implemented yet
� (211)H�
NuttShell (NSH) NuttX-12.3.0
nsh> nxdiag --all
Nxdiag Report:
NuttX RTOS info:
Hostname:
Release: 12.3.0
Build: 1d349a2a32 Oct 9 2023 16:41:43
Arch: risc-v
Defconfig: esp32h2-generic:nsh-dirty
Host system OS:
Linux tiago-latitude5430 6.1.55-1-MANJARO #1 SMP
PREEMPT_DYNAMIC Sat Sep 23 12:13:56 UTC 2023 x86_64
Espressif specific information:
Bootloader version:
esp32: Bootloader image not found
esp32s2: Bootloader image not found
esp32s3: Bootloader image not found
esp32c2: Bootloader image not found
esp32c3: Bootloader image not found
esp32c6: Bootloader image not found
esp32h2: v5.1-dev-3972-g1559b6309f
Toolchain version:
clang: clang version 16.0.6
gcc: gcc (GCC) 13.2.1 20230801
xtensa-esp32-elf-gcc: xtensa-esp32-elf-gcc (crosstool-NG
esp-12.2.0_20230208) 12.2.0
xtensa-esp32s2-elf-gcc: xtensa-esp32s2-elf-gcc (crosstool-NG
esp-12.2.0_20230208) 12.2.0
xtensa-esp32s3-elf-gcc: xtensa-esp32s3-elf-gcc (crosstool-NG
esp-12.2.0_20230208) 12.2.0
riscv32-esp-elf-gcc: riscv32-esp-elf-gcc (crosstool-NG
esp-12.2.0_20230208) 12.2.0
riscv64-unknown-elf-gcc: riscv64-unknown-elf-gcc (SiFive
GCC-Metal 10.2.0-2020.12.8) 10.2.0
Esptool version: 4.6.1
HAL version: sync/release_v5.1.c-nuttx-20230814-28-g45c33111b4
nsh>
```
- esp32-devkitc:wifi (built with `nxdiag`):
- Build command:
```
make -j distclean && ./tools/configure.sh esp32-devkitc:wifi && \
2 ✘
kconfig-tweak -e ESP32_MERGE_BINS && \
kconfig-tweak -e CONFIG_DEBUG_ASSERTIONS && \
kconfig-tweak -e CONFIG_DEBUG_ERROR && \
kconfig-tweak -e CONFIG_DEBUG_FEATURES && \
kconfig-tweak -e CONFIG_SYSTEM_NXDIAG && \
kconfig-tweak -e CONFIG_SYSTEM_NXDIAG_ESPRESSIF && \
make olddefconfig -s -j && \
make -j bootloader && make ESPTOOL_BINDIR=./ -s -j && \
esptool.py -c esp32 -p /dev/ttyUSB0 -b 921600 --after no_reset
write_flash -fs detect -fm dio 0x0 nuttx.merged.bin && \
minicom -D /dev/ttyUSB0
```
- NSH:
```
ets Jul 29 2019 12:21:46
rst:0x1 (POWERON_RESET),boot:0x13 (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:6952
load:0x40078000,len:15488
load:0x40080400,len:4
ho 8 tail 4 room 4
load:0x40080404,len:3752
entry 0x40080648
I (31) boot: ESP-IDF v5.1-dev-3972-g1559b6309f 2nd stage bootloader
I (31) boot: compile time Mar 15 2023 12:14:05
I (33) boot: chip revision: v3.0
I (37) boot.esp32: SPI Speed : 40MHz
I (41) boot.esp32: SPI Mode : DIO
I (46) boot.esp32: SPI Flash Size : 4MB
I (50) boot: Enabling RNG early entropy source...
I (56) boot: Partition Table:
I (59) boot: ## Label Usage Type ST Offset
Length
I (67) boot: 0 factory factory app 00 00 00010000
00100000
I (74) boot: End of partition table
I (78) esp_image: segment 0: paddr=00010020 vaddr=3f400020
size=13ec4h ( 81604) map
I (116) esp_image: segment 1: paddr=00023eec vaddr=3ffbccd0
size=02450h ( 9296) load
I (120) esp_image: segment 2: paddr=00026344 vaddr=40080000
size=09cd4h ( 40148) load
I (139) esp_image: segment 3: paddr=00030020 vaddr=400d0020
size=71688h (464520) map
I (307) esp_image: segment 4: paddr=000a16b0 vaddr=40089cd4
size=026ach ( 9900) load
I (318) boot: Loaded app from partition at offset 0x10000
I (318) boot: Disabling RNG early entropy source...
ABtelnetd [5:100]
NuttShell (NSH) NuttX-12.3.0
nsh> nxdiag --all
Nxdiag Report:
NuttX RTOS info:
Hostname:
Release: 12.3.0
Build: 1d349a2a32 Oct 9 2023 16:43:45
Arch: xtensa
Defconfig: esp32-devkitc:wifi-dirty
Host system OS:
Linux tiago-latitude5430 6.1.55-1-MANJARO #1 SMP
PREEMPT_DYNAMIC Sat Sep 23 12:13:56 UTC 2023 x86_64
Espressif specific information:
Bootloader version:
esp32: v5.1-dev-3972-g1559b6309f
esp32s2: Bootloader image not found
esp32s3: Bootloader image not found
esp32c2: Bootloader image not found
esp32c3: Bootloader image not found
esp32c6: Bootloader image not found
esp32h2: Bootloader image not found
Toolchain version:
clang: clang version 16.0.6
gcc: gcc (GCC) 13.2.1 20230801
xtensa-esp32-elf-gcc: xtensa-esp32-elf-gcc (crosstool-NG
esp-12.2.0_20230208) 12.2.0
xtensa-esp32s2-elf-gcc: xtensa-esp32s2-elf-gcc (crosstool-NG
esp-12.2.0_20230208) 12.2.0
xtensa-esp32s3-elf-gcc: xtensa-esp32s3-elf-gcc (crosstool-NG
esp-12.2.0_20230208) 12.2.0
riscv32-esp-elf-gcc: riscv32-esp-elf-gcc (crosstool-NG
esp-12.2.0_20230208) 12.2.0
riscv64-unknown-elf-gcc: riscv64-unknown-elf-gcc (SiFive
GCC-Metal 10.2.0-2020.12.8) 10.2.0
Esptool version: 4.6.1
HAL version: Not found
nsh>
```
-
- esp32s2-saola-1:nsh (built with `nxdiag`):
- Build command:
```
make -j distclean && ./tools/configure.sh esp32s2-saola-1:nsh && \
2 ✘
kconfig-tweak -e ESP32S2_MERGE_BINS && \
kconfig-tweak -e CONFIG_DEBUG_ASSERTIONS && \
kconfig-tweak -e CONFIG_DEBUG_ERROR && \
kconfig-tweak -e CONFIG_DEBUG_FEATURES && \
kconfig-tweak -e CONFIG_SYSTEM_NXDIAG && \
kconfig-tweak -e CONFIG_SYSTEM_NXDIAG_ESPRESSIF && \
make olddefconfig -s -j && \
make -j bootloader && make ESPTOOL_BINDIR=./ -s -j && \
esptool.py -c esp32s2 -p /dev/ttyUSB0 -b 921600 --after no_reset
write_flash -fs detect -fm dio 0x0 nuttx.merged.bin && \
minicom -D /dev/ttyUSB0
```
- NSH:
```
ESP-ROM:esp32s2-rc4-20191025
Build:Oct 25 2019
rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3ffe6108,len:0x1770
load:0x4004b000,len:0x4
load:0x4004b004,len:0xa40
load:0x4004f000,len:0x3148
entry 0x4004b1bc
I (23) boot: ESP-IDF v5.1-dev-3972-g1559b6309f 2nd stage bootloader
I (24) boot: compile time Mar 15 2023 12:14:31
I (25) boot: chip revision: v0.0
I (29) boot.esp32s2: SPI Speed : 80MHz
I (34) boot.esp32s2: SPI Mode : DIO
I (38) boot.esp32s2: SPI Flash Size : 4MB
I (43) boot: Enabling RNG early entropy source...
I (48) boot: Partition Table:
I (52) boot: ## Label Usage Type ST Offset
Length
I (59) boot: 0 factory factory app 00 00 00010000
00100000
I (67) boot: End of partition table
I (71) esp_image: segment 0: paddr=00010020 vaddr=3f000020
size=03628h ( 13864) map
I (82) esp_image: segment 1: paddr=00013650 vaddr=3ffb3e70
size=00234h ( 564) load
I (88) esp_image: segment 2: paddr=0001388c vaddr=40022000
size=00940h ( 2368) load
I (97) esp_image: segment 3: paddr=000141d4 vaddr=00000000
size=0be44h ( 48708)
I (114) esp_image: segment 4: paddr=00020020 vaddr=40080020
size=12800h ( 75776) map
I (130) boot: Loaded app from partition at offset 0x10000
I (130) boot: Disabling RNG early entropy source...
AB
NuttShell (NSH) NuttX-12.3.0
nsh> nxdiag --all
Nxdiag Report:
NuttX RTOS info:
Hostname:
Release: 12.3.0
Build: 1d349a2a32 Oct 9 2023 16:46:39
Arch: xtensa
Defconfig: esp32s2-saola-1:nsh-dirty
Host system OS:
Linux tiago-latitude5430 6.1.55-1-MANJARO #1 SMP
PREEMPT_DYNAMIC Sat Sep 23 12:13:56 UTC 2023 x86_64
Espressif specific information:
Bootloader version:
esp32: Bootloader image not found
esp32s2: v5.1-dev-3972-g1559b6309f
esp32s3: Bootloader image not found
esp32c2: Bootloader image not found
esp32c3: Bootloader image not found
esp32c6: Bootloader image not found
esp32h2: Bootloader image not found
Toolchain version:
clang: clang version 16.0.6
gcc: gcc (GCC) 13.2.1 20230801
xtensa-esp32-elf-gcc: xtensa-esp32-elf-gcc (crosstool-NG
esp-12.2.0_20230208) 12.2.0
xtensa-esp32s2-elf-gcc: xtensa-esp32s2-elf-gcc (crosstool-NG
esp-12.2.0_20230208) 12.2.0
xtensa-esp32s3-elf-gcc: xtensa-esp32s3-elf-gcc (crosstool-NG
esp-12.2.0_20230208) 12.2.0
riscv32-esp-elf-gcc: riscv32-esp-elf-gcc (crosstool-NG
esp-12.2.0_20230208) 12.2.0
riscv64-unknown-elf-gcc: riscv64-unknown-elf-gcc (SiFive
GCC-Metal 10.2.0-2020.12.8) 10.2.0
Esptool version: 4.6.1
HAL version: Not found
nsh>
```
Em seg., 9 de out. de 2023 às 13:16, Tomek CEDRO <[email protected]>
escreveu:
> On Mon, Oct 9, 2023 at 2:47 PM Daniel Appiagyei wrote:
> > Thanks, Alin
> > I will branch off the 12.3.0 RC0 branch and have a fix up within the week
>
> Does this mean RC0 is frozen until patches are ready? :-)
>
> --
> CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
>
--
Tiago Medicci Serrano
Embedded Software Engineer
MSc Electronics/Microelectronics
m: +55 (19) 981403886 <+55+(19)+981403886>
e: [email protected]
a: Campinas, Brazil
Follow me:
<https://www.linkedin.com/in/tiago-serrano-924458b6>
<https://github.com/tmedicci>