From 8ad8ba61947165db9acab816f204e2eed67b99de Mon Sep 17 00:00:00 2001 From: scilor Date: Wed, 17 Mar 2021 23:40:26 +0100 Subject: [PATCH] Baudrate 921600 to docs --- wiki/Bootloader.md | 2 +- wiki/Install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/Bootloader.md b/wiki/Bootloader.md index 45f90878..7102f57f 100644 --- a/wiki/Bootloader.md +++ b/wiki/Bootloader.md @@ -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 | diff --git a/wiki/Install.md b/wiki/Install.md index 31eeb0eb..cf7e6626 100644 --- a/wiki/Install.md +++ b/wiki/Install.md @@ -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)*.