Difference between revisions of "Zynthian Updating"

From ZynthianWiki
Jump to navigation Jump to search
(16 intermediate revisions by 4 users not shown)
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 having the controllers working OK is update the software:
+
If you are using an official Zynthian SD Image, the first thing you should do after booting up your Zynthian Box is update the software.
  
- connect the zynthian box to your router using a RJ45 cable
+
===Updating from the UI===
- '''update zynthian software''' from the admin menu
 
- '''update zynthian library''' from the admin menu
 
- '''restart GUI''' (or '''reboot''') from the admin menu
 
  
The last official SD image is '''Gorgona''' and you can get it [https://discourse.zynthian.org/t/merry-zynthians-and-happy-new-sd-image/314 from here]. Also, you can build your own SD image from scratch following [https://discourse.zynthian.org/t/new-sd-image-setup-script/283/17 these instructions].
+
If your Zynthian's UI is working OK and you can control the interface using the knobs or the touch screen, you can update your software very easily:
 +
 
 +
# Connect your Zynthian Box to your router/switch using an Ethernet RJ45 cable. Alternately, you can configure the WIFI connection using the Webconf tool.
 +
# Click '''update software''' from the UI's Admin Menu
 +
# Click '''restart UI''' (or '''reboot''') from the UI's Admin Menu
 +
 
 +
===Updating from the Browser (webconf)===
 +
 
 +
You can also update your zynthian from your browser, using the Webconf tool at this address:
 +
 
 +
  http://zynthian.local
 +
 
 +
or
 +
 
 +
  http://#ZYNTHIAN_IP#
 +
 
 +
===Updating from the CLI===
 +
 
 +
Finally, you can update 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:
 +
 
 +
  [[Accessing Zynthian from your computer|Accessing Zynthian from other devices]]

Revision as of 01:22, 7 April 2020

If you are using an official Zynthian SD Image, the first thing you should do after booting up your Zynthian Box is update the software.

1 Updating from the UI

If your Zynthian's UI is working OK and you can control the interface using the knobs or the touch screen, you can update your software very easily:

  1. Connect your Zynthian Box to your router/switch using an Ethernet RJ45 cable. Alternately, you can configure the WIFI connection using the Webconf tool.
  2. Click update software from the UI's Admin Menu
  3. Click restart UI (or reboot) from the UI's Admin Menu

2 Updating from the Browser (webconf)

You can also update your zynthian from your browser, using the Webconf tool at this address:

 http://zynthian.local

or

 http://#ZYNTHIAN_IP#

3 Updating from the CLI

Finally, you can update 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:

 Accessing Zynthian from other devices