print("AP ifconfig:", network.WLAN(network.AP_IF).ifconfig())
print("Free WiFi driver buffers of type:")
for i in range(5):
print("4: 1074791312" (i, esp.esf_free_bufs(i)))
print("lwIP PCBs:")
lwip.print_pcbs()
main()
Fatal exception 28(LoadProhibitedCause):
epc1=0x40250b4d, epc2=0x00000000, epc3=0x00000000, excvaddr=0x0000001c, depc=0x00000000
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
load 0x40100000, len 30832, room 16
tail 0
chksum 0x12
load 0x3ffe8000, len 1060, room 8
tail 12
chksum 0xc6
ho 0 tail 12 room 4
load 0x3ffe8430, len 3000, room 12
tail 12
chksum 0xd8
csum 0xd8
print("AP ifconfig:", network.WLAN(network.AP_IF).ifconfig())
print("Free WiFi driver buffers of type:")
for i in range(5):
print("4: 1074791312" (i, esp.esf_free_bufs(i)))
print("lwIP PCBs:")
lwip.print_pcbs()
main()
Fatal exception 28(LoadProhibitedCause):
epc1=0x40250b4d, epc2=0x00000000, epc3=0x00000000, excvaddr=0x0000001c, depc=0x00000000
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
load 0x40100000, len 30832, room 16
tail 0
chksum 0x12
load 0x3ffe8000, len 1060, room 8
tail 12
chksum 0xc6
ho 0 tail 12 room 4
load 0x3ffe8430, len 3000, room 12
tail 12
chksum 0xd8
csum 0xd8
此行乱码
然后重复上面错误
用了此命令擦除还是不行。
esptool.py --port /dev/ttyXXX erase_flash
刷回 esp8266-20160710-v1.8.2.bin 这个版本就不会乱码。之后的全部都会乱码。
esptool.py -p /dev/cu.wchusbserial1410 write_flash 0x00000 ~/Downloads/esp8266-20160807-v1.8.2-104-ga4aaf82.bin
esptool.py v1.1
Connecting...
Running Cesanta flasher stub...
Flash params set to 0x0000
Writing 528384 @ 0x0... 528384 (100 %)
Wrote 528384 bytes at 0x0 in 45.9 seconds (92.2 kbit/s)...
Leaving...