2015-03-26 15:14:46 +01:00
|
|
|
# satip-axe
|
2015-03-27 14:37:42 +01:00
|
|
|
|
2015-03-31 16:39:17 +02:00
|
|
|
A firmware with minisatip for Inverto IDL-400s/Grundig GSS.BOX/Telestar Digibit R1
|
|
|
|
**********************************************************************************
|
|
|
|
|
|
|
|
Releases:
|
|
|
|
|
2015-03-31 18:50:27 +02:00
|
|
|
- see to dist directory - README file
|
2015-04-10 22:42:25 +02:00
|
|
|
- a TTL USB serial is not required to boot this precompiled firmware
|
|
|
|
from the USB stick or an installation to the internal flash
|
2015-03-31 16:39:17 +02:00
|
|
|
|
2015-03-27 14:37:42 +01:00
|
|
|
Requirements:
|
|
|
|
|
|
|
|
- git, python
|
|
|
|
- STLinux 2.4 (all-sh4-glibc) - http://www.stlinux.com - installed to /opt/STM/STLinux-2.4/
|
|
|
|
- fakeroot package/tools
|
2015-03-27 14:56:26 +01:00
|
|
|
|
|
|
|
Compilation:
|
|
|
|
|
|
|
|
- just type 'make'
|
|
|
|
- kernel with rootfs is in kernel/arch/sh/boot/uImage.gz
|
|
|
|
|
2015-03-31 16:39:17 +02:00
|
|
|
Booting uImage.gz on Inverto IDL-400S/Grundig GSS.BOX/Telestar Digibit R1 from USB:
|
2015-03-27 14:56:26 +01:00
|
|
|
|
|
|
|
- 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
|
2015-03-31 16:39:17 +02:00
|
|
|
(it seems that 'Enter' is required also to enable the serial console)
|
2015-03-27 14:56:26 +01:00
|
|
|
- modify bootargs (optional - for original firmware)
|
|
|
|
|
|
|
|
set bootargs=console=ttyAS0,115200
|
|
|
|
|
|
|
|
- set debugfw environment variable
|
|
|
|
|
2015-03-28 20:33:17 +01:00
|
|
|
set debugfw "debugfw=usb start;usb start;fatload usb 0 0x84000000 uimage.gz;set bootargs console=ttyAS0,115200 bigphysarea=20000;bootm 0x84000000"
|
2015-03-27 14:56:26 +01:00
|
|
|
|
|
|
|
- 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
|
2015-03-29 16:39:13 +02:00
|
|
|
|
|
|
|
Configuration
|
|
|
|
|
2015-03-31 16:39:17 +02:00
|
|
|
- dhcp client, telnetd, dropbear (ssh daemon) and minisatip are active by default
|
2015-03-29 16:39:13 +02:00
|
|
|
- configuration is stored in /etc/sysconfig/config
|