diff --git a/FLASHING.md b/FLASHING.md index 59ad66b8e..43b9232cb 100644 --- a/FLASHING.md +++ b/FLASHING.md @@ -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 \apps\\output\1.0.0\_UA_.bin -d -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`