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:
+
===Important notice===
−
- 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]]
+
Zynthian runs on top of a basic Debian Linux system. It is not recommanded at all to do the traditional "apt-get update&apt-get upgrade" commands: this could break your Zynthian system.
−
Use a web browser on another computer to access your Zynthian box's admin web page
+
'''You have been warned !!!'''
−
- '''update zynthian software''' from the admin menu
−
- '''update zynthian library''' from the admin menu
−
- '''restart GUI''' (or '''reboot''') from the admin menu
−
If you prefer the command line:
+
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.
−
/zynthian/zynthian-sys/scripts/update_zynthian.sh
+
===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:
+
+
# 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
+
+
http://zynthian.lan
+
+
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]]