Firmware update tools for Fusion HAT+
git clone https://github.com/sunfounder/rpi_fusion_hat_update_tools.git --depth 1
sudo pip3 install blessed --break
sudo pip3 install smbus2 --break
- Stop fusion-hat-safe-shutdown Service (If you have runned fusion-hat-safe-shutdown service)
sudo systemctl stop fusion-hat-safe-shutdown.service
- get update file
cd rpi_fusion_hat_update_tools
git pull
- run
python3 run.py
