RALINK AP SDK 3.3.0.0 User's Manual
Page 22 of 93
1028.0000
- 1BFF.FFFF
<<Reserved>>
1C00.0000
- 1C00.3FFF
16KB ROM
When system is power on,
16KB internal boot ROM is mapped.
4
AP SDK SOURCE CODE OVERVIEW
The subsequent command is used in the development environment. It makes a directory
equivalent to "/home/${user}/RT288x_SDK".
#tar jxvf RT288x_SDK_{version}_{date}.tar.bz2
The RT288x_SDK package contains the subsequent directories.
o
toolchain
: mips toolchain
o
source
: Linux kernel source
o
tools
:useful script
The source directory contains the subsequent directories.
o
config
: auto-configuration files
o
images
: Linux image
o
lib
: uClibc 0.9.28
o
linux-2.4.x
: Linux kernel source for RT2880
o
linux-2.6.21.x : Linux kernel source for RT3052
o
romfs
: root file system (uncompressed)
o
tools
: useful script to generate rootfs
o
user
: user applications
o
vendor
: init scripts of target platform (inittab, rcS...etc)