Changing Your Radio: Difference between revisions

From Sharpfin
Jump to navigation Jump to search
mNo edit summary
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page is for owners of [[Radios]] who wish to make changes to their radio, but are a bit lost as to where to start.  
This page is for owners of [[Radios]] who wish to make changes to the software/firmware running on radio, but are a bit lost as to where to start.  This gives an overview and a few pointers into the Wiki.




== The warning. ==
== The warning. ==


Almost everything described here may be breaking the terms of any warranty you have with the supplier. Quite a few of the things described run the risk of turning your radio into a "brick". So, proceed at your own risk. That said, the methods do work if followed carefully.  
Almost everything described here may be breaking the terms of any warranty you have with the supplier. Quite a few of the things described run the risk of turning your radio into a "brick", see [[10 Sure-Fire Ways to Trash Your Radio]]. So, proceed at your own risk. That said, the methods do work if followed carefully.
 
 


== What can I change ? ==
== What can I change ? ==
Line 12: Line 10:
There are two types of change possible;  
There are two types of change possible;  


Firstly one can gain access to the radio and make changes to the configuration.  This might allow you to alter the menu structure, turn on features (eg. alarm clock with multiple settings) or enable an additional device (such as a USB flash memory for playing back files).  
* Firstly one can gain access to the radio and make changes to the configuration.  This might allow you to alter the menu structure, turn on features (eg. alarm clock with multiple settings) or enable an additional device (such as a USB flash memory for playing back files).  


Secondly, one can update the firmware on the radio to a different version.  This may introduce new features or fix "problems" experienced with older firmware.  For some owners it is the pragmatic way to get their radio updated as the "brand owner" seems indifferent to providing any updates through official channels.
* Secondly, one can update the firmware on the radio to a different version.  This may introduce new features or fix "problems" experienced with older firmware.  For some owners it is the pragmatic way to get their radio updated as some "brand owner" seems indifferent to providing any updates through official channels.


== Where do I start if I want to change things on my Radio ? ==
== Where do I start if I want to change things on my Radio ? ==


All the methods currently known start by patching the radio, see [[Enabling Login]].   
All the changes start by patching the radio, see [[Enabling Login]], which describes the process and has links to help files and three video tutorials.   


This process loads a webserver and telnet server onto the radio. This is done by asking the radio to request an update, intercepting this update on your computer (the proxy server) and returning the webserver and telnet update to the radio.  
This process loads a webserver and telnet server onto the radio. This is done by asking the radio to request an update, intercepting this update on your computer (the proxy server) and returning the webserver and telnet update to the radio.  
Line 24: Line 22:
Once completed, the radio's internal files can be observed from a web-browser, or can be changed by gaining internal access through telnet.  
Once completed, the radio's internal files can be observed from a web-browser, or can be changed by gaining internal access through telnet.  


This first stage is enough to allow changes to the configuration file.
This first stage is enough to allow changes to the [[Config.txt File]].
 
 
The next stage is [[Changing Firmware]].
 
The radio is initially patched so that it can be accessed using a web-browser.  The Web-browser is used to request a specific firmware version number file, which is saved onto the computer. 
 
The radio is then connected to the computer (proxy server), and the radio requests an update. The version number file previously saved to the computer is used, and the radio then downloads that specified firmware from Reciva.
 
To see which firmwares have been tried with which radios, and which radios have been successfully Sharpfinned, please visit: [[Radios]].
 
== Basic Concepts ==
 
It may help if you have a clear model of operation when making changes to a Radio.
 
The Radio is running Linux, and is a cut-down specialised computer. By using the various tools on this site, its possible to communicate with the Radio.
 
=== Normal Radio Operation ===
 
When the Radio is running normally, it communicates with the internet via a wireless router. (some models also have wired connection).  It does not need to communicate with your computer.
 
[[Image:network-diag-1.png]]
 
 
 
=== The Patchserver ===
 
The Patchserver application (see [[Enabling Login]] ) runs on the PC. The radio's configuration is changed so that the radio treats the Patchserver as its gateway, rather than the wireless router.  The Patchserver can intercept requests from the Radio for "new firmware" and supply specific firmware back to the radio. Initially this is the Sharpfin application (next paragraph), but it can also be a whole new Firmware file.
 
[[Image:network-diag-2.png]]
 
=== Exploring Radio with a Browser, and requesting Firmware from Reciva ===
 
When the Sharpfin base patch has been added to the radio, it now has a webserver and a telnet server in the radio.  The Radio is configured to communicate with the wireless router in the normal manner.  Using this arrangement, a Web Browser on the PC can explore the radio. The Web Browser can be used to instruct the radio to download a firmware file from the Reciva website. Rather than attempt to display a binary file, the Web Browser is used to save the firmware file to the PC.  


[[Image:network-diag-3.png]]


The next stage is [[changing firmware]].
=== Exploring and Editing with Telnet ===


The radio is initially patched so that it can be accessed using a web-browserThe Web-browser is used to request a specified firmware update from Reciva, which is saved onto the computer.  
The PC can also communicate with the Radio using Telnet.  This gives the user a "dumb terminal" which allows direct access to the Linux commands and files within the radioFor example, the user can invoke the "vi" command to edit a file within the radio.  


The radio is then connected to the computer (proxy server), and the radio requests an update. The update file previously saved to the computer is used, and the radio then downloads the specified data from Reciva.
[[Image:network-diag-4.png]]

Latest revision as of 16:06, 14 April 2008

This page is for owners of Radios who wish to make changes to the software/firmware running on radio, but are a bit lost as to where to start. This gives an overview and a few pointers into the Wiki.


The warning.

Almost everything described here may be breaking the terms of any warranty you have with the supplier. Quite a few of the things described run the risk of turning your radio into a "brick", see 10 Sure-Fire Ways to Trash Your Radio. So, proceed at your own risk. That said, the methods do work if followed carefully.

What can I change ?

There are two types of change possible;

  • Firstly one can gain access to the radio and make changes to the configuration. This might allow you to alter the menu structure, turn on features (eg. alarm clock with multiple settings) or enable an additional device (such as a USB flash memory for playing back files).
  • Secondly, one can update the firmware on the radio to a different version. This may introduce new features or fix "problems" experienced with older firmware. For some owners it is the pragmatic way to get their radio updated as some "brand owner" seems indifferent to providing any updates through official channels.

Where do I start if I want to change things on my Radio ?

All the changes start by patching the radio, see Enabling Login, which describes the process and has links to help files and three video tutorials.

This process loads a webserver and telnet server onto the radio. This is done by asking the radio to request an update, intercepting this update on your computer (the proxy server) and returning the webserver and telnet update to the radio.

Once completed, the radio's internal files can be observed from a web-browser, or can be changed by gaining internal access through telnet.

This first stage is enough to allow changes to the Config.txt File.


The next stage is Changing Firmware.

The radio is initially patched so that it can be accessed using a web-browser. The Web-browser is used to request a specific firmware version number file, which is saved onto the computer.

The radio is then connected to the computer (proxy server), and the radio requests an update. The version number file previously saved to the computer is used, and the radio then downloads that specified firmware from Reciva.

To see which firmwares have been tried with which radios, and which radios have been successfully Sharpfinned, please visit: Radios.

Basic Concepts

It may help if you have a clear model of operation when making changes to a Radio.

The Radio is running Linux, and is a cut-down specialised computer. By using the various tools on this site, its possible to communicate with the Radio.

Normal Radio Operation

When the Radio is running normally, it communicates with the internet via a wireless router. (some models also have wired connection). It does not need to communicate with your computer.

Network-diag-1.png


The Patchserver

The Patchserver application (see Enabling Login ) runs on the PC. The radio's configuration is changed so that the radio treats the Patchserver as its gateway, rather than the wireless router. The Patchserver can intercept requests from the Radio for "new firmware" and supply specific firmware back to the radio. Initially this is the Sharpfin application (next paragraph), but it can also be a whole new Firmware file.

Network-diag-2.png

Exploring Radio with a Browser, and requesting Firmware from Reciva

When the Sharpfin base patch has been added to the radio, it now has a webserver and a telnet server in the radio. The Radio is configured to communicate with the wireless router in the normal manner. Using this arrangement, a Web Browser on the PC can explore the radio. The Web Browser can be used to instruct the radio to download a firmware file from the Reciva website. Rather than attempt to display a binary file, the Web Browser is used to save the firmware file to the PC.

Network-diag-3.png

Exploring and Editing with Telnet

The PC can also communicate with the Radio using Telnet. This gives the user a "dumb terminal" which allows direct access to the Linux commands and files within the radio. For example, the user can invoke the "vi" command to edit a file within the radio.

Network-diag-4.png