Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
c702eff4
Commit
c702eff4
authored
Oct 21, 2014
by
funshine
Browse files
add blank512k.bin
parent
7e9778e1
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c702eff4
...
@@ -7,7 +7,7 @@ flash 错误
...
@@ -7,7 +7,7 @@ flash 错误
注意:有些模块在烧写之后启动,串口输出 ERROR in flash_read: r=。。。
注意:有些模块在烧写之后启动,串口输出 ERROR in flash_read: r=。。。
这是因为模块原来的flash内部没有擦除。
这是因为模块原来的flash内部没有擦除。
可使用blank.bin(4k),重复烧入其实地址0x47000, 0x48000, 0x49000, 0x4a000扇区.
可使用blank.bin(4k),重复烧入其实地址0x47000, 0x48000, 0x49000, 0x4a000扇区.
或者自行生成一个512k大小的blank.bin, 内容为全0xFF,从0x00000开始烧入flash。
或者自行生成一个512k大小的blank
512k
.bin, 内容为全0xFF,从0x00000开始烧入flash。
烧入之后可以正常运行。
烧入之后可以正常运行。
概述
概述
...
@@ -44,6 +44,7 @@ flash 错误
...
@@ -44,6 +44,7 @@ flash 错误
esp_init_data_default.bin:0x7c000
esp_init_data_default.bin:0x7c000
blank.bin:0x7e000
blank.bin:0x7e000
第一次使用建议将blank512k.bin烧写在地址0x00000
node module
node module
------
------
...
...
blank512k.bin
0 → 100644
View file @
c702eff4
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment