![Advantech RSB-4410 Скачать руководство пользователя страница 39](http://html1.mh-extra.com/html/advantech/rsb-4410/rsb-4410_user-manual_2857964039.webp)
31
RSB-4410 User Manual
Chapter 3
S
oftware
Functionality
3.2.1.1
cross_compiler
You can use the cross compiler toolchain to compile the uImage and related applica-
tions. (gcc version is 4.6.2 20110630)
Toolchain directory structure is as follow:
|-- bin // toolchain with prefix, such as arm-none-linux-gnueabi-gcc etc.
|-- lib // library files used for toolchain itself, not for application
|-- arm-fsl-linux-gnueabi
|-- bin // toolchain without prefix, such as gcc.-|-- debug-root // all debug tools
|-- multi-libs // all libraries and headers.
|-- armv5 // library for armv5 (i.mx 2xx). only support soft float point
|-- armv6 // library for armv6 (i.mx 3xx), soft fpu version
|-- armv7-a // library for armv7-a (i.mx5xx and i.mx6xx), hardware fpu version
|-- lib //default library. It can be used for armv4t and above.
|-- usr
|-- include //header files for the application development
|-- lib //three-part library and static built library Freescale
3.2.1.2
document
User guide of how to setup up the environment of development
3.2.1.3
image
This folder includes uImage & u-boot.
3.2.1.4
image/rootfs
Linux adopts Hierarchical File System (HFS), image/rootfs is the Linux file system in
highest level of the tree structure.
The main folders in “rootfs” are listed as follows:
- bin
-->Common programs, shared by the system, the system adminis-
trator and the users.
- dev
-->Contains references to all the CPU peripheral hardware, which
are represented as files with special properties.
- etc
-->Most important system configuration files are in /etc, this directory
contains data similar to those in the Control Panel in Windows
- home
-->Home directories of the common users.
- lib
-->Library files, includes files for all kinds of programs needed by the
system and the users.
- mnt
-->Standard mount point for external file systems.
- opt
-->Typically contains extra and third party software.
- proc
-->A virtual file system containing information about system
resources. More information about the meaning of the files in proc is
obtained by entering the command man proc in a terminal window.
The file proc.txt discusses the virtual file system in detail.
- root
-->The administrative user's home directory. Mind the difference
between /, the root directory and /root, the home directory of the root
user.
- sbin
-->Programs for use by the system and the system administrator.
- sys
--> Linux sys file system
Содержание RSB-4410
Страница 1: ...User Manual RSB 4410 3 5 SBC with Freescale i MX6 Dual Processor ARM Cortex A9 Architecture...
Страница 6: ...RSB 4410 User Manual vi...
Страница 12: ...RSB 4410 User Manual 4...
Страница 36: ...RSB 4410 User Manual 28...
Страница 37: ...Chapter 3 3 Software Functionality This chapter details the Linux operating system on the RSB 4410 platform...
Страница 56: ...RSB 4410 User Manual 48...