summaryrefslogtreecommitdiff
path: root/target/lemote/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-08-22 12:42:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-08-22 12:42:11 +0200
commit2c84de509054d770081084ca223f55b67ef945db (patch)
tree3ea01066e0499e567f7c6c89c62e45a8118dab19 /target/lemote/Makefile
parentdfedf6631eaf8c669ec141f4cb1d21f93399a310 (diff)
parent7a9453732c3443e61615a5ac08555c0f1fb4f495 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/lemote/Makefile')
-rw-r--r--target/lemote/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/lemote/Makefile b/target/lemote/Makefile
index d27d3a37f..3893c35ba 100644
--- a/target/lemote/Makefile
+++ b/target/lemote/Makefile
@@ -17,6 +17,10 @@ ifeq ($(FS),nfsroot)
imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
@echo 'The kernel file is: ${BIN_DIR}/${DEVICE}-${ARCH}-kernel'
@echo 'The nfs root tarball is: ${BIN_DIR}/${ROOTFSTARBALL}'
+ @echo 'Boot your lemote and type following commands in PMON:'
+ @echo 'PMON> ifaddr rtl0 <ip-address-client>'
+ @echo 'PMON> load tftp://<ip-address-server>/lemote-mips-kernel'
+ @echo 'PMON> g console=tty root=/dev/nfs ip=dhcp init=/init'
endif
ifeq ($(FS),initramfs)
imageinstall: $(BIN_DIR)/$(INITRAMFS)