Inhaltsverzeichnis

Cubieboard 1 (1G RAM Version)

Some names/files

Description of the Boot process.

Creating loopback devices for images with partitions: losetup –show -f -P test.img

Installing Arch Linux on SD Card

Official installation instructions

The official instructions cover only the 512M RAM version. Therefore the OS can actually only see 512M of RAM on a 1G board.

To get the full 1G, you have to …

Section „Creating a uEnv.txt“ can be ignored since you already copied a uEnv.txt. Never the less you have to modify it as described above.

At the end, uEnv.txt should look similar to this:

boot_mmc=fatload mmc 0 0x43000000 ${fexfile}; fatload mmc 0 0x48000000 ${kernel}; bootm 0x48000000
extraargs=mac_addr=00:CE:39:xx:xx:xx console=tty0
fexfile=cubieboard.bin

Start HDMI output: modprobe lcd && modprobe hdmi && modprobe fbcon

Arch Linux Forums Thread.

Installing OS on NAND

System

cubieboard

Test Gerät
Laptop HD SD Card NAND
Sequncial Timing cached reads [MB/sec] 520.85 351.32 401.73
Timing buffered disk reads [MB/sec] 61.98 9.86 13.52
Random access rate [seeks/sec] 54 640 430
access time [ms] 18.36 1.56 2.32