RALINK AP SDK 3.3.0.0 User's Manual
Page 39 of 93
dir_$(CONFIG_USER_HELLO_WORLD) += hello
(f) Turn on hello application
#make menuconfig
[*] hello_world (NEW)
(g) Build new image
#make dep
#make
(h) check file is correct
#cd RT288x_SDK/source/romfs/bin
#file hello
#hello: ELF 32-bit LSB executable, MIPS, MIPS-II version 1 (SYSV), dynamically linked (uses
shared libs), stripped
(i) Testing
BusyBox v1.4.2 (2007-05-04 11:15:35 CST) Built-in shell (ash)
Enter 'help' for a list of built-in commands.
/ #
/ # hello
hello world
/ #