A firmware with minisatip for Inverto IDL-400s/Grundig GSS.BOX/Telestar Digibit R1
Go to file
Jaroslav Kysela 43e3f5671c Added missing firmware/idl4k-1.25.0.157.bin file 2018-09-17 09:53:24 +02:00
debug axehelper: add possibility to change demod registers (i2c_demod_reg_read,i2c_demod_reg_write) 2015-04-17 12:02:30 +02:00
dist dist/README: fix -D parameter for minisatip5 2018-09-17 09:53:23 +02:00
firmware Added missing firmware/idl4k-1.25.0.157.bin file 2018-09-17 09:53:24 +02:00
fs-add axe207 2018-03-05 21:37:06 +01:00
kernel upgrade packages 2017-05-03 17:04:12 +02:00
out/packages upgrade packages 2017-05-03 17:04:12 +02:00
patches axe207 2018-03-05 21:37:06 +01:00
toolchain add toolchain (sh4-gcc 4.5.3) for kernel compilation 2015-03-26 20:14:17 +01:00
tools add multicast-rtp package 2016-02-26 20:18:45 +01:00
.gitignore Add minisatip 2015-03-28 09:36:35 +01:00
Makefile axe207 2018-03-05 21:37:06 +01:00
README.md update README.md 2017-05-11 17:29:04 +02:00

README.md

satip-axe

A firmware with minisatip for Inverto IDL-400s/Grundig GSS.BOX/Telestar Digibit R1

paypal

Releases:

  • see to dist directory - README file
  • a TTL USB serial is not required to boot this precompiled firmware from the USB stick or an installation to the internal flash

A notes for developers (might be outdated):

Requirements:

  • git, python
  • STLinux 2.4 (all-sh4-glibc) - http://www.stlinux.com - installed to /opt/STM/STLinux-2.4/
  • fakeroot package/tools

Compilation:

  • just type 'make'
  • kernel with rootfs is in kernel/arch/sh/boot/uImage.gz

Booting uImage.gz on Inverto IDL-400S/Grundig GSS.BOX/Telestar Digibit R1 from USB:

  • connect TTL USB serial adapter to J3 connector (4 pins at the power supply)
    • pin 1 = 3.6V (do not use), pin 2 = GND, pin 3 = RXD (STM CPU), pin 4 = TXD (STM CPU)
    • parameters: 115200,8N1
  • press 'Enter' when you turn on the box (you have only one second) to get 'idl4k> ' prompt (it seems that 'Enter' is required also to enable the serial console)
  • modify bootargs (optional - for original firmware)

set bootargs=console=ttyAS0,115200

  • set debugfw environment variable

set debugfw "debugfw=usb start;usb start;fatload usb 0 0x84000000 uimage.gz;set bootargs console=ttyAS0,115200 bigphysarea=20000;bootm 0x84000000"

  • you may type 'save' to store this settings permanently
  • to execute the debugfw type 'run debugfw'
  • note that the USB stick should be in the first (upper) USB connector

Configuration

  • dhcp client, telnetd, dropbear (ssh daemon) and minisatip are active by default
  • configuration is stored in /etc/sysconfig/config