OpenSprinkler › Forums › Hardware Questions › OpenSprinkler Pi (OSPi) › Update to most recent firmware › Re: Re: Update to most recent firmware
navy2x
Great thanks! I followed the instructions and it worked perfectly! http://rayshobby.net/mediawiki/index.php?title=Python_Interval_Program_for_OSPi#From_an_earlier_version
I copied the steps I used if anyone else is curious on how to update from an OSPi v1.3 board running 1.8.3 firmware.
From an earlier version
The recommended way to update to this version from a pre 2.0.0 rev. is to issue the following commands from the program directory (OSPi) :
make sure you are on the master branch
git checkout master
fetch the new version form GitHub
git fetch
reset to the new version
git reset --hard origin/master
Reboot the Pi:
sudo reboot
Or
If you are using the init.d script to auto-run the program:
restart the program with:
sudo service ospi restart