sle118 / squeezelite-esp32

ESP32 Music streaming based on Squeezelite, with support for multi-room sync, AirPlay, Bluetooth, Hardware buttons, display and more
1.26k stars 115 forks source link

Recovery Partition too large in latest build #329

Closed Rahulsharma0810 closed 1 year ago

Rahulsharma0810 commented 1 year ago

I am trying to use https://sle118.github.io/squeezelite-esp32-installer/ on ESP32-D0WDQ6-V3.

Detecting chip type... ESP32
Chip is ESP32-D0WDQ6-V3 (revision 3)
Features: Wi-Fi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: d4:d4:da:5c:26:bc

However i tried installing it couple of time, Perhaps getting below Logs when try to boot it.

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:6424
load:0x40078000,len:15632
load:0x40080400,len:4348
entry 0x40080688
I (52) boot: ESP-IDF v4.3.5-dirty 2nd stage bootloader
I (53) boot: compile time 06:43:10
I (53) boot: chip revision: v3.0
I (57) qio_mode: Enabling default flash chip QIO
I (62) boot.esp32: SPI Speed      : 80MHz
I (67) boot.esp32: SPI Mode       : QIO
I (71) boot.esp32: SPI Flash Size : 4MB
I (76) boot: Enabling RNG early entropy source...
I (81) boot: Partition Table:
I (85) boot: ## Label            Usage          Type ST Offset   Length
I (92) boot:  0 nvs              WiFi data        01 02 00009000 00004000
I (100) boot:  1 otadata          OTA data         01 00 0000d000 00002000
I (107) boot:  2 phy_init         RF data          01 01 0000f000 00001000
I (115) boot:  3 recovery         factory app      00 00 00010000 00140000
I (122) boot:  4 ota_0            OTA app          00 10 00150000 002a0000
I (130) boot:  5 settings         WiFi data        01 02 003f0000 00010000
I (137) boot: End of partition table
I (142) boot: Defaulting to factory image
I (146) esp_image: segment 0: paddr=00010020 vaddr=3f400020 size=59430h (365616) map
I (256) esp_image: segment 1: paddr=00069458 vaddr=3ffbdb60 size=04850h ( 18512) load
I (262) esp_image: segment 2: paddr=0006dcb0 vaddr=40080000 size=02368h (  9064) load
I (265) esp_image: segment 3: paddr=00070020 vaddr=400d0020 size=d27c0h (862144) map
I (507) esp_image: segment 4: paddr=001427e8 vaddr=40082368 size=12730h ( 75568) load
I (532) esp_image: segment 5: paddr=00154f20 vaddr=400c0000 size=00068h (   104) load

E (532) esp_image: Image length 1331120 doesn't fit in partition length 1310720
E (537) boot: Factory app partition is not bootable
E (543) esp_image: image at 0x150000 has invalid magic byte (nothing flashed here?)
E (551) boot: OTA app partition slot 0 is not bootable
E (557) boot: No bootable app partitions in the partition table

ets Jul 29 2019 12:21:46

Any Help Is appreciated.

sle118 commented 1 year ago

fixed by https://github.com/sle118/squeezelite-esp32/commit/484d8c54a81511f4486a7ac423d7abdb195c9cc3 release comming soon

sle118 commented 1 year ago

web installer was updated and this is now resolved.

haldi4803 commented 1 year ago

Oh -.- that also explains why i cant reboot into recovery ^^ Time to Reflash...