Quickstart: Difference between revisions

From Sharpfin
Jump to navigation Jump to search
(New page: This page describes the steps to get developing your own software for the reciva module. For now we assume Linux as the development host platform. Install SSH: A way to open your bo...)
 
mNo edit summary
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page describes the steps to get developing your own software for the reciva module. For now we assume Linux as the development host platform.
* '''[[Changing Your Radio]] Firmware.'''  If wishing to change the firmware on a radio for a different version, please start with [[Changing Your Radio]].


* [[Enabling Login]]: A way to open your box by installing a login server, and having done so, opens up possibility of browsing around inside, changing the firmware, etc.
* [[Making a backup]]: How to make a backup for just-in-case
* [[Toolchain]]: How to build a proper crosscompiler ...
* [[Crosscompiling]]: ... and how to use it


This page describes the steps to get developing your own software for the reciva module. For now we assume Linux as the development host platform.
Misc howtos:


[[Install SSH]]: A way to open your box by installing a ssh server
* [[Mounting nfs]]: How to mount a NFS share from the radio
[[Toolchain]]: How to build a proper crosscompiler
* [[Mounting smbfs]]: How to mount an SMB share from the radio

Latest revision as of 19:19, 30 December 2007

This page describes the steps to get developing your own software for the reciva module. For now we assume Linux as the development host platform.


  • Enabling Login: A way to open your box by installing a login server, and having done so, opens up possibility of browsing around inside, changing the firmware, etc.
  • Making a backup: How to make a backup for just-in-case
  • Toolchain: How to build a proper crosscompiler ...
  • Crosscompiling: ... and how to use it

Misc howtos: