Go to file
none 6c9903354f new version number 2021-01-18 16:24:58 +01:00
buildroot.octonet add ddupdate 2021-01-18 16:11:18 +01:00
octoscan 0x7a is corrct 2021-01-18 16:07:39 +01:00
octoserve new version number 2021-01-18 16:24:58 +01:00
.gitignore Added missing .gitignore 2015-09-03 14:27:38 +02:00
.gitmodules Moved dddvb out of tree 2015-12-14 19:17:58 +01:00
README.md updated transponder and SCIF lists 2019-07-29 21:59:47 +02:00
buildroot.patch fixed EOL on scrips and patch files 2015-08-05 22:23:21 +02:00
linux.patch fixed EOL on scrips and patch files 2015-08-05 22:23:21 +02:00
mk split include directories 2021-01-18 16:20:12 +01:00
mk.all make executable 2015-09-07 02:18:39 +02:00
mk.clean Cleaned up mk.clean 2015-12-07 15:31:56 +01:00
mk.patch use seperate patch directory for our own buildroot patches 2016-11-17 16:38:41 +01:00
u-boot.patch added octoserve 2015-08-05 22:22:06 +02:00

README.md

OctopusNet

###Prepare for Building On Debian/Ubuntu (as root or using sudo):

 >apt-get install build-essential bison flex gettext libncurses5-dev texinfo autoconf automake libtool
 >apt-get install libpng12-dev libglib2.0-dev libgtk2.0-dev gperf
 >apt-get install rsync git subversion mercurial
  • Ensure bash ist default shell (Debian/Ubuntu standard is dash):
  >dpkg-reconfigure dash

and select no.

  • Clone the octonet and ddvb repositories:
  >git clone -b master https://github.com/DigitalDevices/octonet.git octonet
  >git clone -b master https://github.com/DigitalDevices/dddvb.git dddvb
  >cd octonet  
  >./mk.patch

If needed replace branch (master) and repository path with your own.

###Building

Complete build (needed once)

  >./mk.all

Rebuild main firmware

  >./mk

###Installing

  • Create a subdirectory octonet on a local webserver, enable directory listing.
  >cp buildroot/output-octonet/images/octonet.* <your webserver root>/octonet

On some servers a .htaccess file with:

Options +Indexes

in the octonet directory might be necessary.

  • Configure your OctopusNet(s) to use your webserver as update server:
http://<OctopusNet IP>/updateserver.html

Initiate update from the OctopusNet

Note: for security reasons only private ip addresses (10.0.0.0/8, 172.16.0.0/12, 192.168,0.0/16) are accepted

You can find details about the OctopusNet hardware, the flash memory map and the boot process in dddvb/docs/octopusnet in the dddvb repo!