-
Notifications
You must be signed in to change notification settings - Fork 56
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
Port DFU code from T1 CLI to update SAMD21 firmware over USB #109
Comments
Firmware side completed with tessel/t2-firmware#44 |
@kevinmehall should the CLI portion of the code be pretty similar to the original CLI's process? |
Yeah, almost all the code will port straight over. The main difference is that |
👍 thanks! And, presumably, this update command should also check the openWrt image and update that if necessary. |
It should be |
Ah, I think I understand. I need to do a vendor request like so. Is that more accurate? |
Correct, a control transfer with bRequest (2nd argument) 0xBB. |
Fixed with #231. |
No description provided.
The text was updated successfully, but these errors were encountered: