This shows you the differences between two versions of the page.
tutorials:dvk521:documentations:dvk521_user_manual [2013/11/21 15:27] waveshare [Demos] |
tutorials:dvk521:documentations:dvk521_user_manual [2013/12/23 14:50] (current) |
||
---|---|---|---|
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/sunxi-bsp/Driver and API/|Driver and API]] | + | *[[http://dl.cubieboard.org/parteners/waveshare/Source_Code/Driver and API/|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 appendix of the document [[tutorials:DVK521:Documentations:Driver Porting and Configuration|Drivers Porting and Configuration]]. | + | For more info, please refer to the document [[tutorials:DVK521:Documentations:Driver Porting and Configuration|Drivers Porting and Configuration]]. |