[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: arm build hardware



Peter Bauer wrote (ao):
> Is there anywhere a guide how to
> install Debian on the Arndale board ?

Follow the instructions at
https://wiki.linaro.org/Boards/Arndale/Setup/EnterpriseUbuntuServer to
make the arndale boot from sdhc.

Use multistrap on a different debian system to put an initial debian on a
partition created a bit from the beginning of the sdhc:

arndale:~# fdisk -l /dev/mmcblk1

Disk /dev/mmcblk1: 15.9 GB, 15931539456 bytes
149 heads, 49 sectors/track, 4261 cylinders, total 31116288 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

        Device Boot      Start         End      Blocks   Id  System
/dev/mmcblk1p1        25165824    29360127     2097152   83  Linux


multistrap.conf:
---
[General]
arch=armhf
directory=/mnt/
cleanup=true
noauth=true
unpack=true
debootstrap=Arndale
aptsources=Arndale

[Arndale]
packages=apt iproute
source=http://ftp.nl.debian.org/debian
omitdebsrc=true
keyring=debian-archive-keyring
suite=sid
---

After the multistrap, give root a password and create
/etc/{fstab,resolv.conf,hostname,hosts,inittab}:

arndale:~# cat /etc/{fstab,resolv.conf,hostname,hosts,inittab}
LABEL=sdhc  /         ext4    defaults  0  0
proc        /proc     proc    defaults  0  0
sysfs       /sys      sysfs   defaults  0  0
tmpfs       /tmp      tmpfs   defaults  0  0
tmpfs       /run      tmpfs   defaults  0  0
devpts      /dev/pts  devpts  defaults  0  0

nameserver xx.xx.xx.xx

arndale

127.0.0.1                       localhost
::1                             localhost
xx.xx.xx.xx                     arndale

id:2:initdefault:
si::sysinit:/etc/init.d/rcS

l0:0:wait:/etc/init.d/rc 0
l1:1:wait:/etc/init.d/rc 1
l2:2:wait:/etc/init.d/rc 2
l3:3:wait:/etc/init.d/rc 3
l4:4:wait:/etc/init.d/rc 4
l5:5:wait:/etc/init.d/rc 5
l6:6:wait:/etc/init.d/rc 6
z6:6:respawn:/sbin/sulogin

7:123:respawn:/sbin/getty 115200 ttySAC2


Hope that helps.

	Sander


Reply to: