raburton / esp8266

Various bits of code for ESP8266
http://richard.burtons.org/
183 stars 47 forks source link

rBoot in Sming #15

Closed crosofg closed 9 years ago

crosofg commented 9 years ago

How do I implement rBoot in any of the examples in Sming framework? Can you tell me the steps involved?

crosofg commented 9 years ago

I tried to write the rom0.bin and rom1.bin file using esptool.py --port COM7 write_flash -fs 8m 0x00000 rboot.bin 0x02000 rom0.bin 0x82000 rom1.bin 0xfc000 blank4.bin. upon restarting I am getting this as error. Fatal exception (0): epc1=0x40100000, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000

raburton commented 9 years ago

duplicate discussion in forum and here, i have replied to your forum post

raburton commented 9 years ago

Although this issue is already closed, it's worth mentioning here for anyone who finds it that there is now a sample sming/rboot project in the repository.