the error with upgrade
-
- Posts: 11
- Joined: Wed Apr 27, 2016 4:22 pm
the error with upgrade
Postby hualaonanxiaoniao » Thu Jun 16, 2016 6:24 pm
您好,我想问问关于自己构建服务器升级的问题
升级程序是利用http://bbs.espressif.com/viewtopic.php?f=7&t=423这个帖子参考的
但是程序切换到user2.bin中时出现了问题,请问应该往哪方面的方向解决呢
HEAD /user2.4096.new.6.bin HTTP/1.0
Host: 172.16.2.39:80
Connection: close
Cache-Control: no-cache
User-Agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: zh-CN,zh;q=0.8
pusrdata = HTTP/1.0 200 Ok
Server: aidex/1.1 (Win32)
Accept-Ranges: bytes
Date: Thu, 16 Jun 2016 10:14:16 GMT
Last-Modified: Thu, 16 Jun 2016 02:02:59 GMT
Content-Type: application/octet-stream
Content-Length: 306404
Connection: close
sumlength = 306404
sec_block 75
...........................................................................
pusrdata =
server do not support HEAD method now send GET message
GET /user2.4096.new.6.bin HTTP/1.0
Host: 172.16.2.39:80
Connection: keep-alive
Cache-Control: no-cache
User-Agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: zh-CN,zh;q=0.8
upgrade_get_sum_disconcb 33728
erase sector=1 ok
ets Jan 8 2013,rst cause:4, boot mode:(3,7)
wdt reset
load 0x40100000, len 1396, room 16
tail 4
chksum 0x89
load 0x3ffe8000, len 776, room 4
tail 4
chksum 0xe8
load 0x3ffe8308, len 540, room 4
tail 8
chksum 0xc0
csum 0xc0
2nd boot version : 1.4(b1)
SPI Speed : 40MHz
SPI Mode : QIO
SPI Flash Size & Map: 16Mbit(512KB+512KB)
jump to run user1 @ 1000
error magic!
backup boot failed.
user code done
升级程序是利用http://bbs.espressif.com/viewtopic.php?f=7&t=423这个帖子参考的
但是程序切换到user2.bin中时出现了问题,请问应该往哪方面的方向解决呢
HEAD /user2.4096.new.6.bin HTTP/1.0
Host: 172.16.2.39:80
Connection: close
Cache-Control: no-cache
User-Agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: zh-CN,zh;q=0.8
pusrdata = HTTP/1.0 200 Ok
Server: aidex/1.1 (Win32)
Accept-Ranges: bytes
Date: Thu, 16 Jun 2016 10:14:16 GMT
Last-Modified: Thu, 16 Jun 2016 02:02:59 GMT
Content-Type: application/octet-stream
Content-Length: 306404
Connection: close
sumlength = 306404
sec_block 75
...........................................................................
pusrdata =
server do not support HEAD method now send GET message
GET /user2.4096.new.6.bin HTTP/1.0
Host: 172.16.2.39:80
Connection: keep-alive
Cache-Control: no-cache
User-Agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: zh-CN,zh;q=0.8
upgrade_get_sum_disconcb 33728
erase sector=1 ok
ets Jan 8 2013,rst cause:4, boot mode:(3,7)
wdt reset
load 0x40100000, len 1396, room 16
tail 4
chksum 0x89
load 0x3ffe8000, len 776, room 4
tail 4
chksum 0xe8
load 0x3ffe8308, len 540, room 4
tail 8
chksum 0xc0
csum 0xc0
2nd boot version : 1.4(b1)
SPI Speed : 40MHz
SPI Mode : QIO
SPI Flash Size & Map: 16Mbit(512KB+512KB)
jump to run user1 @ 1000
error magic!
backup boot failed.
user code done
-
- Posts: 11
- Joined: Wed Apr 27, 2016 4:22 pm
Re: the error with upgrade
Postby hualaonanxiaoniao » Fri Jun 17, 2016 1:31 pm
是的
将boot_v1.4(b1).bin烧些在0x0地址
将user1.4096.new.6.bin烧些在0x01000地址
将blank.bin烧些在0x3fe000地址
将esp_init_data_default.bin烧些在0x3fc000地址
请问会有什么影响呢
将boot_v1.4(b1).bin烧些在0x0地址
将user1.4096.new.6.bin烧些在0x01000地址
将blank.bin烧些在0x3fe000地址
将esp_init_data_default.bin烧些在0x3fc000地址
请问会有什么影响呢
Re: the error with upgrade
Postby ESP_Faye » Fri Jun 17, 2016 1:50 pm
您好,
从您提供的 log 看来,您使用的 flash 是 16Mbit (2048KByte) 的,或者您烧录时 flash size 选择成了 16Mbit。
请确认您的 flash 实际大小是 16Mbit 还是 32Mbit ?
如果是 32Mbit flash,可以当做较小容量 flash 使用,即可以当做 16Mbit flash 使用,
但是 16Mbit flash 无法当做 32Mbit (4096KByte) 使用。
您的以下 bin 烧录错误
从您提供的 log 看来,您使用的 flash 是 16Mbit (2048KByte) 的,或者您烧录时 flash size 选择成了 16Mbit。
2nd boot version : 1.4(b1)
SPI Speed : 40MHz
SPI Mode : QIO
SPI Flash Size & Map: 16Mbit(512KB+512KB)
jump to run user1 @ 1000
请确认您的 flash 实际大小是 16Mbit 还是 32Mbit ?
如果是 32Mbit flash,可以当做较小容量 flash 使用,即可以当做 16Mbit flash 使用,
但是 16Mbit flash 无法当做 32Mbit (4096KByte) 使用。
您的以下 bin 烧录错误
将user1.4096.new.6.bin烧些在0x01000地址
将blank.bin烧些在0x3fe000地址
将esp_init_data_default.bin烧些在0x3fc000地址
Who is online
Users browsing this forum: No registered users and 13 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.