Alligator GPIO utility for RaspberryPi
- Connect to RaspberryPi via SSH client
- Download and install alligator-manager script
# cd /etc/init.d
# wget https://raw.githubusercontent.com/3Dartists/alligator-manager/master/alligator-manager
# chmod +x /etc/init.d/alligator-manager
- Init alligator-manager at boot
# update-rc.d alligator-manager defaults
This step is not necessary if using RepetierServer, the bossac program is already included.
# apt-get install bossa-cli
- Reboot the RaspberryPi
# /etc/init.d/alligator-manager --reset
or
# /etc/init.d/alligator-manager --emergency-stop
Attention this command will delete the alligator board firmware, use only for firmware update!
# /etc/init.d/alligator-manager --erase
This command is very useful, allowing you to upload a .bin firmware on Alligator via RaspberryPi
# /etc/init.d/alligator-manager --fw-upload firmware_name.bin