View Single Post
  #14  
Old 17th June 2017, 11:59 PM
Glenn Stewart Glenn Stewart is offline
Member
 
Join Date: Apr 2008
Posts: 20
Default

How do I update my software?
  1. Open up terminal or command prompt
  2. Refer to section "Getting my code....". Change into same directory you cloned my code from.
  3. When in the directory run the following command. If there is an error, then you're in wrong directory or maybe git related error.
    git pull
  4. If you get message "Already up-to-date" then my code is unchanged, however it does not mean that other software is not changed.
  5. Run the following command to completely rebuild all devices with the latest software:
    git push --force resin master

  6. Wait for the unicorn
  7. Check devices on Resin

How do I update my OS?
  1. Go to Resin.io
  2. Click on application
  3. Click on Download Resinos.
  4. Re-image your SD card using Etcher (see above).
  5. Done! Your Raspberry Pi will start and automatically install and configure applications. No extra work required

There is nothing further required. All variables can remain untouched. Resin will ensure that everything is pristine, unbroken. You could even delete non OS files, re-run the above commands and everything will be back to perfect.

Last edited by Glenn Stewart; 18th June 2017 at 12:08 AM.
Reply With Quote