diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-13 14:44:08 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-13 14:44:08 +0100 |
commit | 3de3203f8fe05050402124f85abc6f8cd8a8cfb0 (patch) | |
tree | 64494776dcd0d892da48f2fc57fcd33bd6a27ca3 /target | |
parent | bf98a2fdc0bba4c41b9fb8ac7ea7ef357eb48c4d (diff) |
add comment about booting
Diffstat (limited to 'target')
-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 8e2f31f66..30bca1779 100644 --- a/target/mips/Makefile +++ b/target/mips/Makefile @@ -119,6 +119,12 @@ ifneq ($(ADK_HARDWARE_QEMU),) @echo "Start qemu with following options:" @echo 'qemu-system-${CPU_ARCH} -nographic -M malta -net user,hostfwd=tcp::2222-:22 -net nic,model=pcnet -kernel $(BIN_DIR)/$(TARGET_KERNEL) qemu-${CPU_ARCH}.img' endif +ifeq ($(ADK_TARGET_SYSTEM_LEMOTE_YEELONG),y) + @echo "Startup the netbook and type del to enter PMON:" + @echo "PMON> load /dev/fs/ext2@wd0a/boot/kernel" + @echo "PMON> g root=/dev/sda1" + @echo "The root parameter have to be changed." +endif endif ifeq ($(ADK_TARGET_FS),initramfs) imageinstall: $(BIN_DIR)/$(INITRAMFS) |