User's Manual

!
5. Build and Flash
If there are no issues, at the end of build process, you should see messages describing
progress of loading process. Finally, the end module will be reset and “hello_world”
application will start.
5.2. Monitor
To see if “hello_world” application is indeed running, type make󰲧monitor. This command is
launching IDF Monitor application:
$󰲧make󰲧monitor
MONITOR
---󰲧idf_monitor󰲧on󰲧/dev/ttyUSB0󰲧115200󰲧---
---󰲧Quit:󰲧Ctrl+]󰲧|󰲧Menu:󰲧Ctrl+T󰲧|󰲧Help:󰲧Ctrl+T󰲧followed󰲧by󰲧Ctrl+H󰲧---
ets󰲧Jun󰲧󰲧8󰲧2016󰲧00:22:57
rst:0x1󰲧(POWERON_RESET),boot:0x13󰲧(SPI_FAST_FLASH_BOOT)
ets󰲧Jun󰲧󰲧8󰲧2016󰲧00:22:57
...
Several lines below, after start up and diagnostic log, you should see “Hello world!” printed
out by the application.
...
Hello󰲧world!
Restarting󰲧in󰲧10󰲧seconds...
I󰲧(211)󰲧cpu_start:󰲧Starting󰲧scheduler󰲧on󰲧APP󰲧CPU.
Restarting󰲧in󰲧9󰲧seconds...
Restarting󰲧in󰲧8󰲧seconds...
Restarting󰲧in󰲧7󰲧seconds...
To exit monitor use shortcut Ctrl+]. To execute make󰲧flash and make󰲧monitor in one shoot
type make󰲧flash󰲧monitor.
Espressif
! /127
2017.05