From 3de3203f8fe05050402124f85abc6f8cd8a8cfb0 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 13 Mar 2012 14:44:08 +0100 Subject: add comment about booting --- target/mips/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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) -- cgit v1.2.3