Browse Source

allow data partition on rpi5

Waldemar Brodkorb 2 months ago
parent
commit
d6650bf006
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/aarch64/Makefile

+ 1 - 1
target/aarch64/Makefile

@@ -24,7 +24,7 @@ ifeq ($(ADK_TARGET_BOARD_BCM28XX),y)
 	@echo "Use following command to install it on SD card:"
 	@echo "sudo ./scripts/install.sh $(ADK_TARGET_SYSTEM) /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL)"
 endif
-ifeq ($(ADK_TARGET_SYSTEM_ROCKPI4_PLUS),y)
+ifeq ($(ADK_TARGET_SYSTEM_ROCKPI4_PLUS)$(ADK_TARGET_SYSTEM_RASPBERRY_PI5),y)
 ifeq ($(ADK_RUNTIME_DATA_PARTITION),y)
 	@echo "Use following command to install with a writable data partition"
 	@echo "sudo ./scripts/install.sh -d 256 $(ADK_TARGET_SYSTEM) /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL)"