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

Document how to update the axidraw EBB firmware #212

Open
osresearch opened this issue Oct 26, 2024 · 0 comments
Open

Document how to update the axidraw EBB firmware #212

osresearch opened this issue Oct 26, 2024 · 0 comments

Comments

@osresearch
Copy link
Contributor

These are my notes from how I did it for future incorporation into the readme.

Build mphidflash

sudo apt install libusb-dev
git clone https://github.com/EmbeddedMan/mphidflash
cd mpihidflash
sed -i 's/ -m32//' Makefile  # pi0 gcc doesn't support -m32 option
sudo make install32

Reset the axidraw and install the firmware

wget https://github.com/evil-mad/EggBot/raw/refs/heads/master/EBB_firmware/Releases/app/EBF_v303.zip
unzip EBF_v303.zip
sudo systemctl stop saxi
printf 'BL\r' > /dev/ttyACM0
sudo mphidflash -w EBF_v303/EBF_v303.hex -r
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