Chat freely about anything...

User avatar
By trendchaster
#27085 Hello Lethe,
I am compiling the code using lubuntu .After the make file,./gen_misc.sh has 5 modes. I am selecting modes is step 1:boot_v1.1
step 2:eagle.flash.bin+eagle.irom0text.bin
step 3: spi speed-40MHz
step 4: spi mode-DIO
step 5: spi size and map-4096KB
And at the end upload the code throught ESP flash downloader Tool
Then also having same issue
User avatar
By rith87
#27181 Hmm.. I added the '-fm dio' option to use 2 data lines instead but I'm hitting another crash now:

Code: Select allFatal exception (0):
epc1=0x�, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000

 ets Jan  8 2013,rst cause:2, boot mode:(3,6)

load 0x40100000, len 32236, room 16
tail 12
chksum 0x55
ho 0 tail 12 room 4
load 0x3ffe8000, len 2860, room 12
tail 0
chksum 0x30
load 0x3ffe8b30, len 37932, room 8
tail 4
chksum 0xdb
csum 0xdb
��n't use rtc mem data


The last line says "don't use rtc mem data" but I don't see this string in my code or the SDK. Any other ideas? Or is this just a busted batch of ESP-12Es?
User avatar
By lethe
#27293 @trendchaster: setting the flash mode with the gen_misc.sh script does not help, if the flash tool screws with those setting...

@rith87: I'd suggest you completely erase the flash, reflash esp_init_data_default.bin and try a known working firmware image.