From bac4cf67f5dad3af5619b3149d4c9bd22f806672 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 11 Dec 2023 13:42:34 +0100 Subject: update rpi kernel --- target/aarch64/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target/aarch64') diff --git a/target/aarch64/Makefile b/target/aarch64/Makefile index 81d0ff4d8..9c765aeb3 100644 --- a/target/aarch64/Makefile +++ b/target/aarch64/Makefile @@ -66,12 +66,20 @@ ifeq ($(ADK_TARGET_QEMU),y) @echo 'qemu-system-${ADK_TARGET_CPU_ARCH} ${QEMU_ARGS} -kernel $(FW_DIR)/$(TARGET_KERNEL)' endif endif +ifeq ($(ADK_TARGET_FS),nfsroot) +targethelp: + @echo 'The kernel file is: $(FW_DIR)/${TARGET_KERNEL}' + @echo "The RootFS tarball is: $(FW_DIR)/$(ROOTFSUSERTARBALL)" +endif ifeq ($(ADK_TARGET_FS),genimage) targethelp: @echo "The disk image is: $(FW_DIR)/sdcard.img" @echo "Use following command to install it on SD card:" @echo 'sudo dd if=$(FW_DIR)/sdcard.img of=/dev/sdX bs=2048k' endif +ifeq ($(ADK_TARGET_FS),nfsroot) +imageinstall: kernel-install $(FW_DIR)/$(ROOTFSUSERTARBALL) targethelp +endif kernel-strip: @cp $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL) -- cgit v1.2.3