pvvx / TlsrComSwireWriter

TLSR826x/825x COM port Swire Writer
The Unlicense
62 stars 9 forks source link

Chip sleep? -> Use reset chip (RTS-RST) #5

Open rimzici opened 3 years ago

rimzici commented 3 years ago

Trying to flash firmware on a TLSR8258. Using Cp2102 Usb 2.0 to Ttl Uart Module 6-pin Serial Converter

command : python3 TLSR825xComFlasher.py -p /dev/tty.usbserial-0001 -t 70 wf 0 light_8258.bin

output:

=======================================================
TLSR825x Flasher version 00.00.04
-------------------------------------------------------
Open /dev/tty.usbserial-0001, 921600 baud...
Reset module (RTS low)...
Activate (70 ms)...
Chip sleep? -> Use reset chip (RTS-RST): see option --tact

Running on Mac OS Big Sur(11.3.1)((intel)

Would appreciate any help. Thanks!