View previous topic :: View next topic |
Author |
Message |
Tinitus Veteran
Joined: 20 Sep 2004 Posts: 1754
|
Posted: Mon Feb 02, 2015 12:28 pm Post subject: Cubieboard2 bzw Cubietruck Installation |
|
|
Hallo,
möchte gentoo auf dem Cubitruck installieren. Hat da jemand ein Howto? |
|
Back to top |
|
|
Tinitus Veteran
Joined: 20 Sep 2004 Posts: 1754
|
Posted: Mon Feb 02, 2015 12:29 pm Post subject: |
|
|
Was ich bisher gemacht habe:
Speicherkarte 1 Partition mit ext4 erstellen...
Code: |
fdisk /dev/sdX
mkfs.ext4 /dev/sdX1
mkdir /mnt/sdcard
mount /dev/sdX1 /mnt/sdcard
|
Stage 3 für armv7 herunterladen und auf sdcard entpacken:
Code: |
wget ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo/releases/arm/autobuilds/current-stage3-armv7a/stage3-armv7a-20141024.tar.bz2
tar xvjpf stage3-armv7a-20141024.tar.bz2 -C /mnt/sdcard/
|
Last edited by Tinitus on Mon Feb 02, 2015 12:34 pm; edited 1 time in total |
|
Back to top |
|
|
py-ro Veteran
Joined: 24 Sep 2002 Posts: 1734 Location: Velbert
|
Posted: Mon Feb 02, 2015 12:30 pm Post subject: |
|
|
Sollte im Prinzip wie jede andere Installation funktionieren, einfach dem Handbuch folgen. Außer vielleicht Bootloader und Kernel.
Bye
Py |
|
Back to top |
|
|
slick Bodhisattva
Joined: 20 Apr 2003 Posts: 3495
|
Posted: Mon Feb 02, 2015 12:40 pm Post subject: |
|
|
Quote: | Hat da jemand ein Howto? |
Du meinst sowas? |
|
Back to top |
|
|
|