dm800se sim2 clone OpenPLi 8

bartoma55

Registered
Messages
14
this openpli homebuild image is not for beginners.
this openpli homebuild image is only for dm800se clone with sim 2.10.


to install it, you must have a pc with a bash shell (for example linux ubuntu) on the same network of your dm800se, and know how to use the bash command line.

the image built by compiling the latest openpli 8 develop sources is bigger than the flash available in the dm800se.
to install it, you must have a hard disk installed in the dm800se with at least 100Mb of free space, mounted in /media/hdd (as usually happens by installing OE 2.0 images).
therefore, BEFORE being able to transmit the image file to the dm800se, you must prepare the box to succesfully boot with that new image, making available all those files that do not enter into the flash.

summarizing:
- you have a PC with a bash shell (for example linux ubuntu), and you are able to go to the bash command prompt and reach your dm800se via the network
- you know the IP address of dm800se, and root password (the root password CANNOT BE EMPTY!)
- you have a dm800se clone sim2 2.10 with another image installed that allows you to reach it via network from your PC
- you have a hd in the dm800se with at least 100Mb of free space mounted in /media/hdd

in the example, let's assume that dm800se has the IP address 192.168.1.135 and that you are in a bash command line of your Linux PC, in an appropriate directory:
Code:
  user@ubuntu# ping -c 2 192.168.1.135
  PING 192.168.1.135 (192.168.1.135) 56 (84) bytes of data.
  64 bytes from 192.168.1.135 (192.168.1.135): icmp_seq = 1 ttl = 64 time = 0.208 ms
  64 bytes from 192.168.1.135 (192.168.1.135): icmp_seq = 2 ttl = 64 time = 0.159 ms

  --- 192.168.1.135 ping statistics ---
  2 packets transmitted, 2 received, 0% packet loss, time 3077ms
  rtt min/avg/max/mdev = 0.159/0.212/0.243/0.034 ms
  user@ubuntu# telnet 192.168.1.135
  Trying 192.168.1.135 ...

  login: root
  password: **********

  root@dm800se# df
  File system     1K-blocks     Used Available Use% mount point
  .....
  /dev/sda1       148860244 67353076  73922452  48% /media/hdd
  .....
  root@dm800se# exit
  user@ubuntu#
if these conditions are true, download the image from:

http://usuba.net/openpli/8/images/dm800seclone/openpli-enigma2-r8-bartoma55-dm800se-sim2-ssl84D.zip

Code:
  user@ubuntu# wget http://usuba.net/openpli/8/images/dm800seclone/openpli-enigma2-r8-bartoma55-dm800se-sim2-ssl84D.zip
  --2021-02-05 07: 07: 52-- http://usuba.net/openpli/8/images/dm800seclone/openpli-enigma2-r8-bartoma55-dm800se-sim2-ssl84D.zip
  Resolution of usuba.net (usuba.net) ... 195.110.124.188
  Connection to usuba.net (usuba.net) | 195.110.124.188 |: 80 ... connected.
  HTTP request sent, awaiting response ... 200 OK
  Length: 74556663 (71M) [application/zip]
  Saving in: "openpli-enigma2-r8-bartoma55-dm800se-sim2-ssl84D.zip"

  openpli-enigma2-r8-bartoma55-dm800se-sim2-ssl 100% [====================================================>] 71.10M 3.19MB / s in 22s

  2021-02-05 07:08:14 (3,22 MB / s) - "openpli-enigma2-r8-bartoma55-dm800se-sim2-ssl84D.zip" saved [74556663/74556663]

  user@ubuntu#
unzip the downloaded image compressed file

Code:
  user@ubuntu# unzip openpli-enigma2-r8-bartoma55-dm800se-sim2-ssl84D.zip
  Archive: openpli-enigma2-r8-bartoma55-dm800se-sim2-ssl84D.zip
    inflating: openpli-enigma2-r8-bartoma55-dm800se-sim2-ssl84D.sh
    inflating: !!!! README !!!!
  user@ubuntu#
launch the installation shell with three parameters: <boxIPaddress> <user> <password>

Code:
  user@ubuntu# ./openpli-enigma2-r8-bartoma55-dm800se-sim2-ssl84D.sh 192.168.1.135 root rootpassword
  recoding data (be patient) ... done.
  verifying local ... image 'openpli-enigma2-r8-bartoma55-dm800se-sim2-ssl84D.nfi' found.
  verifying remote '192.168.1.135' ... on line.
  verifying remote path '/media/hdd' ... found with 96523592k of space.
  preparing remote '192.168.1.135' (be patient) ... done.
  activating remote '192.168.1.135' (be patient) ... done.
  ---------------
  YOU NOW CAN FLASH 'openpli-enigma2-r8-bartoma55-dm800se-sim2-ssl84D.nfi' TO '192.168.1.135'.
  have a nice day.
  ---------------
  user@ubuntu#
your dm800se has now all the files on the hard disk, necessary for the new image to succesfully boot and work.
you can then load the .nfi file (located on the PC in the same folder from which you launched the shell to prepare the box) with the traditional method via browser.
Code:
  user@ubuntu# ls -la
  total 2532
  drwxrwxr-x 4 user user     4096 feb  5 07:22  .
  drwxrwxr-x 3 user user     4096 feb  1 08:31  ..
  -rw-rw-r-- 1 user user 53299024 feb  4 18:35  openpli-enigma2-r8-bartoma55-dm800se-sim2-ssl84D.nfi
  -rw-rw-r-- 1 user user     1828 feb  4 18:35 '!!!!README!!!!'
  user@ubuntu#

enjoy....
 
Top