This shows you the differences between two versions of the page.
tutorials:cb2-2cards:start [2014/08/13 17:27] aaron [Write to card] |
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 62: | Line 53: | ||
</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 ==== | ||
Line 68: | Line 59: | ||
- 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 120: | 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 229: | 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 243: | 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]] | ||
- | - Git clone from 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> |