Changes

Jump to navigation Jump to search
Update now that VNCserver is already in ZynthianOs
Line 13: Line 13:  
# SD card (class 10)
 
# SD card (class 10)
 
# Power supply (take the official one)
 
# Power supply (take the official one)
# I2S DAC (sound card) ([https://wiki.zynthian.org/index.php/Unofficial_hardware recommanded sound cards])
+
# (optionnal but recommended for the best audo experience) an I2S DAC (sound card) ([https://wiki.zynthian.org/index.php/Unofficial_hardware recommanded sound cards])
    
=== ZynthianOS ===
 
=== ZynthianOS ===
Line 53: Line 53:  
Configure your hardware setup via the WebConf:
 
Configure your hardware setup via the WebConf:
 
  [http://zynthian.local/hw-kit Hardware / Kit] / Custom

 
  [http://zynthian.local/hw-kit Hardware / Kit] / Custom

  [http://zynthian.local/hw-audio Hardware / Audio] / ''Select your soundcard on the list''
+
  [http://zynthian.local/hw-audio Hardware / Audio] / ''Select your soundcard on the list'' or choose RBPiHeadphones
 
  
[http://zynthian.local/hw-display Hardware / Display] / Generic HDMI Display

 
  
[http://zynthian.local/hw-display Hardware / Display] / Generic HDMI Display

 
  [http://zynthian.local/hw-wiring Hardware / Wiring] / DUMMIES
 
  [http://zynthian.local/hw-wiring Hardware / Wiring] / DUMMIES
 

 [http://zynthian.local System/sys-reboot / Reboot]
 

 [http://zynthian.local System/sys-reboot / Reboot]
   −
=== Install VNC Server on the Raspberry Pi ===
+
=== Activate VNC Server on the Raspberry Pi ===
 
VNC allows you to remotely have the Raspberry Pi screen on your personal computer, your tablet or your smartphone.
 
VNC allows you to remotely have the Raspberry Pi screen on your personal computer, your tablet or your smartphone.
To install VNC (or other softwares) on the Raspberry Pi, you need an access to the terminal:
+
With your browser pointing to http://zynthian.local, navigate to Interface => UI Options scroll at the bottom and check "Enable VNC server"
 
  −
* Option 1 : via the WebConf terminal
  −
[http://zynthian.local/zynterm System / Terminal]
  −
 
  −
* Option 2 : via SSH (that's mean via another terminal)
  −
 
  −
- On MacOS, open the MacOS Terminal and type:
  −
sudo ssh zynthian.local
  −
It will first ask for your mac password and then the Zynthian password (raspberry).
  −
Then, if you see root@zynthian:~ you are on the Raspberry Pi terminal.
  −
 
  −
Note : On MacOS, if you need to re-burn your SD card and have the error message “Host key verification failed” when you try to connect via SSH, you need to erase the previous SSH information with the nano text editor in the ssh known_hosts by running this command:
  −
sudo nano /var/root/.ssh/known_hosts

  −
In nano, delete the zynthian line (control K), then write the file (control O + enter), then quit (control X).
  −
 
  −
- On Windows, download [https://www.putty.org/ PuTTy] and do the same that for MacOS.
  −
 
  −
* When you are on the Raspberry Pi terminal, run the following commands:
  −
sudo apt install realvnc-vnc-server  
  −
sudo raspi-config

  −
''Interfacing Options / VNC / Yes''
  −
 
  −
If you are using the WebConf terminal, note that it's normal that the apt update take a long time (and you see nothing, that is just a display bug). After the update, you should scroll down or launch a new WebConf terminal to install vnc.
      
=== Install VNC Viewer in your Devices ===
 
=== Install VNC Viewer in your Devices ===
17

edits

Navigation menu