-->
Page 1 of 2

Compile SDK exaple

PostPosted: Wed Oct 15, 2014 3:30 am
by mcsa
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

Re: Compile SDK exaple

PostPosted: Wed Oct 15, 2014 3:02 pm
by tinhead
that message "ets_main.c" means the bootloader have not found any firmware at 0x0 (and/or? 0x40000

Re: Compile SDK exaple

PostPosted: Thu Oct 16, 2014 12:46 am
by mcsa
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

Re: Compile SDK exaple

PostPosted: Thu Oct 30, 2014 11:19 am
by sky_nine
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