You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While setting up new robot brains, I noticed that 0.5.3 is not working correctly.
I get the following error which occurred with both long and short configurations. Both work with 0.5.2
2024-11-04 16:06:21.594 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: error while loading startup script: buffer too small. discarded line.@7f
full restart log:
2024-11-04 16:06:20.141 [DEBUG] rosys/hardware/communication/serial_communication.py:80: send: core.restart()@43
2024-11-04 16:06:20.265 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (13) boot: ESP-IDF v5.3.1 2nd stage bootloader
2024-11-04 16:06:20.274 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (13) boot: compile time Oct 28 2024 15:56:02
2024-11-04 16:06:20.285 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (13) boot: Multicore bootloader
2024-11-04 16:06:20.295 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (13) boot: chip revision: v3.0
2024-11-04 16:06:20.306 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (16) boot.esp32: SPI Speed : 40MHz
2024-11-04 16:06:20.316 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (20) boot.esp32: SPI Mode : DIO
2024-11-04 16:06:20.327 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (23) boot.esp32: SPI Flash Size : 8MB
2024-11-04 16:06:20.337 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (27) boot: Enabling RNG early entropy source...
2024-11-04 16:06:20.348 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (31) boot: Partition Table:
2024-11-04 16:06:20.359 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (34) boot: ## Label Usage Type ST Offset Length
2024-11-04 16:06:20.369 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (40) boot: 0 nvs WiFi data 01 02 00009000 00006000
2024-11-04 16:06:20.380 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (47) boot: 1 otadata OTA data 01 00 0000f000 00002000
2024-11-04 16:06:20.390 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (53) boot: 2 phy_init RF data 01 01 00011000 00001000
2024-11-04 16:06:20.401 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (60) boot: 3 ota_0 OTA app 00 10 00020000 001f0000
2024-11-04 16:06:20.411 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (66) boot: 4 ota_1 OTA app 00 11 00210000 001f0000
2024-11-04 16:06:20.422 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (73) boot: 5 coredump Unknown data 01 03 00400000 00020000
2024-11-04 16:06:20.433 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (79) boot: End of partition table
2024-11-04 16:06:20.443 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (82) esp_image: segment 0: paddr=00020020 vaddr=3f400020 size=6e09ch (450716) map
2024-11-04 16:06:20.454 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (244) esp_image: segment 1: paddr=0008e0c4 vaddr=3ff80000 size=00004h ( 4) load
2024-11-04 16:06:20.464 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (245) esp_image: segment 2: paddr=0008e0d0 vaddr=3ffbdb60 size=01f48h ( 8008) load
2024-11-04 16:06:20.475 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (251) esp_image: segment 3: paddr=00090020 vaddr=400d0020 size=10cf04h (1101572) map
2024-11-04 16:06:20.813 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (633) esp_image: segment 4: paddr=0019cf2c vaddr=3ffbfaa8 size=0430ch ( 17164) load
2024-11-04 16:06:20.822 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (640) esp_image: segment 5: paddr=001a1240 vaddr=40080000 size=1dabch (121532) load
2024-11-04 16:06:20.884 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (703) boot: Loaded app from partition at offset 0x20000
2024-11-04 16:06:20.895 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (703) boot: Disabling RNG early entropy source...
2024-11-04 16:06:20.905 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (713) cpu_start: Multicore app
2024-11-04 16:06:21.028 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (721) cpu_start: Pro cpu start user code
2024-11-04 16:06:21.039 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (721) cpu_start: cpu freq: 160000000 Hz
2024-11-04 16:06:21.050 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (722) app_init: Application information:
2024-11-04 16:06:21.060 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (722) app_init: Project name: lizard
2024-11-04 16:06:21.071 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (725) app_init: App version: v0.5.3
2024-11-04 16:06:21.081 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (729) app_init: Compile time: Oct 28 2024 15:55:56
2024-11-04 16:06:21.092 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (734) app_init: ELF file SHA256: 8743894e9...
2024-11-04 16:06:21.102 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (739) app_init: ESP-IDF: v5.3.1
2024-11-04 16:06:21.113 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (742) efuse_init: Min chip rev: v0.0
2024-11-04 16:06:21.124 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (746) efuse_init: Max chip rev: v3.99
2024-11-04 16:06:21.134 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (750) efuse_init: Chip rev: v3.0
2024-11-04 16:06:21.145 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (754) heap_init: Initializing. RAM available for dynamic allocation:
2024-11-04 16:06:21.156 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (761) heap_init: At 3FFAFF10 len 000000F0 (0 KiB): DRAM
2024-11-04 16:06:21.166 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (765) heap_init: At 3FFB6388 len 00001C78 (7 KiB): DRAM
2024-11-04 16:06:21.177 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (771) heap_init: At 3FFB9A20 len 00004108 (16 KiB): DRAM
2024-11-04 16:06:21.188 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (776) heap_init: At 3FFD5358 len 0000ACA8 (43 KiB): DRAM
2024-11-04 16:06:21.198 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (781) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
2024-11-04 16:06:21.209 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (786) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
2024-11-04 16:06:21.219 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (792) heap_init: At 4009DABC len 00002544 (9 KiB): IRAM
2024-11-04 16:06:21.230 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (799) spi_flash: detected chip: generic
2024-11-04 16:06:21.240 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (801) spi_flash: flash io: dio
2024-11-04 16:06:21.250 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: W (804) spi_flash: Detected size(16384k) larger than the size in the binary image header(8192k). Using the size in the binary image header.
2024-11-04 16:06:21.261 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: W (816) pcnt(legacy): legacy driver is deprecated, please migrate to `driver/pulse_cnt.h`
2024-11-04 16:06:21.271 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: W (824) i2c: This driver is an old driver, please migrate your application code to adapt `driver/i2c_master.h`
2024-11-04 16:06:21.282 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (835) esp_core_dump_flash: Init core dump to flash
2024-11-04 16:06:21.293 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (839) esp_core_dump_flash: Found partition 'coredump' @ 400000 131072 bytes
2024-11-04 16:06:21.303 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (846) coexist: coex firmware version: 4482466
2024-11-04 16:06:21.314 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (851) main_task: Started o
2024-11-04 16:06:21.324 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: Ready.
2024-11-04 16:06:21.335 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (891) BTDM_INIT: BT controller compile version [b022216]
2024-11-04 16:06:21.346 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (891) BTDM_INIT: Bluetooth MAC: 90:38:0c:ac:7e:d6
2024-11-04 16:06:21.356 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (891) phy_init: phy_version 4830,54550f7,Jun 20 2024,14:22:08
2024-11-04 16:06:21.377 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (1201) esp_zeug/FrtosUtil: Task [ble_host] executing on core [PRO]
2024-11-04 16:06:21.459 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (1241) gpio: GPIO[25]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
2024-11-04 16:06:21.470 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (1241) gpio: GPIO[14]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
2024-11-04 16:06:21.480 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (1251) NimBLE: Failed to restore IRKs from store; status=8
2024-11-04 16:06:21.491 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read:
2024-11-04 16:06:21.502 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (1261) NimBLE: GAP procedure initiated: advertise;
2024-11-04 16:06:21.512 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (1261) NimBLE: disc_mode=2
2024-11-04 16:06:21.523 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (1261) NimBLE: adv_channel_map=0 own_addr_type=0 adv_filter_policy=0 adv_itvl_min=0 adv_itvl_max=0
2024-11-04 16:06:21.533 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: I (1271) NimBLE:
2024-11-04 16:06:21.544 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read:
2024-11-04 16:06:21.594 [DEBUG] rosys/hardware/communication/serial_communication.py:72: read: error while loading startup script: buffer too small. discarded line.@7f
While setting up new robot brains, I noticed that 0.5.3 is not working correctly.
I get the following error which occurred with both long and short configurations. Both work with 0.5.2
full restart log:
Short configuration:
Long configuration:
The text was updated successfully, but these errors were encountered: