User Tools

Site Tools


installing_pirlp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
installing_pirlp [2013/01/31 18:03] 142.103.194.1installing_pirlp [2016/01/26 05:29] (current) – [Prerequisites and Disclaimer] k0kad
Line 1: Line 1:
-The following is an email from the IRLP Yahoogroups where the steps to build PiRLP image were listed.+=====Re-installing IRLP on Raspberry Pi=====
  
-----+This article describes the steps required to re-install IRLP and Debian onto a 
 +Raspberry Pi computer from an existing IRLP node.
  
 +If you would like a ready-built and configured system, consider ordering one 
 +direct from IRLP at http://irlp.net/order.html they also have prefabricated
 +and all necessary parts to complete your PiRLP project.
 +
 +----
  
 +====Prerequisites and Disclaimer====
 First thing, back up your existing install using the "backup_for_reinstall" First thing, back up your existing install using the "backup_for_reinstall"
 script. It will create an irlp_backup.tgz file on a USB stick - More on this script. It will create an irlp_backup.tgz file on a USB stick - More on this
 later. later.
  
-Second thing - This is experimental and not supported. If it breaks something, I +Second thing - This is experimental and not supported. If it breaks something,  
-apologize, but can not forsee all possible issues. will try to help where I +the IRLP installs team can try to help, but we can not foresee all possible issues.  
-can, but can not promise it will all work.+IRLP will try to help where I can, but can not promise it will all work. If you  
 +are not able to troubleshoot the problem on your own, consider ordering a complete 
 +built and configured PiRLP node from the IRLP website: http://irlp.net/order.html
  
-Hardware required:+====Hardware Required==== 
 +You will require the following hardware:
   * IRLP Ver 3.0 board   * IRLP Ver 3.0 board
-  * Raspberry Pi Model B (any Revision SHOULD worktested on a Rev 2)+  * Raspberry Pi Model B, B+, or Pi2 
 +  * A **suitable** power supply. Please see [[powering_your_pi|Powering your Pi]]
   * DB-25 to IDC 26 parallel cable (or similar)   * DB-25 to IDC 26 parallel cable (or similar)
-  * USB sound card (most all should work, I am using the one listed below)+  * Compatible USB sound card. Please see [[compatible_usb_sound_cards|IRLP Compatible USB Sound Cards]]
   * 2G (min) SD card (larger is better, but not required)   * 2G (min) SD card (larger is better, but not required)
   * USB keyboard (for initial boot only)   * USB keyboard (for initial boot only)
 +  * HDMI capable monitor, or an HDMI adapter to another style of monitor
  
-USB sound card I use is Syba SD-CM-UAUD, based on Cmedia CM119. Be warned,  +====Required USB Sound Card==== 
-there is a similar looking sound card on the market that is made by Syba that +The Raspberry Pi lacks a sound input device. Because of this, a USB sound card must be used. The 
-will NOT work.+best supported USB sound card is the Syba SD-CM-UAUD, based on Cmedia CM119.
  
 {{ :syba-sd-cm-aud.jpg?nolink&400 |}} {{ :syba-sd-cm-aud.jpg?nolink&400 |}}
Line 31: Line 43:
 http://www.newegg.com/Product/Product.aspx?Item=N82E16812186035 http://www.newegg.com/Product/Product.aspx?Item=N82E16812186035
  
-Modifications required: +Please see the list of [[compatible_usb_sound_cards|IRLP Compatible USB Sound Cards]]
-Please prepare the IRLP board/parallel cable as shown at: +
-http://www.irlp.net/R_Pi/+
  
-Software Required: +Be warned, there is a similar looking sound card on the market that is made 
-The official Raspbian release from the Raspberry Pi Foundation:+by Syba that will NOT work. It is the Syba SD-AUD20066. The difference is the 
 +translucency of the case. 
 + 
 +{{ :syba-sd-aud20066.jpg?nolink&200 |}} 
 + 
 +====Hardware Modifications Required==== 
 + 
 +The following hardware modifications are required: 
 + 
 +Please prepare the IRLP board/parallel cable as shown at: http://www.irlp.net/R_Pi/ 
 + 
 +A schematic of the cable can be found at this link: [[http://wiki.irlp.net/lib/exe/fetch.php?media=raspberrypi_to_irlp_interface_schematic.pdf]] 
 + 
 +Alternately, you can view these two YouTube videos: 
 + 
 +http://www.youtube.com/watch?v=1jOxalmll1o 
 + 
 +http://www.youtube.com/watch?v=G-1VxMMATh0 
 + 
 +If you are using a Pi2 or Pi B+ with a 40 pin header, you must cut pins 27 and 28 from the board in order to  fit the GPIO cable on. 
 +See: [[http://www.irlp.net/R_Pi/P2010014.JPG]] 
 +It also shows pin 4 removed - this is not required. It is used as a key for systems ordered from IRLP. 
 +====Loading the Required Software==== 
 + 
 +You will require the official Raspbian Jessie Lite release from the Raspberry Pi Foundation:
 http://www.raspberrypi.org/downloads http://www.raspberrypi.org/downloads
 (no support will be offered for this, besides what buttons to press) Follow the (no support will be offered for this, besides what buttons to press) Follow the
-directions on the RPi site for creating the card.+directions on the RPi site for creating the SD card.
  
 SPECIAL NOTE ABOUT THE PI - Do not "hotplug" USB devices, as the unit tends to SPECIAL NOTE ABOUT THE PI - Do not "hotplug" USB devices, as the unit tends to
Line 88: Line 122:
  
 Your node should work at this point. Your node should work at this point.
 +
 +====Upgrading the Pi Firmware====
  
 The last step we will do is update the firmware on your Pi. This will help keep The last step we will do is update the firmware on your Pi. This will help keep
Line 96: Line 132:
 https://github.com/Hexxeh/rpi-update/ https://github.com/Hexxeh/rpi-update/
  
-Start at the step **"Updating"**, as the program and the timezone have already been set correctly. The command is:+Start at the step **"Updating"**, as the program and the timezone have already  
 +been set correctly. The command is:
  
 rpi-update rpi-update
  
-This process will also take several minutes. Then reboot, and enjoy your new PiRLP node+This process will also take several minutes.  
- +Then reboot, and enjoy your new PiRLP node.
-If there are questions, please email directly. I will do what I can to help.+
  
-Dave Cameron 
-VE7LTD 
  
installing_pirlp.1359655439.txt.gz · Last modified: 2013/01/31 18:03 by 142.103.194.1