forked from philippe44/squeezelite-esp32
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation: Proposal for warning: Incompatibility Issue with some wrover boards #387
Comments
Just a heads up. I discovered that Tasmota32 Cam using the web programmer (https://tasmota.github.io/install/) boots without issue. The previous issue matches the same board I tested. Tasmota boots and the camera works. There might be something wrong with this (16 bits) project, that Tasmota (32 bits) solves. The boards factory image:
After programing with Tasmota32 Cam:
Tasmota Info:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
there are incompatible wrover boards, that give you flash errors and/or only boot when holding the boot hardware button.
This was discussed here (#182) and closed as resolved, but according to recent reports in this thread, it is still unsolved, at least for some users.
I have bought these: https://aliexpress.com/item/1005005885233367.html
And I also experience fatal errors on bootup, after flashing with the normal webtool:
`ets Jun 8 2016 00:22:57
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:1
load:0x3fff0030,len:6424
load:0x40078000,len:15632
load:0x40080400,len:4348
entry 0x40080688
I (27) boot: ESP-IDF v4.3.5-dirty 2nd stage bootloader
I (27) boot: compile time 05:43:17
I (27) boot: chip revision: v1.0
I (31) qio_mode: Enabling default flash chip QIO
I (36) boot.esp32: SPI Speed : 80MHz
I (41) boot.esp32: SPI Mode : QIO
I (45) boot.esp32: SPI Flash Size : 4MB
I (50) boot: Enabling RNG early entropy source...
I (55) boot: Partition Table:
I (59) boot: ## Label Usage Type ST Offset Length
I (66) boot: 0 nvs WiFi data 01 02 00009000 00004000
I (73) boot: 1 otadata OTA data 01 00 0000d000 00002000
I (81) boot: 2 phy_init RF data 01 01 0000f000 00001000
I (88) boot: 3 recovery factory app 00 00 00010000 00140000
I (96) boot: 4 ota_0 OTA app 00 10 00150000 002a0000
I (103) boot: 5 settings WiFi data 01 02 003f0000 00010000
I (111) boot: End of partition table
I (115) boot: Defaulting to factory image
I (120) esp_image: segment 0: paddr=00010020 vaddr=3f400020 size=53868h (342120) map
I (223) esp_image: segment 1: paddr=00063890 vaddr=3ffbdb60 size=04858h ( 18520) load
I (228) esp_image: segment 2: paddr=000680f0 vaddr=40080000 size=07f28h ( 32552) load
I (239) esp_image: segment 3: paddr=00070020 vaddr=400d0020 size=d1724h (857892) map
I (476) esp_image: segment 4: paddr=0014174c vaddr=40087f28 size=0c8a8h ( 51368) load
I (493) esp_image: segment 5: paddr=0014dffc vaddr=400c0000 size=00068h ( 104) load
I (503) boot: Loaded app from partition at offset 0x10000
I (503) boot: Disabling RNG early entropy source...
I (515) psram: This chip is ESP32-D0WD
ets Jun 8 2016 00:22:57
rst:0x7 (TG0WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun 8 2016 00:22:57
rst:0x7 (TG0WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun 8 2016 00:22:57
rst:0x7 (TG0WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun 8 2016 00:22:57
rst:0x7 (TG0WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
looping...`
I would suggest to issue an warning in the documentation or recommendation for compatible boards for the time being?
The text was updated successfully, but these errors were encountered: