Difference between revisions of "Portsdown software"

From BATC Wiki
Jump to navigation Jump to search
Line 19: Line 19:
 
There are a few operations that require the use of the Linux Command Line.  Do not be alarmed – these are simple cut and paste exercises, and full instructions will be provided.  The detail will be posted on the BATC GitHub (Git Hub is an open-source software collaboration website), with the latest software.  The BATC GitHub can be found at https://github.com/BritishAmateurTelevisionClub/rpidatv  
 
There are a few operations that require the use of the Linux Command Line.  Do not be alarmed – these are simple cut and paste exercises, and full instructions will be provided.  The detail will be posted on the BATC GitHub (Git Hub is an open-source software collaboration website), with the latest software.  The BATC GitHub can be found at https://github.com/BritishAmateurTelevisionClub/rpidatv  
  
You will require an application to check the IP address of your RPi when it first boots up, such as [http://www.advanced-ip-scanner.com/ Advanced IP Scanner] and an SSH Terminal application such as [http://www.chiark.greenend.org.uk/~sgtatham/putty/ Putty].
+
'''Downloading and Installing the Latest Software'''
 +
 
 +
* You will need a computer connected to the same network running to find the IP address of your RPi when it first boots up, such as [http://www.advanced-ip-scanner.com/ Advanced IP Scanner]  
 +
 
 +
*You will then need to run an SSH Terminal application such as [http://www.chiark.greenend.org.uk/~sgtatham/putty/ Putty].
  
'''Downloading and Installing the Latest Software'''
+
*You will need a computer with a means of writing an image to a Micro-SD Card.  The use of [https://sourceforge.net/projects/win32diskimager/ Win32DiskImager] is recommended for writing to the card.
*You will need another computer with a means of writing an image to a Micro-SD Card.  The use of [https://sourceforge.net/projects/win32diskimager/ Win32DiskImager] is recommended for writing to the card.
 
  
 
*Then follow the instructions at https://github.com/BritishAmateurTelevisionClub/rpidatv/blob/master/README.md .  This will lead through the steps to install the software and when complete, you are now at the same stage as if you had purchased a Micro-SD card from the BATC Shop.
 
*Then follow the instructions at https://github.com/BritishAmateurTelevisionClub/rpidatv/blob/master/README.md .  This will lead through the steps to install the software and when complete, you are now at the same stage as if you had purchased a Micro-SD card from the BATC Shop.

Revision as of 22:03, 14 February 2017

Important note - the Portsdown transmitter has been designed to "work out of the box":

  • You do not need to do anything other than read this page and then follow the initial set up guide
  • Do not connect a mouse, keyboard or monitor to the Rpi
  • Do not load any device drivers including the Waveshare screen drivers
  • Do not tinker with Linux commands

If you do, we don't have time to support you and will just advise you to reformat your SD card and start again!


The core software for the Portsdown transmitter has been written by Evariste, F5OEO. Other contributions have been made by numerous developers and it is a great example of an open-source project. Most of the source code is available on the BATC GitHub repository, but some of the code is downloaded from other sources.

The potential capabilities of the hardware and software combination are very diverse and maintenance of the totality of the software is beyond the resources of the project team, so only a subset of capabilities will be actively supported. As most of us are TV enthusiasts rather than software enthusiasts, every effort has been made to make the configuration menu-driven.

This page describes how to get an SD card programmed with the Portsdown software.  Micro-SD cards with the latest software are available from the BATC Shop, and if you buy one of the cards you can skip this page and go straight to the initial setup section of the user guide.

However, a number of members may want to build their own and the process is not difficult.

There are a few operations that require the use of the Linux Command Line. Do not be alarmed – these are simple cut and paste exercises, and full instructions will be provided. The detail will be posted on the BATC GitHub (Git Hub is an open-source software collaboration website), with the latest software. The BATC GitHub can be found at https://github.com/BritishAmateurTelevisionClub/rpidatv

Downloading and Installing the Latest Software

  • You will need a computer connected to the same network running to find the IP address of your RPi when it first boots up, such as Advanced IP Scanner
  • You will then need to run an SSH Terminal application such as Putty.
  • You will need a computer with a means of writing an image to a Micro-SD Card. The use of Win32DiskImager is recommended for writing to the card.