New firmware VA1.0 isn't working
sk9la opened this issue · 3 comments
Hi,
Since I flashed my ESP32 board using the ESP32_WROOM.zip of the new version VA1.0
This is how I flashed it esptool -p /dev/ttyUSB3 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size 4MB 0x1000 bootloader.bin 0x8000 partition-table.bin 0x10000 Ghost_ESP_IDF.bin
I had this output below, seems failing to bootup. Same for C6_Generic and S3_Generic. Any ideas ?
rst:0x3 (SW_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:1
load:0x3fff0030,len:7168
load:0x40078000,len:15464
load:0x40080400,len:4
ho 8 tail 4 room 4
load:0x40080404,len:3684
entry 0x40080614
I (60) boot: ESP-IDF v5.3.1-dirty 2nd stage bootloader
I (60) boot: compile time Oct 10 2024 16:32:22
W (60) boot: Unicore bootloader
I (65) boot: chip revision: v1.0
I (69) boot.esp32: SPI Speed : 80MHz
I (74) boot.esp32: SPI Mode : DIO
I (78) boot.esp32: SPI Flash Size : 4MB
I (83) boot: Enabling RNG early entropy source...
I (88) boot: Partition Table:
I (92) boot: ## Label Usage Type ST Offset Length
I (99) boot: 0 nvs WiFi data 01 02 00009000 00005000
I (107) boot: 1 otadata OTA data 01 00 0000e000 00002000
I (114) boot: 2 app0 factory app 00 00 00010000 00360000
I (122) boot: 3 spiffs Unknown data 01 82 00370000 00080000
I (129) boot: 4 coredump Unknown data 01 03 003f0000 00010000
I (137) boot: End of partition table
I (141) boot: Defaulting to factory image
I (146) esp_image: segment 0: paddr=00010020 vaddr=3f400020 size=46350h (287568) map
I (236) esp_image: segment 1: paddr=00056378 vaddr=3ffb0000 size=0402ch ( 16428) load
I (241) esp_image: segment 2: paddr=0005a3ac vaddr=40080000 size=05c6ch ( 23660) load
I (249) esp_image: segment 3: paddr=00060020 vaddr=400d0020 size=d17d0h (858064) map
I (493) esp_image: segment 4: paddr=001317f8 vaddr=40085c6c size=15848h ( 88136) load
I (536) boot: Loaded app from partition at offset 0x10000
I (536) boot: Disabling RNG early entropy source...
I (548) cpu_start: Unicore app
I (548) cpu_start: Single core mode
I (558) cpu_start: Pro cpu start user code
I (558) cpu_start: cpu freq: 160000000 Hz
I (558) app_init: Application information:
I (563) app_init: Project name: Ghost_ESP_IDF
I (568) app_init: App version: V1.4.7-43-gc781acd-dirty
I (574) app_init: Compile time: Oct 10 2024 16:32:14
I (580) app_init: ELF file SHA256: d217376da...
I (586) app_init: ESP-IDF: v5.3.1-dirty
I (591) efuse_init: Min chip rev: v0.0
I (596) efuse_init: Max chip rev: v3.99
I (601) efuse_init: Chip rev: v1.0
I (606) heap_init: Initializing. RAM available for dynamic allocation:
I (613) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (619) heap_init: At 3FFBCFC0 len 00023040 (140 KiB): DRAM
I (625) heap_init: At 3FFE0440 len 0001FBC0 (126 KiB): D/IRAM
I (631) heap_init: At 40078000 len 00008000 (32 KiB): IRAM
I (638) heap_init: At 4009B4B4 len 00004B4C (18 KiB): IRAM
I (644) heap_init: At 3FF80000 len 00002000 (8 KiB): RTCRAM
I (651) spi_flash: detected chip: generic
I (655) spi_flash: flash io: dio
I (659) sleep: Configure to isolate all GPIO pins in sleep state
I (665) sleep: Enable automatic switching of GPIO sleep configuration
I (673) coexist: coex firI (698) wifi:wifi driver task: 3ffc6108, prio:23, stack:6656, core=0
I (698) wifi:wifi firmware version: ccaebfa
I (698) wifi:wifi certification version: v7.0
I (698) wifi:config NVS flash: enabled
I (698) wifi:config nano formating: disabled
I (708) wifi:Init data frame dynamic rx buffer num: 32
I (708) wifi:Init static rx mgmt buffer num: 5
I (708) wifi:Init management short buffer num: 32
I (718) wifi:Init dynamic tx buffer num: 32
I (718) wifi:Init static rx buffer size: 1600
I (728) wifi:Init static rx buffer num: 10
I (728) wifi:Init dynamic rx buffer num: 32
I (738) wifi_init: rx ba win: 6
I (738) wifi_init: accept mbox: 6
I (738) wifi_init: tcpip mbox: 32
I (748) wifi_init: udp mbox: 6
I (748) wifi_init: tcp mbox: 6
I (748) wifi_init: tcp tx win: 5760
I (758) wifi_init: tcp rx win: 5760
I (758) wifi_init: tcp mss: 1440
I (768) wifi_init: WiFi IRAM OP enabled
I (768) wifi_init: WiFi RX IRAM OP enabled
I (778) wifi_init: WiFi SLP IRAM OP enabled
I (778) phy_init: phy_version 4830,54550f7,Jun 20 2024,14:22:08
W (788) phy_init: failed to load RF calibration data (0x1102), falling back to full calibration
�ets Jun 8 2016 00:22:57
could you possibly give me more detailed log? also try and flash using the web flasher method in
https://github.com/Spooks4576/Ghost_ESP/blob/main/docs/HOWTOFLASH.md
cause from what I'm seeing it could be a offset issue
False alert, seems that the ESP32 board I used is buggy.
I used another ESP32-WROOM wemos board, and seems working.
Will provide you more info this weekend with S3 and C6 boards.
ok thank you i will close this feel free to reopen another issue if you encounter any more bugs