You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wiki/Bootloader.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ The configuration for the bootloader is saved within [sd:/revvox/boot/ngCfg.json
43
43
| waitTimeoutInS | Timeout in seconds for waitForPress if no earpress (hibernation) | 1-255 | 60 |
44
44
| minBatteryLevel | Poweroff voltage to protect the battery. Divide through around 700 to get voltage (Standard 3V) || 2100 |
45
45
| 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"]|
46
+
| ofwFixFlash| Magic bytes read from the ofw bootloader on flash | ex. /sys/pre-img.bin||
46
47
| serialLog | Enable log to UART (TX) @115200 baud. Only works for debug build! | true, false | true |
0 commit comments