Skip to content

Commit

Permalink
Baudrate 921600 to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Mar 17, 2021
1 parent d2612df commit 8ad8ba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wiki/Bootloader.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The configuration for the bootloader is saved within [sd:/revvox/boot/ngCfg.json
| minBatteryLevel | Poweroff voltage to protect the battery. Divide through around 700 to get voltage (Standard 3V) | | 2100 |
| ofwFixValue | Magic bytes to be placed into the OFW Image during boot (can be extracted from OFW BL data[-8:-4]) | hex array with 4 bytes | ["4C", "01", "10", "00"] |
| ofwFixFlash| Magic bytes read from the ofw bootloader on flash | ex. /sys/pre-img.bin| |
| serialLog | Enable log to UART (TX) @115200 baud. Only works for debug build! | true, false | true |
| serialLog | Enable log to UART (TX) @921600 baud. Only works for debug build! | true, false | true |
| logLevel | Set Log level 0:Trace - 5:Fatal | 0-5 | DEBUG_LOG_LEVEL |
| logColor | Enable colored log | true, false | false |

Expand Down
2 changes: 1 addition & 1 deletion wiki/Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python cc.py -p COM3 read_all_files targetdir/ read_flash backup.bin
### Get the bootloader
Download the latest version from [here](https://github.com/toniebox-reverse-engineering/hackiebox_cfw_ng/releases). Please unzip the release to your desired directory.
You will find a directory called flash there for the file(s) that need to be copied to the flash and a directory called sd for the sd files.
If you don't mind a slightly slower boot but want some log output via UART (Baud 115200, TX Pin) use the debug variant (check the ngCfg.json to enable it!).
If you don't mind a slightly slower boot but want some log output via UART (Baud 921600, TX Pin) use the debug variant (check the ngCfg.json to enable it!).

### Preface
If you have previously installed the CFW SD Bootloader please use *1b)* otherwise for first time installation please use *1a)*.
Expand Down

0 comments on commit 8ad8ba6

Please sign in to comment.