Editor multiboot Enigma2 for IPBox HD

Status
Not open for further replies.

tani1

Staff member
Super Moderator
Messages
17,767
Solution for editing in the Multiboot IPBOX HD
Installation:
-----------

1. copy the attached archive to the root
2. unpack the tar-xzf nazwaarchiwum.tar.gz

Uboot command syntax:
-------------------------

uboot shows
uboot set [menu_id] [label] [image] [type] [arg]
uboot net [ipaddr] [netmask] [gateway] [serverip]

Options:
------

menu_id number from 1 to 9 (no key on the remote control)
label description of the menu (which appears on the display when starting the tuner)
image 'Enigma2' or 'dgs' or 'enigma2_debug' or 'dgs_debug' (debug option redirects messages to RS)
type 'flash' or 'usb' or 'disk' or 'nfs'
arg depending on the type:
Flash does not require arguments
usb [device] (depends on whether the HDD connected, without drive-sda1, sdb1-disk)
disk [device] (podajemu partition with the installed E2, ie sda1 or sda2)
nfs [nfs_root] (path to the resource nfs)

Examples:
-----------------

# Displays the current configuration of multiboot
uboot shows
# Set IP address, mask, gateway, server nfs in uboot
uboot net 192.168.0.6 255.255.255.0 192.168.0.1 192.168.0.3
# Start image inserted type of flash on the DGS key No. 1
uboot set 1 "DGS FLASH" Flash dgs
# Add E2 to start the flash image into key No. 2
uboot Set 2 "Enigma2 FLASH" Flash Enigma2
# Start image inserted E2 with usb key No. 3
uboot Set 3 "Enigma2 USB" sdb1 usb Enigma2
# Start image inserted E2 from the disk partition on sda1 key No. 4
uboot Set 4 "Enigma2 HDD sda1 disk Enigma2
# Start image inserted E2 with the key resource nfs # 5
uboot Set 5 "Enigma2 NFS Enigma2 nfs / home/9000hd
 
Status
Not open for further replies.
Top