-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document XMODEM behavior with good/bad chips #6
Comments
I have this one and had no issues flashing the firmware:
|
Interesting. I have this one: https://vi.aliexpress.com/item/2027583503.html - do you have something else? |
Mine is already unlisted unfortunately, but it looks like this one. |
|
Reporting success with CP2102N Friend adapter from Adafruit web store and |
Just chiming in for posterity as I encountered the same issue OP has described while experimenting with my VisionFive2 board. In my case however, the FT232 refuses to work with xmodem unfortunately. I'm using a Waveshare TTL-USB dongle with supposedly a FT232RL on-board, but judging by the issues it may not be genuine after all (or there's some other variable at play that makes xmodem fail here). Appears the same in
Failure looks similar (using
Will update this issue if I can figure out something more than the chip just being plain bad. |
Useless to spend more time on StarFive tools, they do not release source code. There are tools to do this work that have source code available, now. |
Hi!
I was playing around with the recovery feature on VisionFive2 and I had no luck getting it to work at all with a TTL-USB converter using this device:
This is the errors:
However, when I switch to using my trusty
Future Technology Devices International, Ltd FT232 Serial (UART) IC
based one the XMODEM inside Minicom worked on the first try. (115200 8N1, No flow control).Might be worth mentioning on the recovery guide so that people don't pull their hair out trying to debug something that is due to a less-than-ideal TTL-serial-converter.
I repeated this experiement more than three times to ensure it was conclusive and it is. 0% success rate with my
PL2303
adapter, 100% success rate with myFT232
one.The text was updated successfully, but these errors were encountered: