Skip to content
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

How to update pancake bot firmware in linux #2

Open
FOSSBOSS opened this issue Dec 30, 2023 · 0 comments
Open

How to update pancake bot firmware in linux #2

FOSSBOSS opened this issue Dec 30, 2023 · 0 comments

Comments

@FOSSBOSS
Copy link

I know it says Linux unsupported, but I don't own a MsOS box to do the firmware update.
No Mater! it is still doable, here is how:
Generically:
$ avrdude -v -p m2560 -c stk500v2 -P /path/to/device -b 115200 -D -U flash:w:/path/to/PBFirmwareUpdate2.0.hex:i

$ avrdude -v -p m2560 -c stk500v2 -P /dev/ttyUSB0 -b 115200 -D -U flash:w:/home/user/Desktop/pbfw/PBFirmwareUpdate2.0.hex:i
proof

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant