-
Notifications
You must be signed in to change notification settings - Fork 94
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
Error while updating bootloader: invalid literal for int() with base 10 #18
Comments
I had exactly the same problem (Twice! I bricked my 2 boards 🤦♂️ ) I'll try the arduino programmer, but is there anything in finding the reason/fixing the bug? |
@paulo-raca Sorry to hear that you had the same problem. Hope you're able to recover them (there are a few suggestions on the TinyFPGA forum for various ways to reflash the initial bootloader externally). I don't think anyone has figured out exactly what causes the problems (to me it feels like a timing race between the So far the best work around seems to be:
Unfortunately the original TinyFPGA developer seems to have had no time to do anything with this in the last year (all the more recent commits are others, often written or merged by Tim (mithro) who is also busy). So it's not clear the underlying cause will ever be debugged fully. But perhaps it'll eventually be possible to get enough workarounds (eg, all three of the above) merged, and a new full release made (there's only been dev releases in the last year, which have to be explicitly installed). (It'd also help if the TinyFPGA boards shipped with the newest bootloader on them, but manufacturing/delivery pipelines tend to be relatively long, so I'm not sure if a new batch has been made in the last year....) Ewen |
I believe this has been fixed now? @ewenmcneill Is that your understanding? |
It is hopefully less likely to occur now with #52 (and the symptoms will have changed if it does, as the But yes, at this stage it seems useful to consolidate down to one open issue for the "bootloader reprogramming timed out" problem. Ewen |
I have installed tinyprog 2058597 using
python setup.py install --user
, an was using it to update the bootloader my TinyFPGA BX:The text was updated successfully, but these errors were encountered: