-
Notifications
You must be signed in to change notification settings - Fork 3
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
PineBuds BadChecksumErrors #19
Comments
Hello, What device are you running this on & are you running in the OpenPineBuds container or on the host machine? The hint For the bes2300 it will only run bootloader if the sync message is ACK'ed rapidly at boot. |
I'm wondering if we should, in the refactor, halt |
Thanks for the response! I'm running this directly, not from a container, using a release build I built from the main branch today. I've been trying to enter programmer mode by:
I just tried the procedure you described, and get similar checksum errors from that procedure as well. |
Can you please post logs from the latest attempt? We need to see the logs. Running it directly shouldn't affect the read. What I would like to suggest is using the container, though, just so we can be sure. |
Logs from the latest attempt:
|
I get something from a build of 3ec6244. It ends up hanging reading from flash at some point.
|
The hang is normal and means you hit the watchdog and have to retry. (we are using a debugging backdoor to read flash, its not officially supported). |
Using that previous commit I was able to backup and flash firmware successfully. I had to try several times to get a backup. Let me know if you have difficulties replicating the issue - I'm happy to try stuff out on my end and report the results. |
Hi, I'm getting BadChecksumErrors when trying to take a backup of my PineBuds with a release build of bestool:
lsusb output:
Please advise how I might get this to work, or if there's any additional information I can provide that would help us figure this out.
Thanks!
The text was updated successfully, but these errors were encountered: