RALINK AP SDK 3.3.0.0 User's Manual
Page 47 of 93
The MTD partitions are subsequently shown.
RootFS in RAM Mode
mtd 0
uboot
0x0
mtd 1
config
0x30000
mtd 2
RF
0x40000
0x50000
mtd 3
Kernel/RootFS
0x400000
RootFS in Flash Mode
mtd 0
Uboot
0x0
mtd 1
Config
0x30000
mtd 2
RF
0x40000
Kernel
0x50000
mtd 3
Padding
<menuconfig>
mtd 4
Root FS
0x400000
In RootFS in Flash mode, the image builder will add a padding bit to the end of kernel image if
the kernel image size is smaller than the size of mtd3. The size of mtd3 must be adjusted to
save flash memory.
Step1: Check the original kernel image size (ex: 446603)