Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By mcsa
#1658 I had compile SDK exaple using this instruction https://nurdspace.nl/ESP8266/First_setup
Then I upload firmware to esp modele ant it not work. When UART set to 75000 I see -
Code: Select allets Jan  8 2013,rst cause:1, boot mode:(3,0)
ets_main.c

When 115200 - some garbage and no reaction to any input in terminal
ps sorry for my english
thanks
User avatar
By tinhead
#1677 that message "ets_main.c" means the bootloader have not found any firmware at 0x0 (and/or? 0x40000
User avatar
By mcsa
#1701 If I use sdk 0.9.1 for compile, before uploading AT exaple firmware(0x00000.bin and 0x40000.bin), do I need upload full firmware 0.9.1(about 520k) or not?
PS I used module esp-03 with 14pin, to start I pull gpio15 to gnd. With full firmware(520k) its work as expected
User avatar
By sky_nine
#2063
mcsa wrote:If I use sdk 0.9.1 for compile, before uploading AT exaple firmware(0x00000.bin and 0x40000.bin), do I need upload full firmware 0.9.1(about 520k) or not?
PS I used module esp-03 with 14pin, to start I pull gpio15 to gnd. With full firmware(520k) its work as expected


Maybe you just need re-flash your FW into module; or you didnot specify the right offset when you flash