Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Compiler

AthenaYu edited this page Dec 24, 2014 · 8 revisions

Compiler

Notice: AT compilation is based on the correspondence SDK, we need to copy all files in "at" to folder "app" of sdk to compile.

Get compiler from Espressif BBS.

Get correspondence SDK from Espressif BBS

Compilation Steps:

  1. Run "gen_misc_plus.sh 1" to generate user1.bin at “\esp_iot_sdk\bin\upgrade".
  2. Run "gen_misc_plus.sh 2" to generate user2.bin at "\esp_iot_sdk\bin\upgrade".

Download:

  • boot.bin , downloads to flash 0x00000.
  • user1.bin , downloads to flash 0x01000.
  • user2.bin , downloads to flash 0x41000.
  • esp_init_data_default.bin , downloads to flash 0x7C000
  • blank.bin , downloads to flash 0x7E000
Clone this wiki locally