This shows you the differences between two versions of the page.
| tutorials:arduino:connecting [2014/02/25 17:08] aaron | tutorials:arduino:connecting [2014/04/08 14:24] (current) admin | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| <WRAP noprint><WRAP left box 60%> | <WRAP noprint><WRAP left box 60%> | ||
| //__About this Article__// | //__About this Article__// | ||
| - | * **Author**: aaron --- aaron@cubietech.com --- 2014/02/25 16:10 | + | * **Author**: sam --- sam@cubietech.com --- 2014/02/25 16:10 | 
| * **Copyrights**: [[http://creativecommons.org/licenses/by-sa/3.0/|CC Attribution-Share Alike 3.0 Unported]] | * **Copyrights**: [[http://creativecommons.org/licenses/by-sa/3.0/|CC Attribution-Share Alike 3.0 Unported]] | ||
| * **Contributors**: [[http://cubieboard.org/|Cubieboard Community]] : ... | * **Contributors**: [[http://cubieboard.org/|Cubieboard Community]] : ... | ||
| Line 9: | Line 9: | ||
| ===== Abstract ===== | ===== Abstract ===== | ||
| + | 1. Installing a firmware in cubieboard. you can refer to this: | ||
| - | {{:tutorials:arduino:连接.jpeg?500|}} | + | for cb1:it is spceial,you must use SD bootable lubuntu [[http://docs.cubieboard.org/tutorials/cb1/installation/cb1_lubuntu_card_install|Cubieboard1: Install SD bootable lubuntu]] | 
| - | ===== Headline ===== | + | for cb2:[[http://docs.cubieboard.org/tutorials/cb2/installation/cb2_lubuntu_nand_install|A20-Cubieboard: Install Nand bootable lubuntu]] | 
| - | ==== Headline ==== | + | for ct:[[http://docs.cubieboard.org/tutorials/ct1/installation/cb3_lubuntu-12.10-desktop_nand_installation_v1.00|Lubuntu-12.10-Desktop Nand Installation Guide(v1.00) ]] | 
| + | 2. Use usb to connect cubieboard and usb | ||
| - | ===== Headline ===== | + | {{:tutorials:arduino:连接.jpeg?1000|}} | 
| - | === See Also === | + | 3. Installing the software Arduino ide for writing programm in cubieboard. | 
| - | <WRAP noprint> | + | $sudo apt-get update | 
| - | {{tag>Cubieboard Cubietruck}} | + | $sudo apt-get install arduino | 
| - | </WRAP> | + | |
| + | 4. Click the programmin and you can find the software arduino IDE | ||
| + | |||
| + | {{:tutorials:arduino:img_20140225_165950.jpg?1000|}} | ||
| + | |||
| + | 5. And you can use this software to write programming | ||
| + | |||
| + | {{:tutorials:arduino:img_20140225_160808.jpg?1000|}} | ||
| + | ====== Online Lab ====== | ||
| + | * [[tutorials:arduino:Controlling Led|Controlling Led]] | ||