Benvenuto su . Clicca qui per Registrarti

Oggi è gio 28 mar 2024, 22:16


Benvenuto su Ospite! Iscriviti  Oppure effettua il  Login

Informazione:

Enigma 2 per DM500

Moderatori: GioTag, filolau

Enigma 2 per DM500

Messaggioda Ghost » gio 30 giu 2016, 19:25

Enigma2 for DM500


Consiste nel filesystem Linux root
l'immagine del kernel può essere utilizzato sia dal flash o caricate usando TFTP / BOOTP.

Estrarre il contenuto del pacchetto in una directory esportata (per esempio "/ tftpboot/dm500-e2") sul computer server NFS

Avviare il dreambox con una connessione seriale (115200, 8, n, 1) a un PC abilitato
Backspace Hit a "il boot loader di carico PPC" pronta e procedere con una delle seguenti configurazioni.

Semplice configurazione dei parametri del kernel init, solo NFS export / tftpboot sul server 192.168.0.1:
ip = 192.168.0.2:192.168.0.1:192.168.0.100:255.255.255. 0::: off root = / dev / nfs rw nfsroot = 192.168.0.1: / tftpboot/dm500-e2, v3, nolock console = ttyS0, 115200 tranquilla

Kernel i parametri di configurazione avanzata init, con DHCP + server BOOTP
root = / dev / nfs rw ip = dhcp console = ttyS0, 115200 tranquilla
********************************************************************
Enigma2 port for DM500. Consists of the linux root filesystem,
the kernel image can be either used from the flash or loaded using TFTP/BOOTP.

Extract the contents of the package to an exported directory (e.g. "/tftpboot/dm500-e2") on the NFS server PC.


Boot your dreambox with a serial connection (115200, 8, n, 1) to a PC enabled.
Hit backspace at the bootloader's "PPC load"-prompt and proceed with one of the following setups.

Simple setup kernel init parameters, only NFS export /tftpboot on server 192.168.0.1:
ip=192.168.0.2:192.168.0.1:192.168.0.100:255.255.255.0::ff root=/dev/nfs rw nfsroot=192.168.0.1:/tftpboot/dm500-e2,v3,nolock console=ttyS0,115200 quiet

Advanced setup kernel init parameters, with DHCP + BOOTP server:
root=/dev/nfs rw ip=dhcp console=ttyS0,115200 quiet
Non hai i permessi necessari per visualizzare i file allegati in questo messaggio.
Avatar utente
Ghost
Founder
Founder
 
Messaggi: 9956
Iscritto il: sab 19 apr 2014, 9:25
Località: Toscana
Has thanked: 270 times
Been thanked: 331 times

Re: Enigma 2 per DM500

Messaggioda Ghost » gio 30 giu 2016, 19:29

Now easy to install with FlashWizard Pro (no more serial cable).

Current issues:
- remote control keymap is a bit mixed
- Enigma2 Network setup does not work (ifconfig says everything is ok)
- some gfx and subtitles have wrong colors
- CCcam didn't connect to DM7025's CCcam card share (may be linked to Enigma2 Network issue?)
Non hai i permessi necessari per visualizzare i file allegati in questo messaggio.
Avatar utente
Ghost
Founder
Founder
 
Messaggi: 9956
Iscritto il: sab 19 apr 2014, 9:25
Località: Toscana
Has thanked: 270 times
Been thanked: 331 times

Re: Enigma 2 per DM500

Messaggioda Ghost » gio 30 giu 2016, 19:32

Codice: Seleziona tutto
### Requirements
#
- DM500 is connected to LAN
- FlashWizard Pro for DM500 NFS multiboot
- NFS server on which FlashWizard can install images

### How to set it up
#
1. Flash an Enigma1 image that has a linux kernel supporting swapon (latest Pli Jade is good)
2. Boot the image you just flashed and when it shows the first dialog/window just leave it there
3. Setup your NFS server if needed (google "Ubuntu NFS server howto" if you don't know what that is)
4. Launch FlashWizard Pro and setup multiboot options
   - Let FlashWizard install it's bootloader on the FLASH when it asks
   - Disable HDD, USB and CF media for multibooting
   - Enable NFS multiboot options (I used path=media/dreamhdd & IP=192.168.0.1 for 192.168.0.1:/media/dreamhdd share)
   - Press autodetect (should show free space on NFS when connection to NFS server & DM500 are ok)
   - Drag & drop the Enigma2 .fw2 file into the box in FlashWizard
   - Let FW do it's job and when done just close it
5. Reboot your DM500 and select "Enigma2" from the bootloader boot menu
6. Wait 1-5 minutes for Enigma2 to boot up
7. When you see the Enigma2 setup wizard now for the first time, just leave it there (don't set it up yet)
8. Telnet into your DM500
   - Create a swap file for the linux kernel on the NFS (YES, REALLY!!)
      > dd if=/dev/zero of=/swapfile bs=1024 count=65536
      > mkswap /swapfile
      > losetup /dev/loop/0 /swapfile
      > swapon /dev/loop/0
   - Set the swap file to be enabled during bootup (modify /etc/enigma2/custom_script.sh)
9. Reboot your DM500 again to see that the swap file is in use after bootup
   - Telnet in and run "free"
10. Done! You may now start setting up and using Enigma2

*** NOTE: Due to the swap you'll see the spinner / cogwheels the first time you enter Menu/Channel List/Movie List.
*** That will clear out quickly once the linux kernel has sorted out optimal memory / swap usage.

### Extra
#
I've disabled a few plugins by moving them to:
   /usr/lib/enigma2/python/Plugins/Extensions/disabled
   /usr/lib/enigma2/python/Plugins/SystemPlugins/disabled
To try them out just move them one level up from the disabled directory.
Non hai i permessi necessari per visualizzare i file allegati in questo messaggio.
Avatar utente
Ghost
Founder
Founder
 
Messaggi: 9956
Iscritto il: sab 19 apr 2014, 9:25
Località: Toscana
Has thanked: 270 times
Been thanked: 331 times


Torna a DM500

//