Skip to content
Andrew Collins edited this page Nov 28, 2015 · 9 revisions

Welcome to the esp_iot_rtos_sdk wiki!

More information in Espressif BBS

Note

Compile

using command: ./gen_misc.sh

Download

  • eagle.app.v6.flash.bin, downloads to flash 0x00000

  • eagle.app.v6.irom0text.bin, downloads to flash 0x40000

  • blank.bin, downloads to flash 0x7E000

##View UART Using GNU Screen: sudo screen /dev/ttyUSB0 baud_rate

baud_rate is typically 9600 in our examples. ttyUSB0 can change depending on what usb devices you have plugged in, and in what order you did so, etc.

Clone this wiki locally