Usb-C malfunction with computer #74
Unanswered
NicoleMaggard
asked this question in
Q&A - Hardware
Replies: 1 comment 2 replies
-
|
Hey @NicoleMaggard Luckily it's very very difficult to completely brick these boards, so I have no doubt we can get it responding to USB again.
This is just a shot in the dark, but if you have OTA commands working (specifically
# default pass code + exec_cmd code + code to run
b'p\xba\xb8C'+b'\x96\xa2+b'import storage\nstorage.erase_filesystem()'
Let me know how that goes before we try the "nuclear" options. Good luck! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I just had a question revolving around troubleshooting the pycubed when windows throws an error saying: "the last USB device connected to this computer malfunctioned and windows does not recognize it." The pycubed is still running operations normally when powered, but is failing to connect to the computer so we can update the code. We did happen to setup the bare bones of OTA on the device, so this may be a path forward, but we are struggling to make it so the code can be updated directly in memory as opposed to loading code onto an SD card and executing from there. Any help would be greatly appreciated. Thanks
Beta Was this translation helpful? Give feedback.
All reactions