bin 2.5.0 not working. Blank screen, no output
bin 2.5.0 showing black screen on esp32 30 pin. 2.2.1 works but 2.5.0 is black screen, no output
hi, I have this problem too, I suspect it's either esp32 or oled screen.
hello, I understand what the problem is. the problem is that esp32 is limited in 4MB versions (let's not mention versions with 8mb and 16mb of memory) of files up to 1.31 and the firmware weighs 1.54MB. you need (the firmware author) to make bootloader.bin and partitions.bin for the firmware
Same issue, 2.2.1 flashed ok and displays on the oled, but 2.5.0 does not display. serial monitor output
Tired a ESP32-wroom-32D, ESP32-wroom-32U no luck on 2.5
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:4832 load:0x40078000,len:16460 load:0x40080400,len:4 load:0x40080404,len:3504 entry 0x400805cc E (505) esp_image: Image length 1553536 doesn't fit in partition length 1310720 E (505) boot: OTA app partition slot 0 is not bootable E (505) esp_image: image at 0x150000 has invalid magic byte (nothing flashed here?) E (513) boot: OTA app partition slot 1 is not bootable E (518) boot: No bootable app partitions in the partition table
kosmostrater the line "E (505) esp_image: Image length 1553536 doesn't fit in partition length 1310720 E (505) boot: OTA app partition slot 0 is not bootable E (505) esp_image: image at 0x150000 has invalid magic byte (nothing flashed here?) E (513) boot: OTA app partition slot 1 is not bootable E (518) boot: No bootable app partitions in the partition table" says that the file .bin is heavy, so try using the .ino file.
I believe it says somewhere to use the 16mb version. I just don't remember where I seen it
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:0x3fff0018,len:4 load:0x3fff001c,len:5564 load:0x40078000,len:0 load:0x40078000,len:13756 entry 0x40078fb4 [0;32mI (29) boot: ESP-IDF v3.0.3 2nd stage bootloader[0m [0;32mI (29) boot: compile time 08:53:32[0m [0;32mI (30) boot: Enabling RNG early entropy source...[0m [0;32mI (34) boot: SPI Speed : 40MHz[0m [0;32mI (38) boot: SPI Mode : DIO[0m [0;32mI (42) boot: SPI Flash Size : 4MB[0m [0;31mE (46) flash_parts: partition 5 invalid magic number 0xebeb[0m [0;31mE (52) boot: Failed to verify partition table[0m [0;31mE (57) boot: load partition table error![0m user code done
CP2102 ESP-WROOM-32 ESP32 ESP-32S Development Board