Browse Source

add help for network boot

Waldemar Brodkorb 14 years ago
parent
commit
a373c92562
1 changed files with 6 additions and 0 deletions
  1. 6 0
      target/mips/Makefile

+ 6 - 0
target/mips/Makefile

@@ -88,6 +88,12 @@ ifeq ($(ADK_TARGET_SYSTEM_FON_FON2100),y)
 	@echo 'RedBoot> load $(TARGET_KERNEL)'
 	@echo 'RedBoot> load $(TARGET_KERNEL)'
 	@echo 'RedBoot> go'
 	@echo 'RedBoot> go'
 endif
 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
 endif
 ifeq ($(ADK_TARGET_FS),yaffs)
 ifeq ($(ADK_TARGET_FS),yaffs)
 imageinstall: kernel-install $(BIN_DIR)/$(ROOTFSTARBALL)
 imageinstall: kernel-install $(BIN_DIR)/$(ROOTFSTARBALL)