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

Compiler

AthenaYu edited this page Nov 10, 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 "make clean" to clean up all previous compilation. (3) Run "gen_misc_plus.bat user2" to generate user2.bin at "\esp_iot_sdk\bin\upgrade".

Download: boot.bin 0x00000 user1.bin 0x01000 user2.bin 0x41000 esp_init_data_default.bin 0x7C000 blank.bin 0x7E000

Clone this wiki locally