Changes

Line 2: Line 2:     
This page is still being developed. Still trying to get it to work, and get these instructions exactly correct. Use at your own risk. Please edit this page if you have corrections.
 
This page is still being developed. Still trying to get it to work, and get these instructions exactly correct. Use at your own risk. Please edit this page if you have corrections.
 +
The Zynthian SD image won’t work without a proper audio device (DAC). The RBPi integrated “audio device” is not suitable because it sounds poor and has latency. The SD image is pre-configured to work with HifiBerry DAC+, although you can use any DAC that works with RBPi (i.e. any I2S device).
 +
These instructions will attempt to configure the Zynthian image to work with the RBPi integrated “audio device” (even though it has poor performance) or an inexpensive USB audio adapter.
    
Forum posting on this topic: https://discourse.zynthian.org/t/official-rbpi-touchscreen-7/430/23
 
Forum posting on this topic: https://discourse.zynthian.org/t/official-rbpi-touchscreen-7/430/23
Line 20: Line 22:  
* or get the image mentioned here: https://discourse.zynthian.org/t/official-rbpi-touchscreen-7/430/22
 
* or get the image mentioned here: https://discourse.zynthian.org/t/official-rbpi-touchscreen-7/430/22
 
# Flash the software on to the MicroSD card using Etcher https://etcher.io/ (free software works on Mac, Windows or Linux)
 
# Flash the software on to the MicroSD card using Etcher https://etcher.io/ (free software works on Mac, Windows or Linux)
# Enable SSH by placing a file named ssh, without any extension, onto the boot partition of the SD card.  
+
# Enable SSH by placing a file named ssh, without any extension, onto the boot partition of the MicroSD card. (The only "folder" you see if you view the contents of the SDcard on a PC)
 
# Connect the touch display to the Raspberry Pi using the included instructions
 
# Connect the touch display to the Raspberry Pi using the included instructions
 
# Insert the MicroSD card into the Raspberry Pi
 
# Insert the MicroSD card into the Raspberry Pi
# Connect the Raspberry Pi to the Internet using a Ethernet cable (or connect using WiFi)
+
# Connect the Raspberry Pi to your local router using a Ethernet cable (or connect using WiFi - see below)
# Connect the USB keyboard & mouse to the Raspberry Pi
   
# Connect the power Adapter to the Raspberry Pi and plug it into the wall.
 
# Connect the power Adapter to the Raspberry Pi and plug it into the wall.
 
# The Raspberry Pi will boot up Zynthian.
 
# The Raspberry Pi will boot up Zynthian.
 +
# To configure, connect to Zynthian using a web browser.
   −
=Configuration=
+
Connecting to your Zynthian box http://wiki.zynthian.org/index.php/Accessing_Zynthian_from_your_computer
* If you do not have an Ethernet cable connection to the Internet, configure WiFi by (How to do this? clicking on the WiFi icon?).
  −
# start the Terminal (need clear instruction on how to do that with Zynthian image)
  −
# Ensure the Raspbian operating system is up to date by connecting your Pi to the internet and running the following commands in the terminal:
  −
 
  −
sudo apt-get update
  −
sudo apt-get upgrade
  −
sudo rpi-update
      
=Configure Zynthian software=
 
=Configure Zynthian software=
   −
Connecting to your Zynthian box http://wiki.zynthian.org/index.php/Accessing_Zynthian_from_your_computer
+
Use a web browser to access your Zynthian box's admin web page .  Depending on your setup you might try to just use '''http://zynthian.local/''' - if that doesn't work You need to enter the IP address of your Zynthian.  
   −
Use a web browser to access your Zynthian box's admin web page . Depending on your setup you might try to just use '''http://zynthian.local/''' - if that works, you don't need the IPaddress. Otherwise, You have to figure out what the Zynthian box's IP address is.
+
# Login to your Zynthian's admin webpage (password: raspberry)
 +
[[File:ZynLogin.png]]
 +
# Change the display to Generic HDMI, and set lcd_rotate=2 in the Config.
 +
[[File:HDMI.JPG]]
 +
# Change the Audio device to USB device. Need to provide the proper device name in the Jackd Options: replace ''hw:0'' with the correct device name. Find the device name by giving the Linux command: '''aplay -L''' at the command line
 +
[[File:ZynAudio.png]]
 +
# Change the Wiring to DUMMIES
 +
[[File:ZynWiring.png]]
    
  - '''update zynthian software''' from the admin menu
 
  - '''update zynthian software''' from the admin menu
Line 100: Line 102:  
=Alternate set of instructions=
 
=Alternate set of instructions=
    +
* If you do not have an Ethernet cable connection to the Internet, configure WiFi by (How to do this?).
 +
# use a program like PuTTY on a PC to connect to the Pi via ssh. username: root, password: raspberry
 +
# Ensure the Raspbian operating system is up to date by connecting your Pi to the internet and running the following commands in the terminal:
 +
 +
sudo apt-get update
 +
sudo apt-get upgrade
 +
sudo rpi-update
 +
 +
===Install a text editor===
 
  apt-get install nano
 
  apt-get install nano
  
393

edits