<<O>>  Difference Topic LacieInstallation (1 - 29 Sep 2009 - Main.PetrMalat)
Line: 1 to 1
 
META TOPICPARENT name="LacieEDMiniV2"
Changed:
<
<

The hard way (requires serial connection to EDMini and linux machine, does not require SATA)

ALERT! Do not blindly copy the commands. If you don't understand them and just want Debian on ED Mini, go to the easy way section.ALERT!
>
>

The hard way (requires serial connection to EDMini and linux machine)

ALERT! Do not blindly copy the commands. If you don't understand them and just want Debian on ED Mini, go to The easy way section.ALERT!
 

Conventions

  • $ stands for linux shell
  • > means u-boot shell
  • your_pc_ip is your PC IP address smile
  • lacie_ip is EDMini IP address
Deleted:
<
<

Kernel

There are two Debian architectures, which are able to run on ED Mini v2. Old arm and new and better armel. The problem is that original ED Mini kernel supports only the arm (confirmation required, if you tested it, please mail me). So if you plan to use the original kernel, install arm architecture
 

The procedure

  1. Prepare root (Debian based distribution not required, just install debootstrap. I did it from archlinux)
Changed:
<
<
$ debootstrap --arch arm --foreign lenny rootfs
>
>
$ debootstrap --arch armel --foreign lenny rootfs
  $ (cd rootfs; tar -cvzf ../rootfs.tgz *)make rootfs.tgz available over http
  1. Connect serial terminal and boot into /bin/sh
         > setenv bootargs console=ttyS0,115200 root=/dev/sda6 ro init=/bin/sh; boot



ViewHistory: r3 < r2 < r1 • More