Difference between revisions of "Zynthian Updating"

From ZynthianWiki
Jump to navigation Jump to search
(Adds comment about setting date before updating Gorgona Omega)
Line 5: Line 5:
 
* Click '''restart UI''' (or '''reboot''') from the UI's Admin Menu
 
* Click '''restart UI''' (or '''reboot''') from the UI's Admin Menu
  
You can also do it from the command line using this command:
+
You can also do it from the Webconf tool or from the command line, using this command:
  
   /zynthian/zynthian-sys/scripts/update_zynthian.sh
+
   update_zynthian.sh
  
 
If you don't know how to access your zynthian using the command line, read this:
 
If you don't know how to access your zynthian using the command line, read this:

Revision as of 10:29, 8 October 2019

If you are using the official Zynthian SD Image, the first thing you should do after booting up your Zynthian Box and getting the controllers working, is updating the software. You can do it easily from the Zynthian's UI:

  • Connect your Zynthian Box to your router/switch using an Ethernet RJ45 cable. You can also configure the WIFI connection.
  • Click update software from the UI's Admin Menu
  • Click restart UI (or reboot) from the UI's Admin Menu

You can also do it from the Webconf tool or from the command line, using this command:

 update_zynthian.sh

If you don't know how to access your zynthian using the command line, read this:

If using Gorgona Omega then you will need to set the clock on the Raspberry Pi before the update will work.

 date -s YYYY-MM-DD

where YYYY is the year, MM is the month and DD is the date.