Difference between revisions of "Zynthian Updating"

From ZynthianWiki
Jump to navigation Jump to search
Line 1: Line 1:
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 to update the software:
+
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.
  
- Connect the Zynthian box to your router using a Ethernet RJ45 cable. See this for more help on connecting: [[Accessing Zynthian from your computer|Accessing your Zynthian Box from a computer]]
+
You can do it easily from the Zynthian's UI:
  
Use a web browser on another computer to access your Zynthian box's admin web page
+
* Connect your Zynthian Box to your router/switch using an Ethernet RJ45 cable. You can also configure the WIFI connection.
- '''update zynthian software''' from the admin menu
+
* Click '''update software''' from the UI's Admin Menu
- '''update zynthian library''' from the admin menu
+
* Click '''restart UI''' (or '''reboot''') from the UI's Admin Menu
- '''restart GUI''' (or '''reboot''') from the admin menu
 
  
  
If you prefer the command line:
+
You can also do it from the command line using this command:
  
 
   /zynthian/zynthian-sys/scripts/update_zynthian.sh
 
   /zynthian/zynthian-sys/scripts/update_zynthian.sh
 +
 +
If you don't know how to access your zynthian using the command line, read this:
 +
 +
* [[Accessing Zynthian from your computer|Accessing Zynthian from other devices]]

Revision as of 19:58, 18 February 2018

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 command line using this command:

 /zynthian/zynthian-sys/scripts/update_zynthian.sh

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