rgwan / librech551

Open-source CH55x flashing tool, SDK....
147 stars 35 forks source link

No support for chip ID 0x18 #8

Open dgramop opened 5 years ago

dgramop commented 5 years ago

Error while bulking in: LIBUSB_ERROR_PIPE
Libre CH551 Flasher 2018
The chip id 0x18 is currently not support in this program```

This happens on debian on a CH552T

I am using the electrodragon CH552 board which I recently bought. I've heard rumors of a new bootloader version, might this be the issue?
dgramop commented 5 years ago

This may be related to #5

dgramop commented 5 years ago

Even after forcing it to detect my chip by adding a condition to the detection portion, the program hangs while reading. If I force it to recognize the chip and if I force it to use v2 of the protocol, it I get the same issue as issue #5 in the git repo.

dgramop commented 5 years ago

I have wireshark and the new bootloader. I'll try to upload pcaps and maybe submit a patch this weekend if I end up having time