lunedì 13 maggio 2013

Prime prove con la scheda Cubieboard (ultimo aggiornamento 13.05.13)

Fornito dalla ditta Futura Elettronica Srl distributore italiano della Cubieboard




LINK
http://dl.cubieboard.org/
http://www.cubieforums.com/index.php
https://groups.google.com/forum/?fromgroups=#!forum/cubieboard
http://linux-sunxi.org/

AVVIO DI ANDROID SU NAND (box_cb-eng 4.0.4 IMM76D 4.0 TEST-KEYS)

ANDROID SU NAND FLASH
- Per fare il backup dell'immagine presente nella flash usare il seguente codice in Linaro Ubuntu:
sudo dd if=/dev/nand conv=sync,noerror bs=64K | gzip -c -9 > /home/linaro/nand.ddimg.gz
- Scaricare l'immagine TV Box release2.2
- Usare LiveSuite per caricare l'immagine (provare anche PhoenixSuit-V1.0.5.zip)

INSTALLAZIONE BERRYBOOT
- inst apk da android e reboot
- copia delle imagini su usb
- add os from usb non funziona vuole il formato SquashFS 

INSTALLAZIONE DI cubiebox_tvbox_rel2.2.img
- caricamento immagine con Win32DiskImager

INSTALLAZIONE DI cb-sdcard-lubuntu-linaro-quantal-alip-20130227-290
- cambio passwd
- cambio tastiera
- file
sudo cp /etc/network/interfaces /etc/network/interfaces.sav
sudo /etc/init.d/networking restart 

- Bisogna editare il file /etc/resolv.conf e impostare
nameserver 127.0.1.1
# Static DNS
# Google nameservers
#nameserver 8.8.8.8
#nameserver 8.8.4.4

editate il file /etc/hosts ed inserite
127.0.0.1 localhost
127.0.1.1 cubieboard

editate il file /etc/hostname
cubieboard

editate il file /etc/resolv.conf e sostituite la riga presente con
nameserver 127.0.1.1

editate /etc/apt/source.list ed aggiungete il repository
deb http://ftp.us.debian.org/debian wheezy main contrib non-free
è il repository adatto al processore della CubieBoard ed ha molti pacchetti.

aggiornamento del 15.06.15
- configurazione del wifi tramite desktop
iwlist wlan0 scan
ping google.com
- sudo apt-get install tightvncserver autocutsel
- speedtest
wget -O /dev/null http://speedtest.wdc01.softlayer.com/downloads/test10.zip
- cambio passwd
sudo passwd cubie
sudo passwd root
- installazione yuotube-dl
sudo wget https://raw.github.com/filippo-bilardo/Raspberry-PI-scripts/master/yt-install-hdmi-0.1.sh
sudo chmod +x yt-install-hdmi-0.1.sh
./yt-install-hdmi-0.1.sh
youtube-dl --update
yt (comando per avviare YouTube)


-
sudo nano /etc/apt/sources.list
#deb http://ports.ubuntu.com/ubuntu-ports/ quantal main universe
deb http://old-releases.ubuntu.com/ubuntu/ quantal main universe
#deb-src http://ports.ubuntu.com/ubuntu-ports/ quantal main universe
deb-src http://old-releases.ubuntu.com/ubuntu/ quantal main universe

2 commenti:

  1. non ho capito pare che in nessun caso funzioni tutto. Mi sbaglio ?

    RispondiElimina
    Risposte
    1. La scheda in prova aveva il controller ethernet difettoso, quindi non ho potuto fare alcun test.

      Elimina