Skip to content

Commit

Permalink
Merge branch 'feature/update_at_bin' into 'master'
Browse files Browse the repository at this point in the history
feat: Update AT bin version 1.7.0

See merge request sdk/ESP8266_NONOS_SDK!47
  • Loading branch information
xcguang committed Aug 23, 2018
2 parents 3d61b1d + 14799b0 commit ecc66c5
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 41 deletions.
Binary file modified bin/at/1024+1024/user1.2048.new.5.bin
Binary file not shown.
Binary file modified bin/at/1024+1024/user2.2048.new.5.bin
Binary file not shown.
Binary file removed bin/at/512+512/user1.1024.new.2.bin
Binary file not shown.
Binary file removed bin/at/512+512/user2.1024.new.2.bin
Binary file not shown.
23 changes: 3 additions & 20 deletions bin/at/README.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,33 +1,16 @@
# BOOT MODE
## download
### Flash size 8Mbit: 512KB+512KB
boot_v1.2+.bin 0x00000
user1.1024.new.2.bin 0x01000
esp_init_data_default.bin 0xfc000 (optional)
blank.bin 0x7e000 & 0xfe000

### Flash size 16Mbit: 512KB+512KB
boot_v1.2+.bin 0x00000
user1.1024.new.2.bin 0x01000
esp_init_data_default.bin 0x1fc000 (optional)
blank.bin 0x7e000 & 0x1fe000

### Flash size 16Mbit-C1: 1024KB+1024KB
boot_v1.2+.bin 0x00000
user1.2048.new.5.bin 0x01000
esp_init_data_default.bin 0x1fc000 (optional)
esp_init_data_default.bin 0x1fc000
blank.bin 0xfe000 & 0x1fe000

### Flash size 32Mbit: 512KB+512KB
boot_v1.2+.bin 0x00000
user1.1024.new.2.bin 0x01000
esp_init_data_default.bin 0x3fc000 (optional)
blank.bin 0x7e000 & 0x3fe000

### Flash size 32Mbit-C1: 1024KB+1024KB
boot_v1.2+.bin 0x00000
user1.2048.new.5.bin 0x01000
esp_init_data_default.bin 0x3fc000 (optional)
esp_init_data_default.bin 0x3fc000
blank.bin 0xfe000 & 0x3fe000

# NON-BOOT MODE
Expand All @@ -40,7 +23,7 @@
Flash size 16Mbit-C1: 0xfe000 & 0x1fe000
Flash size 32Mbit: 0x7e000 & 0x3fe000
Flash size 32Mbit-C1: 0xfe000 & 0x3fe000
esp_init_data_default.bin (optional)
esp_init_data_default.bin
Flash size 8Mbit: 0xfc000
Flash size 16Mbit: 0x1fc000
Flash size 16Mbit-C1: 0x1fc000
Expand Down
Binary file modified bin/at_sdio/1024+1024/user1.2048.new.5.bin
Binary file not shown.
Binary file modified bin/at_sdio/1024+1024/user2.2048.new.5.bin
Binary file not shown.
Binary file removed bin/at_sdio/512+512/user1.1024.new.2.bin
Binary file not shown.
Binary file removed bin/at_sdio/512+512/user2.1024.new.2.bin
Binary file not shown.
24 changes: 3 additions & 21 deletions bin/at_sdio/README.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,33 +1,15 @@
# BOOT MODE
## download
### Flash size 8Mbit: 512KB+512KB
boot_v1.2+.bin 0x00000
user1.1024.new.2.bin 0x01000
esp_init_data_default.bin 0xfc000 (optional)
blank.bin 0x7e000 & 0xfe000

### Flash size 16Mbit: 512KB+512KB
boot_v1.2+.bin 0x00000
user1.1024.new.2.bin 0x01000
esp_init_data_default.bin 0x1fc000 (optional)
blank.bin 0x7e000 & 0x1fe000

### Flash size 16Mbit-C1: 1024KB+1024KB
boot_v1.2+.bin 0x00000
user1.2048.new.5.bin 0x01000
esp_init_data_default.bin 0x1fc000 (optional)
esp_init_data_default.bin 0x1fc000
blank.bin 0xfe000 & 0x1fe000

### Flash size 32Mbit: 512KB+512KB
boot_v1.2+.bin 0x00000
user1.1024.new.2.bin 0x01000
esp_init_data_default.bin 0x3fc000 (optional)
blank.bin 0x7e000 & 0x3fe000

### Flash size 32Mbit-C1: 1024KB+1024KB
boot_v1.2+.bin 0x00000
user1.2048.new.5.bin 0x01000
esp_init_data_default.bin 0x3fc000 (optional)
esp_init_data_default.bin 0x3fc000
blank.bin 0xfe000 & 0x3fe000

# NON-BOOT MODE
Expand All @@ -40,7 +22,7 @@
Flash size 16Mbit-C1: 0xfe000 & 0x1fe000
Flash size 32Mbit: 0x7e000 & 0x3fe000
Flash size 32Mbit-C1: 0xfe000 & 0x3fe000
esp_init_data_default.bin (optional)
esp_init_data_default.bin
Flash size 8Mbit: 0xfc000
Flash size 16Mbit: 0x1fc000
Flash size 16Mbit-C1: 0x1fc000
Expand Down

0 comments on commit ecc66c5

Please sign in to comment.