nRFBox icon indicating copy to clipboard operation
nRFBox copied to clipboard

bin 2.5.0 not working. Blank screen, no output

Open Believeinus opened this issue 10 months ago • 7 comments

bin 2.5.0 showing black screen on esp32 30 pin. 2.2.1 works but 2.5.0 is black screen, no output

Believeinus avatar Apr 02 '25 22:04 Believeinus

hi, I have this problem too, I suspect it's either esp32 or oled screen.

Nicoldik avatar Apr 11 '25 14:04 Nicoldik

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

Nicoldik avatar Apr 13 '25 14:04 Nicoldik

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 avatar Apr 28 '25 18:04 kosmostrater

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.

Nicoldik avatar May 20 '25 17:05 Nicoldik

I believe it says somewhere to use the 16mb version. I just don't remember where I seen it

evilgenius79 avatar May 23 '25 02:05 evilgenius79

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

interbiznw avatar Aug 21 '25 04:08 interbiznw

CP2102 ESP-WROOM-32 ESP32 ESP-32S Development Board

interbiznw avatar Aug 21 '25 04:08 interbiznw