User Tools

Site Tools


tutorials:cb2-2cards:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tutorials:cb2-2cards:start [2014/08/13 17:12]
aaron
tutorials:cb2-2cards:start [2014/10/08 10:31] (current)
aaron
Line 1: Line 1:
-====== ​Start ======+====== ​Cubieez ​======
  
 <WRAP noprint><​WRAP left box 60%> <WRAP noprint><​WRAP left box 60%>
Line 7: Line 7:
   * **Contributors**:​ [[http://​cubieboard.org/​|Cubieboard Community]] : ...   * **Contributors**:​ [[http://​cubieboard.org/​|Cubieboard Community]] : ...
 </​WRAP></​WRAP>​ </​WRAP></​WRAP>​
- 
-======= Abstract ======= 
- 
- 
-======= Hardware ======= 
-{{:​tutorials:​cb2-2cards:​205717m3apxxbv8k36aobx.png?​600|}} 
-======= Software ======= 
-====== Cubieez ====== 
-{{:​tutorials:​cb2-2cards:​cubieez_wallpaper-cut.png?​600|}} 
 ===== Abstract ===== ===== Abstract =====
 Cubieez is based on Debian, which rootfs is created by drkbcn from cubieforums. Cubieez is based on Debian, which rootfs is created by drkbcn from cubieforums.
Line 48: Line 39:
 $ md5sum cubieez-cb2-2cards-v2.0-20140812.tar.gz > my_md5sum $ md5sum cubieez-cb2-2cards-v2.0-20140812.tar.gz > my_md5sum
 $ cat my_md5sum ​ $ cat my_md5sum ​
-This is origin md5sum:​dbb974882aa352dbcf3201ff8bfef676+Compared with origin md5sum:​dbb974882aa352dbcf3201ff8bfef676
 </​code>​ </​code>​
- 
  
  
  
 ==== Write to card ==== ==== Write to card ====
-  ​For linux users :+  ​For linux users :
 <​code>​ <​code>​
 $ sudo tar -zxvf cubieez-cb2-2cards-v2.0-20140812.tar.gz $ sudo tar -zxvf cubieez-cb2-2cards-v2.0-20140812.tar.gz
-$ sudo umount /​dev/​sdx ​+$ sudo umount /​dev/​sdx ​//sdx is your tf-card device label ,example sdb  ​
 $ sudo dd if=cubieez-cb2-2cards-v2.0-20140812.img of=/​dev/​sdx ​ $ sudo dd if=cubieez-cb2-2cards-v2.0-20140812.img of=/​dev/​sdx ​
 $ sudo sync  $ sudo sync 
 </​code>​ </​code>​
    
-<​note ​important>"​dd"​ is a dangerous operation,​make sure sdx is your tfcard </​note>​ +<​note>"​dd"​ is a dangerous operation,​make sure sdx is your tfcard </​note>​ 
-  ​For windows users:using [[http://​dl.cubieboard.org/​software/​tools/​windows/​win32diskimager-v0.7-binary.zip|win32diskimager]] write image to card.+  ​For windows users:using [[http://​dl.cubieboard.org/​software/​tools/​windows/​win32diskimager-v0.7-binary.zip|win32diskimager]] write image to card.
 ==== Booting ==== ==== Booting ====
   - Insert boot card to** card2 slot** (bootcard)   - Insert boot card to** card2 slot** (bootcard)
   - Connecting board and monitor by HDMI   - Connecting board and monitor by HDMI
   - Insert ​ network cable    - Insert ​ network cable 
-  - Using miniUSB-USB power up +  - Power on  
 +<​note> ​ First booting ,the system will reboot once to expand rootfs </​note> ​
 ==== passwd ==== ==== passwd ====
 user:​**cubie** passwd:​**cubieboard** user:​**cubie** passwd:​**cubieboard**
Line 121: Line 112:
 </​code>​ </​code>​
 == USB WIFI == == USB WIFI ==
-cb2-2cards can support 8188eu ​and 8192cu +cb2-2cards can support 8188eu ​,when you insert wifi dongle,​cubieez will modprobe 8188eu auto. 
-{{:​tutorials:​cb2-2cards:​wifi.png?600|}}+  - You can config wifi in cubieez desktop.{{:​tutorials:​cb2-2cards:​wifi.png|}} ​ 
 +  - Restart networking  
 +<​code>​ 
 +$ sudo /​etc/​init.d/​networking restart  
 +</​code>​ 
 + 
 === Rootfs space === === Rootfs space ===
 <​code>​ <​code>​
Line 230: Line 227:
 </​code>​ </​code>​
 ===== Config ===== ===== Config =====
-==== cubie-cofnig ​====+==== cubie-config ​====
 "​Ctrl+Alt+t"​ open a terminal,​run "​cubie-config"​ as root "​Ctrl+Alt+t"​ open a terminal,​run "​cubie-config"​ as root
 {{:​tutorials:​cb2-2cards:​passwd.png?​600|}} {{:​tutorials:​cb2-2cards:​passwd.png?​600|}}
Line 244: Line 241:
 </​code>​ </​code>​
   * Line-in is not work due to hardware bug.   * Line-in is not work due to hardware bug.
- 
-======= Community ======= 
-===== Build your cuieez ===== 
-====get sdk==== 
-  * Download from dl [[http://​dl.cubieboard.org/​software/​cb2-2cards/​debian/​code/​cb2-2cards-sdk.tar.gz|cb2-2cards-sdk]] 
-  * Github ​ 
-<​code>​ 
-$ mkdir linux-sdk ​ 
-$ cd linux-sdk ​ 
-$ git clone https://​github.com/​keepace/​linux-sunxi.git 
-$ git clone https://​github.com/​keepace/​linux-products.git 
-$ git clone https://​github.com/​keepace/​linux-tools.git 
-$ git clone https://​github.com/​keepace/​linux-binaries.git 
-rename them: linux-sunxi products tools binaries ​ 
-</​code>​ 
-==== Build  ==== 
-=== Build card image === 
-<​code>​ 
-$ cd linux-sdk ​ 
-$ source tools/​scripts/​envsetup.sh 
-$ 0 (cb2-debian) 
-$ cb_build_card_image 
-</​code>​ 
-It will take several minute  ​ 
- 
-=== Install to card === 
-  * Insert you tf-card ​ 
-  * Find you tf-card device label ,for example :/​dev/​sdb ​ 
-  * Install to card  
-<​code>​ 
-$ cb_install_card sdb  
-</​code>​ 
-If you compile successfully,you will get a cubieez boot card  
-=== How clean sdk === 
-<​code>​ 
-$ cd linux-sdk/​linux-sunxi 
-$ make mrproper ​ 
-$ cd ../ 
-$ sudo rm -rf build output ​ 
-</​code>​ 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
- 
 <WRAP noprint> <WRAP noprint>
 {{tag>​Cubieboard Cubietruck}} {{tag>​Cubieboard Cubietruck}}
 </​WRAP>​ </​WRAP>​
tutorials/cb2-2cards/start.1407921160.txt.gz · Last modified: 2014/08/13 17:12 by aaron