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 14:22]
waveshare
tutorials:dvk521:documentations:development_environment_setup [2013/12/23 14:50] (current)
Line 1: Line 1:
-====== ​Dvk521 User Manual ​======+====== ​Development Environment Setup ======
  
-<WRAP noprint><​WRAP left box 60%> +===== Install ubuntu ​===== 
-//__About this Article__//​ +What to do: install ubuntu on the computer hard drive by using [[https://​wiki.ubuntu.com/​WubiGuide|wubi]],
-  * **Author**: waveshare --- services@waveshare.net --- 2013/11/21 11:05 +
-</​WRAP></​WRAP>​ +
- +
-===== Development Environment Setup ===== +
-What to do: install ubuntu on the computer hard drive by using [[https://​wiki.ubuntu.com/​WubiGuide|wubi.exe]]+
 Default System: WIN7 32 bit Default System: WIN7 32 bit
 (Note: it's possible to install the ubuntu12.04 on virtual machine, however, some wired problems may occur when burning the image into the SD card) (Note: it's possible to install the ubuntu12.04 on virtual machine, however, some wired problems may occur when burning the image into the SD card)
Line 14: Line 9:
 ===== ubuntu Basic Commands ===== ===== ubuntu Basic Commands =====
 Update software source: Update software source:
-== # sudo apt-get upgrade ​==  +  ​# sudo apt-get upgrade ​  
-== # sudo apt-get install update ​== +  # sudo apt-get install update ​ 
 Install text editor vim: Install text editor vim:
-== # sudo apt-get vim == +  ​# sudo apt-get vim  
  
  
Line 24: Line 19:
  
 The ARM cross compile tool chain is required for porting kernel, use the following command to install: 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 ​== +  ​# sudo apt-get install gcc-arm-linux-gnueabihf ​ 
  
  
tutorials/dvk521/documentations/development_environment_setup.1385014922.txt.gz · Last modified: 2013/12/23 14:50 (external edit)