This shows you the differences between two versions of the page.
tutorials:dvk521:documentations:a20:dvk521_user_manual [2013/12/10 14:16] waveshare created |
tutorials:dvk521:documentations:a20:dvk521_user_manual [2014/03/13 14:32] (current) waveshare |
||
---|---|---|---|
Line 11: | Line 11: | ||
1. format the SD card by using [[http://dl.cubieboard.org/parteners/waveshare/Software/HPUSBDisk.exe|HPUSBDisk]] | 1. format the SD card by using [[http://dl.cubieboard.org/parteners/waveshare/Software/HPUSBDisk.exe|HPUSBDisk]] | ||
- | 2. Select the target image [[http://dl.cubieboard.org/parteners/waveshare/Image/linaro-precise-alip-1204_A10.img|linaro-precise-alip-1204_A10.img]],click 'Write' to burn it into the SD card by Launch [[http://dl.cubieboard.org/parteners/waveshare/Software/Win32DiskImager.7z|Win32DiskImager]] | + | 2. Select the target image [[http://dl.cubieboard.org/parteners/waveshare/Image/a20-cubieboard-dvk/lubuntu/cb2-dvk-sdcard-lubuntu-lcd v1.0.img|cb2-dvk-sdcard-lubuntu-lcd v1.0.img]],click 'Write' to burn it into the SD card by Launch [[http://dl.cubieboard.org/parteners/waveshare/Software/Win32DiskImager.7z|Win32DiskImager]] |
3. Default user: linaro,Default password: linaro,The root permission password: 123456 | 3. Default user: linaro,Default password: linaro,The root permission password: 123456 | ||
Line 17: | Line 17: | ||
===== API and Drivers Source code ===== | ===== API and Drivers Source code ===== | ||
*The API and Drivers source code of DVK521 can be found on | *The API and Drivers source code of DVK521 can be found on | ||
- | *[[http://dl.cubieboard.org/parteners/waveshare/Source_Code/A10/Driver%20and%20API/|Driver and API]] | + | *[[http://dl.cubieboard.org/parteners/waveshare/Source_Code/a20-cubieboard-dvk/Driver%20and%20API/|Driver and API]] |
*Also are accessible in the SD card image: | *Also are accessible in the SD card image: | ||
*/home/linaro/waveshare_demo/ | */home/linaro/waveshare_demo/ | ||
Line 23: | Line 23: | ||
Since driver compiling relies on the kernel, if you need to compile our source code, you should modify the related Makefile according to your own kernel path, then execute: | Since driver compiling relies on the kernel, if you need to compile our source code, you should modify the related Makefile according to your own kernel path, then execute: | ||
# make | # make | ||
- | For more info, please refer to the document [[tutorials:DVK521:Documentations:A10:Driver Porting and Configuration|Driver Porting and Configuration]]. | + | For more info, please refer to the document [[tutorials:DVK521:Documentations:A20:Driver Porting and Configuration|Driver Porting and Configuration]]. |
Line 29: | Line 29: | ||
==== Install serial port monitor on ubuntu ==== | ==== Install serial port monitor on ubuntu ==== | ||
Note: here we are talking about how to use serial port on ubuntu installed via wubi. As for using serial port on ubuntu on virtual machine, some wired problems may occur. | Note: here we are talking about how to use serial port on ubuntu installed via wubi. As for using serial port on ubuntu on virtual machine, some wired problems may occur. | ||
+ | |||
+ | Connect the DVK521 to PC through a USB cable. Connect the ->RX, <-TX on DVK521 respectively to TX, RX on Cubieboard via jumper wires. | ||
Use the following command to check if USB0 or USB1 exists: | Use the following command to check if USB0 or USB1 exists: | ||
Line 142: | Line 144: | ||
</WRAP> | </WRAP> | ||
- |