We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These are my notes from how I did it for future incorporation into the readme.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
These are my notes from how I did it for future incorporation into the readme.
Build
mphidflash
Reset the axidraw and install the firmware
The text was updated successfully, but these errors were encountered: