This shows you the differences between two versions of the page.
|
tutorials:dvk521:documentations:a10:dvk521_user_manual [2013/11/26 14:51] waveshare [Burning the Testing Image] |
tutorials:dvk521:documentations:a10:dvk521_user_manual [2014/03/13 14:16] (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/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/A10/Driver%20and%20API/|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 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 142: | Line 144: | ||
| </WRAP> | </WRAP> | ||
| - | |||