Skip to content

Commit

Permalink
docs: Update log output for Zephyr example
Browse files Browse the repository at this point in the history
This commit updates the log output for the Zephyr example with logging
from target. It also removes the verison of Zephyr from the README.md
which does not need to be updated manually.
  • Loading branch information
Dzarda7 committed Jan 7, 2025
1 parent 7f3c2aa commit 7abd989
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions examples/zephyr_example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,27 @@ Binaries to be flashed are placed in a separate folder (binaries.c) for each pos

Here is the example's console output:

```
*** Booting Zephyr OS build zephyr-v3.2.0-3548-ga1bb9c9d1736 ***
``` text
Running ESP Flasher from Zephyr
Connected to target
Baudrate changed
Transmission rate changed.
Erasing flash (this may take a while)...
Start programming
Progress: 100 %
Finished programming
Flash verified
Erasing flash (this may take a while)...
Start programming
Progress: 100 %
Finished programming
Flash verified
Erasing flash (this may take a while)...
Start programming
Progress: 100 %
Finished programming
Flash verified
********************************************
*** Logs below are print from slave .... ***
********************************************
Hello world!
```

0 comments on commit 7abd989

Please sign in to comment.