RALINK AP SDK 3.3.0.0 User's Manual
Page 44 of 93
Select “Exit” to leave the configuration menu. Select “Yes” to save the new kernel
configuration.
The script updates the User/Kernel default settings.
9.5
Compile Linux image
#make dep
#make
The following files in RT288x_SDK/images, and ${user}_uImage will be copied to /tftpboot by
default.
a.
ramdisk.gz - root file system
b.
${user}_uImage - Linux image (Linux rootfs)
c.
zImage.{gz/lzma} - compressed Linux kernel
Note: What kinds of "make" can be used?
a.
make Linux image if you modify kernel source files
b.
make modules romfs Linux image if you modify the kernel module source files
c.
make user_only romfs Linux image if you modify application source files
d.
You can execute "make" to generate a new image (make = make lib_only user_only
modules romfs Linux image)
9.6
Port new Linux kernel module
Example: Port the hello networking module to the RT2880 platform