9
I n t r o d u c t i o n
Introduction
C
H
A
P
T
E
R
1
Overview
The LxNETES package enables you to easily develop software under Linux 2.6 for Digi
International and FS Forth-Systeme embedded modules supported in this release of
LxNETES.
This document assumes that you have basic knowledge of Linux. In addition, it is
recommended that you have experience with compiling a standard Linux kernel on your
host PC. If you are new to Linux, the following books are recommended for resources:
1.) Linux Device Drivers, 3rd Edition, by J. Corbet, A. Rubini, and G. Kroah-Hartman,
ISBN 0-596-00590-3
2.) Debian Reference
http://www.debian.org/doc/manuals/reference/reference.en.html
The following sections explain the several parts that compose the LxNETES package.
Cross-development environment
Whenever you need to generate code for an embedded target on a development system
with a different microprocessor architecture, you need a cross-development environment.
That is, you need a compiler that executes in your development system (for example a x86
PC) but generates code that executes in a different processor (for example your target is
NET+ARM).
LxNETES provides the GNU cross-development tool chain for NET+ARM, ARM, and
X-Scale, which contains the compiler, linker, assembler, and shared libraries needed to
generate software for the supported platforms.
Содержание 9P 9360/9750
Страница 1: ...LxNETES User s Guide ConnectCore 9P 9360 9750 ...
Страница 2: ......
Страница 4: ......
Страница 20: ...S y s t e m R e q u i r e m e n t s P r e r e q u i s i t e s 2 0 L x N E T E S U s e r s G u i d e ...
Страница 28: ...M a n u a l I n s t a l l a t i o n 2 8 L x N E T E S U s e r s G u i d e ...
Страница 33: ...3 3 A p p l i c a t i o n D e v e l o p m e n t Table 6 3 proc cpuinfo contents ...
Страница 60: ...6 0 L x N E T E S U s e r s G u i d e ...
Страница 70: ...M e m o r y l a y o u t s 7 0 L x N E T E S U s e r s G u i d e ...