diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-11 06:20:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-11 06:20:52 +0200 |
commit | a373c925622077caa35eb97ab85965e52d7e832d (patch) | |
tree | e74013d03bd9e2744460736cd313b758bb96a7eb /target/mips | |
parent | b6b578b3321c3a593c69b7ba2d8ac605002a1b70 (diff) |
add help for network boot
Diffstat (limited to 'target/mips')
-rw-r--r-- | target/mips/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/mips/Makefile b/target/mips/Makefile index 648e28c02..507cfaae2 100644 --- a/target/mips/Makefile +++ b/target/mips/Makefile @@ -88,6 +88,12 @@ ifeq ($(ADK_TARGET_SYSTEM_FON_FON2100),y) @echo 'RedBoot> load $(TARGET_KERNEL)' @echo 'RedBoot> go' endif +ifeq ($(ADK_TARGET_SYSTEM_LEMOTE_YEELONG),y) + @echo 'Boot your lemote and type following commands in PMON:' + @echo 'PMON> ifaddr rtl0 <ip-address-client>' + @echo 'PMON> load tftp://<ip-address-server>/${TARGET_KERNEL}' + @echo 'PMON> g' +endif endif ifeq ($(ADK_TARGET_FS),yaffs) imageinstall: kernel-install $(BIN_DIR)/$(ROOTFSTARBALL) |