Author Topic: Enigma2 for old Dreambox 500  (Read 1273 times)

0 Members and 1 Guest are viewing this topic.

Offline antox

  • Ferengi
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16798
Enigma2 for old Dreambox 500
« on: February 08, 2010, 05:08:10 PM »
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
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.x.x for 192.168.x.x:/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 (password is either "dreambox" or "" i.e. just press enter, cannot remember which one I had )
- 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.
Code: You are not allowed to view links. Register or Login
http://www.4shared.com/file/216347491/1a6672e6/dm500_e2_FWmultiboot_20100117.html