1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
2.1 KiB

#
# Copyright 2014 The Android Open-Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
include device/rockchip/rk3588/BoardConfig.mk
BUILD_WITH_GO_OPT := false
PRODUCT_KERNEL_DTS := nanopi6-images
PRODUCT_KERNEL_CONFIG := nanopi6_android_defconfig
PRODUCT_UBOOT_CONFIG := nanopi6
CURRENT_SDK_VERSION := rk3588_ANDROID12.0_BOX_V1.0
BOARD_HS_ETHERNET := true
PRODUCT_HAVE_PCIE_ETHERNET := true
BOARD_CAMERA_SUPPORT_EXT := true
# camera auto frame feature
PRODUCT_HAVE_EPTZ := false
TARGET_ROCKCHIP_PCBATEST := false
# Wifi.
WIFI_DRIVER_FW_PATH_PARAM := "/dev/null"
WIFI_DRIVER_FW_PATH_STA := "/dev/null"
WIFI_DRIVER_FW_PATH_AP := "/dev/null"
BOARD_HAVE_BLUETOOTH_BCM := false
BOARD_HAVE_BLUETOOTH_RTK := false
TARGET_USE_BTLINUX_HAL_IMPL := true
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/rockchip/rk3588/nanopi6/bluetooth
# No dtbo.img in boot.img
BOARD_INCLUDE_DTB_IN_BOOTIMG :=
BOARD_PREBUILT_DTBIMAGE_DIR :=
BOARD_INCLUDE_RECOVERY_DTBO :=
BOARD_PREBUILT_DTBOIMAGE := device/rockchip/rk3588/nanopi6_box/dtbo.img
TARGET_RECOVERY_FSTAB := device/rockchip/rk3588/nanopi6_box/recovery.fstab
BOARD_CACHEIMAGE_PARTITION_SIZE := 134217728
BOARD_SUPER_PARTITION_SIZE := 2684354560
BOARD_WITH_BACKUP_PARTITION := backup:128M
BOARD_WITH_SPECIAL_PARTITIONS := baseparameter:4M
# AB image definition
BOARD_USES_AB_IMAGE := false
BOARD_ROCKCHIP_VIRTUAL_AB_ENABLE := false
ifeq ($(strip $(BOARD_USES_AB_IMAGE)), true)
BOARD_BOOTIMAGE_PARTITION_SIZE := 67108864
BOARD_SUPER_PARTITION_SIZE := 4294967296
include device/rockchip/common/BoardConfig_AB.mk
endif