From 9b40427b8e32f6543f9f7e55bfcca78839bc94db Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 10 Jul 2016 17:41:49 +0200 Subject: nslu2: fix boot (initramfs via tftp tested) --- target/arm/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target/arm/Makefile') diff --git a/target/arm/Makefile b/target/arm/Makefile index e029fb72b..2f937c8ab 100644 --- a/target/arm/Makefile +++ b/target/arm/Makefile @@ -98,6 +98,10 @@ ifeq ($(ADK_TARGET_FS),nfsroot) targethelp: @echo 'The kernel file is: $(FW_DIR)/${TARGET_KERNEL}' @echo "The RootFS tarball is: $(FW_DIR)/$(ROOTFSUSERTARBALL)" +ifeq ($(ADK_TARGET_SYSTEM_LINKSYS_NSLU2),y) + @echo "Use following in RedBoot bootloader:" + @echo "RedBoot> ip_address -l -h ; load -r -v -b 0x01d00000 ${TARGET_KERNEL}; exec 0x01d00000" +endif endif ifeq ($(ADK_TARGET_FS),squashfs) targethelp: -- cgit v1.2.3