User Tools

Site Tools


tutorials:ct1:installation:moving_rootfs_from_nandflash_to_hard_drive

This is an old revision of the document!


Moving Rootfs From Nandflash To Hard Drive

About this Article

Abstract

This guide tells you how install Lubuntu Desktop/Server's rootfs from nandflash to hard drive. We can get +100MB/s R/W from Cubie1/2/3 SATA port now. Installing the rootfs to SSD hard drive, make Cubietruck really like Linux PC. This guide only work for ct-lubutnu-desktop/server v1.00 or later.

Installation

Installing Lubuntu Desktop/Server to Nandflash

Copying Rootfs

$sudo su - root
#dd if=/dev/nandb of=/dev/sda1 bs=1M

Changing Boot Parameters

$sudo su - root
#mount /dev/nanda /mnt
#vi /mnt/uEnv.txt
root@cubietruck:~# cat /mnt/uEnv.txt 
console=tty0
extraargs=console=ttyS0,115200 hdmi.audio=EDID:0 disp.screen0_output_mode=EDID:1280x720p50 rootwait panic=10 rootfstype=ext4 rootflags=discard
nand_root=/dev/sda1

See Also

tutorials/ct1/installation/moving_rootfs_from_nandflash_to_hard_drive.1383645700.txt.gz · Last modified: 2013/12/23 14:50 (external edit)