User`s manual
JampII-mini Users Manual - 17 - PD0606-6-00-01
6. Development Tools
6.1. Overview
This chapter provides a brief introduction to development tools that are available for the
EP9302 System-on-a-Chip processor. The central processing core on the EP9302 is a 200 MHz
ARM920T processor. The ARM920T RISC processing core is supported through various toolsets
available from third party suppliers. The typical toolset required for the code development is a
compiler, assembler, linker and a source-level code debugger. Code debugging is supported via the
on-chip JTAG interface.
6.2. Linux Development Tool Chain
The Linux development tool chain is included in the CD ROM come with JampII-mini board. A
host PC running Linux operating system is required to run the development tools. This guide assumes
user had basic Linux or Unix application development knowledge.
6.3. Host Computer Requirement
The host PC should run Redhat, SuSe, or other Linux distribution, a RS-232 serial port, at least
1GB free disk space, and a terminal program such as minicom.
6.4. Hardware Connection
A serial cross cable is required to connect JampII-mini to the host computer.
6.5. Install Software Development Kit
The ARM Linux Software Development Kit can be installed in any directory on the host system.
The following installing the ARM Linux Development software package.
1. Insert cd-rom SDK of JampII-mini
2. Copy and setup software package, executing the following commands,
# mount /cdrom
# mkdir /opt/jampII-mini
# cp /cdrom/* /opt/jampII-mini/ –R (you can copy to another path)
# cd /opt/jampII-mini
# ./setup.sh
*Your mounting point of CD-ROM maybe different