-
Notifications
You must be signed in to change notification settings - Fork 14
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
Test the 8051 board #24
Comments
Maybe use this for flash programming? |
Or use SiLab's "Simplicity Studio". Or use their Windows command line tool in Wine. |
There is a command line flash tool in Simplicity Studio. Secret revealed by SiLabs support:
|
My 8051 board is putting up resistance. I haven't been able to program it from Simplicity Studio, or the flash8051 command line tool. The tools says
And I see this in the system log when I attach the board through USB:
|
Link to SiLabs forum post: |
Hi, I had the same issue and found that the following line to the GRUB_CMDLINE_LINUX_DEFAULT option fixed the issue: usbhid.quirks=0x10c4:0x8253:0x20000000 This removed the usb_submit_urb(ctrl) failed: -1 issue and the Linux version of flash8051 now returns the correct reply. |
Wow, thank you very much for this hint! |
No description provided.
The text was updated successfully, but these errors were encountered: