User Tools

Site Tools


tutorials:dvk521:documentations:development_environment_setup

Differences

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

Link to this comparison view

tutorials:dvk521:documentations:development_environment_setup [2013/11/21 11:54]
waveshare created
tutorials:dvk521:documentations:development_environment_setup [2013/12/23 14:50] (current)
Line 1: Line 1:
 ====== Development Environment Setup ====== ====== Development Environment Setup ======
  
-<WRAP noprint><​WRAP left box 60%> +===== Install ubuntu ===== 
-//__About this Article__//​ +What to doinstall ubuntu on the computer hard drive by using [[https://wiki.ubuntu.com/WubiGuide|wubi]], 
-  * **Author**: waveshare --- waveshare@waveshare.net --- 2013/11/21 11:53 +Default SystemWIN7 32 bit 
-  * **Copyrights**: [[http://creativecommons.org/​licenses/​by-sa/​3.0/|CC Attribution-Share Alike 3.0 Unported]] +(Noteit's possible to install the ubuntu12.04 on virtual machine, however, some wired problems may occur when burning the image into the SD card)
-  * **Contributors**[[http://​cubieboard.org/​|Cubieboard Community]] : ... +
-</​WRAP></​WRAP>​+
  
-===== Abstract ===== 
  
 +===== ubuntu Basic Commands =====
 +Update software source:
 +  # sudo apt-get upgrade  ​
 +  # sudo apt-get install update  ​
 +Install text editor vim:
 +  # sudo apt-get vim  ​
  
-===== Headline ===== 
  
-==== Headline ​====+ 
 +===== Cross Compiler Installation ​===== 
 + 
 +The ARM cross compile tool chain is required for porting kernel, use the following command to install: 
 +  # sudo apt-get install gcc-arm-linux-gnueabihf  ​
  
  
-===== Headline ===== 
  
-=== See Also === 
  
 <WRAP noprint> <WRAP noprint>
 {{tag>​Cubieboard Cubietruck}} {{tag>​Cubieboard Cubietruck}}
 </​WRAP>​ </​WRAP>​
tutorials/dvk521/documentations/development_environment_setup.1385006041.txt.gz · Last modified: 2013/12/23 14:50 (external edit)