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:2
load:0x3fff0018,len:4
load:0x3fff001c,len:2668
load:0x40078000,len:7304
load:0x40080000,len:5312
entry 0x40080274
E (29) boot: ota data partition invalid, falling back to factory
E (520) esp_image: Checksum failed. Calculated 0x4 read 0xb5
E (520) boot: Factory app partition is not bootable
E (520) esp_image: image at 0x160000 has invalid magic byte
E (524) boot: OTA app partition slot 0 is not bootable
E (529) boot: No bootable app partitions in the partition table
Fatal exception (0): IllegalInstruction
epc1=0x400802bc, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
with "Unable to retrieve board information. Connection Error?" IDE message, that thing went into the same loop after reflashing with the first full flash command again.
If the save() area contains something that crashes Espruino or otherwise doesn't let you reset the system you can disable whatever is saved by flashing blank.bin to 0x100000.
I hope there can be a way to erase bt off command from the board.
UPD: Googled and looks like it's ok to erase_flash and reflash. Did so and everything works ok. Did a read_flash into file, took 16777216 bytes. So, looks like BT is in can't use and can't disable situation.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hello.
Played with a same devboard, got an infinite loop in the same way. But.. How I can reflash it to a normal stage? Did reflash with
and got the same loop after reflash.
Did this:
and got another halt about no booting partition
with "Unable to retrieve board information. Connection Error?" IDE message, that thing went into the same loop after reflashing with the first full flash command again.
I got this form ESP32 page.
I hope there can be a way to erase bt off command from the board.
UPD: Googled and looks like it's ok to erase_flash and reflash. Did so and everything works ok. Did a read_flash into file, took 16777216 bytes. So, looks like BT is in can't use and can't disable situation.