RALINK AP SDK 3.3.0.0 User's Manual
Page 71 of 93
#-----------------------------------------------
USER_NAME = $(shell whoami)
#
# Uboot Image Information
#
UBOOT_DIR = .
UBOOT_IMAGE = uboot.bin
#
# Linux Kernel Image Information
#
KERNEL_DIR = .
KERNEL_IMAGE = steven_uImage
#
# Single Image Information
#
PACKED_DIR = .
PACKED_IMAGE = steven_uImage.img
#cp /tftpboot/uboot.bin .
#cp /tftpboot/steven_uImage .
#make –f Makefile.4M
Flash layout:
+-----------+--------+--------+-----------------------------+
| Uboot | UsrCfg | RF | Linux Kernel Image |
+-----------+--------+--------+-----------------------------+
|<--------0x50000-------->|<-------0x3B0000------>|
-Original Uboot Image Size
149372 ./uboot.bin
- Original Kernel Image Size
2779348 ./steven_uImage