Wednesday, January 22, 2014

Cubietruck Setup


Wifi:

1. Login to lubuntu: linaro/linaro
2. $sudo modprobe bcmdhd or add bcmdhd to /etc/modules (need to reboot)
3. Add nameserver 8.8.8.8 to /etc/resolv.conf ( without this, the system will be connected to the wifi but no internet access)
4. Reboot


Moving the rootfs to harddisk:
1. sudo su - root --> change to root user
2. mkdir /tmp/1 /tmp/target
3. mount /dev/nandb /tmp/1
4.fdisk -l -> to locate your drive, sda? sdb?
5.fdisk /dev/sda 
4. mkfs.ext4 /dev/sda1
5. mount /dev/sda1 /tmp/target
6. (cd /tmp/1; tar --backup -c *) |tar -C /tmp/target -xv
7. mount /dev/nanda /mnt/
8. vi /mnt/uEnv.txt  (Change root=/dev/sda1)
9. sync
10. unmount /mnt
11. reboot

Cubietruck Setup

Cubietruck Setup


No comments:

Post a Comment