This shows you the differences between two versions of the page.
tutorials:dvk521:documentations:a10:dvk521_user_manual [2013/11/26 12:55] waveshare [Burning the Testing Image] |
tutorials:dvk521:documentations:a10:dvk521_user_manual [2014/03/13 14:16] (current) waveshare |
||
---|---|---|---|
Line 9: | Line 9: | ||
A pre-configured image is provided for testing, follow the steps below to burn it into the SD card: | A pre-configured image is provided for testing, follow the steps below to burn it into the SD card: | ||
- | 1. format the SD card by using [[http://dl.cubieboard.org/parteners/waveshare/Software/HPUSBDisk.exe|HPUSBDisk.exe]] | + | 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/|Win32DiskImager]] | + | 2. Select the target image [[http://dl.cubieboard.org/parteners/waveshare/Image/a10-cubieboard-dvk/lubuntu/cb1-dvk-sdcard-lubuntu-lcd v1.0.img|cb1-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/Driver and API/|Driver and API]] | + | *[[http://dl.cubieboard.org/parteners/waveshare/Source_Code/a10-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:Driver Porting and Configuration|Drivers Porting and Configuration]]. | + | For more info, please refer to the document [[tutorials:DVK521:Documentations:A10: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 50: | Line 52: | ||
The serial port driver is required for Window. | The serial port driver is required for Window. | ||
DVK521 integrates the PL2303 USB-to-UART convertor. To install the serial port driver, double click the install package which can be found on | DVK521 integrates the PL2303 USB-to-UART convertor. To install the serial port driver, double click the install package which can be found on | ||
- | [[http://dl.cubieboard.org/parteners/waveshare/Software/pl2303_Win_Driver/PL2303_Prolific_DriverInstaller_v1.8.0.exe|PL2303_Prolific_DriverInstaller_v1.8.0.exe]]. | + | [[http://dl.cubieboard.org/parteners/waveshare/Software/pl2303_Win_Driver/PL2303_Prolific_DriverInstaller_v1.8.0.exe|PL2303_Prolific_DriverInstaller_v1.8.0]]. |
When completed, connect the PL2303 to PC through a USB cable, the PC will try to detect device. To ensure the detection succeeds, please close the anti-virus software or other computer protection software. | When completed, connect the PL2303 to PC through a USB cable, the PC will try to detect device. To ensure the detection succeeds, please close the anti-virus software or other computer protection software. | ||
- | When the device is detected successfully, install the serial port monitor [[http://dl.cubieboard.org/parteners/waveshare/Software/ultra-serial-port-monitor.exe|ultra-serial-port-monitor.exe]]. | + | When the device is detected successfully, install the serial port monitor [[http://dl.cubieboard.org/parteners/waveshare/Software/ultra-serial-port-monitor.exe|ultra-serial-port-monitor]]. |
Line 140: | Line 142: | ||
<WRAP noprint> | <WRAP noprint> | ||
- | {{tag>Cubieboard Cubietruck}} | ||
- | </WRAP> | ||
+ | </WRAP> |