Skip to content
Anna edited this page Nov 30, 2022 · 2 revisions

Flashing

Flashing software

⚠️Warning

BKwriter 1.60 has proven unreliable for flashing the BK7231N chips. When in 'BK7231 mode', it fails with "invalid CRC"; in 'BK7231N mode' it fails to unprotect the device.

For BK7231N, use the Python script.

Flash BK7231N QIO binary, like that:

python uartprogram W:\GIT\OpenBK7231N\apps\OpenBK7231N_App\output\1.0.0\OpenBK7231N_app_QIO_1.0.0.bin --unprotect -d com10 -w --startaddr 0x0

Remember - QIO binary with --unprotect and --startaddr 0x0, this is for N chip, not for T.

You can see an example of detailed teardown and BK7231N flashing here: https://www.elektroda.com/rtvforum/topic3874289.html

XR809

For Info see XR809

Building and flashing for BL602

Follow the BL602 guide: https://www.elektroda.com/rtvforum/topic3889041.html

Building for W800/W801

For Info see W100/W101