- 29 -
Copyright © 2011 by element14
User Manual
audio
Audio driver
camera
Camera driver (support CAM8000-A camera
module)
button
gpio button driver
led
user led lamp driver
sata
1.5-3.0G SATA driver
3.4 System Development
3.4.1 How to Setup Operating System Development Environment
Before executing software development on SBC8018, the user has to install Linux cross
development environment on its computer. How to install a cross development environment will be
explained below by taking Ubuntu operating system as an example.
3.4.1.1 Installation of Cross Compilation Tools
Installation of cross compilation tools is done by using the software CD provided along with this kit,
to start the process insert the CD and allow it for auto run, Ubuntu will mount the disc under the
directory /media/cdrom, the cross compilation tools are saved under the directory
/media/cdrom/linux/tools.
mkdir $HOME/tools
cd /media/cdrom/linux/tools
tar
-jxvf
arm-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
-C
$HOME/tools
3.4.1.2 Installation of Other Tools
Some of the other development tools used for source code compilation are present in the directory
linux/tools; the user can execute the following commands to copy them to the local folder:
cd /media/cdrom/linux/tools
cp mkimage $HOME/tools
cp mkfs.jffs2 $HOME/tools
Содержание SBC8018
Страница 35: ...35 Copyright 2011 by element14 User Manual Figure 3 4 3 Select USB Gadget Support Figure 3 5...
Страница 87: ...87 Copyright 2011 by element14 User Manual Figure Appendix 2 15 Click OK Figure Appendix 2 16...
Страница 91: ...91 Copyright 2011 by element14 User Manual Figure Appendix 2 23 Figure Appendix 2 24...