[761146.380218] usb 3-1: new high-speed USB device number 7 using xhci_hcd
[761146.398627] usb 3-1: New USB device found, idVendor=0781, idProduct=a7c1
[761146.398636] usb 3-1: New USB device strings: Mfr=3, Product=4, SerialNumber=2
[761146.398641] usb 3-1: Product: SDDR-113
[761146.398645] usb 3-1: Manufacturer: SanDisk
[...]
[761147.584089] sdb: sdb1
sudo dd bs=1M if=CTDebian_2.3_wheezy_vga.raw of=/dev/sdb |
1000+0 Datensätze ein
1000+0 Datensätze aus
1048576000 Bytes (1,0 GB) kopiert, 127,062 s, 8,3 MB/s
ping cubie |
ssh root@cubie |
____ _ _ _ _
/ ___| _| |__ (_) ___| |_ _ __ _ _ ___| | __
| | | | | | '_ \| |/ _ \ __| '__| | | |/ __| |/ /
| |__| |_| | |_) | | __/ |_| | | |_| | (__| <
\____\__,_|_.__/|_|\___|\__|_| \__,_|\___|_|\_\
Load: 0.30, 0.09, 0.03 - Board: 29.8°C - Memory: 1978Mb
root@cubie:~#
passwd adduser dede usermod -aG sudo dede nano /etc/sudoers |
%sudo ALL=(ALL:ALL) NOPASSWD: ALL
locale-gen
de_DE.UTF-8 dpkg-reconfigure locales |
dpkg-reconfigure tzdata |
apt-get
update apt-get upgrade cd nano .bashrc |
nano /home/dede/.bashrc |
reboot |
ssh
dede@cubie mkdir .ssh cd .ssh scp 11w:~/.ssh/auth* . scp 11w:~/.ssh/*.pub . cat *.pub >>authorized_keys rm *.pub exit ssh dede@cubie |
sudo bash hostname ct1 |
nano
/etc/hostname nano /etc/hosts nano /etc/ssh/ssh_host_dsa_key.pub nano /etc/ssh/ssh_host_ecdsa_key.pub nano /etc/ssh/ssh_host_rsa_key.pub reboot |
ssh ct1 sudo bash apt-get install rcconf iftop htop less |
chmod -x /etc/init.d/disable_led.sh |
nano /etc/ssh/sshd_config |
das yes auf no umstellen.
PermitRootLogin yes
sudo dpkg --purge ntpdate |
allerdings ohne 4. und 5. - weil ja schon erfolgt.
Steps:
1. Download PhoenixSuite (or Livesuite for Lunix) from cubieboard.org
2. Download lubuntu for NAND image from cubieboard.org
3. Flash lubuntu for NAND using PhoenixSuite (or Livesuite)
4. Download CTDebian image from this page
5. Write CTDebian image to SD card
6. Install SD card into Cubietrack and power on. Wait for 5-10 mins for the first run and reboot.
7. Run /root/nand-install.sh and follow the instructions.