This commit is contained in:
openshwprojects 2024-03-08 09:53:46 +01:00 committed by GitHub
parent d02008b7ca
commit f72d3c833c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ Use USB to TTL converter with 3.3V logic levels, like HW 597
connect the PC to TX1 and RX1 on the bk7231 (TX2 and RX2 are optional, only for log)
start flash in BKwriter 1.60 (select COM port, etc)
then re-power the device (or reset with CEN by temporary connecting CEN to ground) until the flashing program continues, repeat if required.
then re-power the device (or reset with CEN by temporarily connecting CEN to ground) until the flashing program continues, repeat if required.
## UART (obsolete method; multiplatform method, Python required)
@ -32,7 +32,7 @@ connect the PC to TX1 and RX1 on the bk7231 (TX2 and RX2 are optional, only for
start flash using:
`python uartprogram <sdk folder>\apps\<folder>\output\1.0.0\<appname>_UA_<appversion>.bin -d <port> -w`
then re-power the device (or reset with CEN temporary connecting CEN to ground) until the flashing program continues, repeat if required.
then re-power the device (or reset with CEN temporarily connecting CEN to ground) until the flashing program continues, repeat if required.
e.g.
`python uartprogram C:\DataNoBackup\tuya\tuya-iotos-embeded-sdk-wifi-ble-bk7231t\apps\my_alpha_demo\output\1.0.0\my_alpha_demo_UA_1.0.0.bin -d com4 -w`