规范设备树名称,增加extlinux配置文件

This commit is contained in:
hejiawencc
2023-02-25 11:27:13 +08:00
parent 9a3ad6f8a0
commit 4d38d21c01
25 changed files with 42 additions and 28 deletions

View File

@ -3,7 +3,7 @@
# Target arch
export RK_ARCH=arm64
# Uboot defconfig
export RK_UBOOT_DEFCONFIG=rk3566
export RK_UBOOT_DEFCONFIG=lubancat-rk356x
# Uboot image format type: fit(flattened image tree)
export RK_UBOOT_FORMAT_TYPE=fit
# Kernel defconfig

View File

@ -1,9 +1,11 @@
#!/bin/bash
# SOC
export RK_SOC=rk356x
# Target arch
export RK_ARCH=arm64
# Uboot defconfig
export RK_UBOOT_DEFCONFIG=rk3566
export RK_UBOOT_DEFCONFIG=lubancat-rk356x
# Uboot image format type: fit(flattened image tree)
export RK_UBOOT_FORMAT_TYPE=fit
# Kernel defconfig

View File

@ -1,9 +1,11 @@
#!/bin/bash
# SOC
export RK_SOC=rk356x
# Target arch
export RK_ARCH=arm64
# Uboot defconfig
export RK_UBOOT_DEFCONFIG=rk3566
export RK_UBOOT_DEFCONFIG=lubancat-rk356x
# Uboot image format type: fit(flattened image tree)
export RK_UBOOT_FORMAT_TYPE=fit
# Kernel defconfig

View File

@ -1,9 +1,11 @@
#!/bin/bash
# SOC
export RK_SOC=rk356x
# Target arch
export RK_ARCH=arm64
# Uboot defconfig
export RK_UBOOT_DEFCONFIG=rk3566
export RK_UBOOT_DEFCONFIG=lubancat-rk356x
# Uboot image format type: fit(flattened image tree)
export RK_UBOOT_FORMAT_TYPE=fit
# Kernel defconfig

View File

@ -1,9 +1,11 @@
#!/bin/bash
# SOC
export RK_SOC=rk356x
# Target arch
export RK_ARCH=arm64
# Uboot defconfig
export RK_UBOOT_DEFCONFIG=rk3566
export RK_UBOOT_DEFCONFIG=lubancat-rk356x
# Uboot image format type: fit(flattened image tree)
export RK_UBOOT_FORMAT_TYPE=fit
# Kernel defconfig

View File

@ -11,7 +11,7 @@ export RK_KERNEL_DEFCONFIG=lubancat2_defconfig
# Kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=
# Kernel dts
export RK_KERNEL_DTS=rk3566-lubancat-zero
export RK_KERNEL_DTS=rk3566-lubancat-0
# boot image type
export RK_BOOT_IMG=boot.img
# kernel image path

View File

@ -11,7 +11,7 @@ export RK_KERNEL_DEFCONFIG=lubancat2_defconfig
# Kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=
# Kernel dts
export RK_KERNEL_DTS=rk3566-lubancat-zero
export RK_KERNEL_DTS=rk3566-lubancat-0
# boot image type
export RK_BOOT_IMG=boot.img
# kernel image path

View File

@ -11,7 +11,7 @@ export RK_KERNEL_DEFCONFIG=lubancat2_defconfig
# Kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=
# Kernel dts
export RK_KERNEL_DTS=rk3566-lubancat-zero
export RK_KERNEL_DTS=rk3566-lubancat-0
# boot image type
export RK_BOOT_IMG=boot.img
# kernel image path

View File

@ -11,7 +11,7 @@ export RK_KERNEL_DEFCONFIG=lubancat2_defconfig
# Kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=
# Kernel dts
export RK_KERNEL_DTS=rk3566-lubancat1
export RK_KERNEL_DTS=rk3566-lubancat-1
# boot image type
export RK_BOOT_IMG=boot.img
# kernel image path

View File

@ -11,7 +11,7 @@ export RK_KERNEL_DEFCONFIG=lubancat2_defconfig
# Kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=
# Kernel dts
export RK_KERNEL_DTS=rk3566-lubancat1
export RK_KERNEL_DTS=rk3566-lubancat-1
# boot image type
export RK_BOOT_IMG=boot.img
# kernel image path

View File

@ -11,7 +11,7 @@ export RK_KERNEL_DEFCONFIG=lubancat2_defconfig
# Kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=
# Kernel dts
export RK_KERNEL_DTS=rk3566-lubancat1
export RK_KERNEL_DTS=rk3566-lubancat-1
# boot image type
export RK_BOOT_IMG=boot.img
# kernel image path

View File

@ -11,7 +11,7 @@ export RK_KERNEL_DEFCONFIG=lubancat2_defconfig
# Kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=
# Kernel dts
export RK_KERNEL_DTS=rk3566-lubancat1-n
export RK_KERNEL_DTS=rk3566-lubancat-1n
# boot image type
export RK_BOOT_IMG=boot.img
# kernel image path

View File

@ -11,7 +11,7 @@ export RK_KERNEL_DEFCONFIG=lubancat2_defconfig
# Kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=
# Kernel dts
export RK_KERNEL_DTS=rk3566-lubancat1-n
export RK_KERNEL_DTS=rk3566-lubancat-1n
# boot image type
export RK_BOOT_IMG=boot.img
# kernel image path

View File

@ -11,7 +11,7 @@ export RK_KERNEL_DEFCONFIG=lubancat2_defconfig
# Kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=
# Kernel dts
export RK_KERNEL_DTS=rk3566-lubancat1-n
export RK_KERNEL_DTS=rk3566-lubancat-1n
# boot image type
export RK_BOOT_IMG=boot.img
# kernel image path

View File

@ -11,7 +11,7 @@ export RK_KERNEL_DEFCONFIG=lubancat2_buildroot_defconfig
# Kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=
# Kernel dts
export RK_KERNEL_DTS=rk3568-lubancat2
export RK_KERNEL_DTS=rk3568-lubancat-2
# boot image type
export RK_BOOT_IMG=boot.img
# kernel image path

View File

@ -11,7 +11,7 @@ export RK_KERNEL_DEFCONFIG=lubancat2_defconfig
# Kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=
# Kernel dts
export RK_KERNEL_DTS=rk3568-lubancat2
export RK_KERNEL_DTS=rk3568-lubancat-2
# boot image type
export RK_BOOT_IMG=boot.img
# kernel image path

View File

@ -11,7 +11,7 @@ export RK_KERNEL_DEFCONFIG=lubancat2_defconfig
# Kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=
# Kernel dts
export RK_KERNEL_DTS=rk3568-lubancat2
export RK_KERNEL_DTS=rk3568-lubancat-2
# boot image type
export RK_BOOT_IMG=boot.img
# kernel image path

View File

@ -11,7 +11,7 @@ export RK_KERNEL_DEFCONFIG=lubancat2_buildroot_defconfig
# Kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=
# Kernel dts
export RK_KERNEL_DTS=rk3568-lubancat2-io
export RK_KERNEL_DTS=rk3568-lubancat-2io
# boot image type
export RK_BOOT_IMG=boot.img
# kernel image path

View File

@ -11,7 +11,7 @@ export RK_KERNEL_DEFCONFIG=lubancat2_defconfig
# Kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=
# Kernel dts
export RK_KERNEL_DTS=rk3568-lubancat2-io
export RK_KERNEL_DTS=rk3568-lubancat-2io
# boot image type
export RK_BOOT_IMG=boot.img
# kernel image path

View File

@ -11,7 +11,7 @@ export RK_KERNEL_DEFCONFIG=lubancat2_defconfig
# Kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=
# Kernel dts
export RK_KERNEL_DTS=rk3568-lubancat2-io
export RK_KERNEL_DTS=rk3568-lubancat-2io
# boot image type
export RK_BOOT_IMG=boot.img
# kernel image path

View File

@ -11,7 +11,7 @@ export RK_KERNEL_DEFCONFIG=lubancat2_buildroot_defconfig
# Kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=
# Kernel dts
export RK_KERNEL_DTS=rk3568-lubancat2-n
export RK_KERNEL_DTS=rk3568-lubancat-2n
# boot image type
export RK_BOOT_IMG=boot.img
# kernel image path

View File

@ -11,7 +11,7 @@ export RK_KERNEL_DEFCONFIG=lubancat2_defconfig
# Kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=
# Kernel dts
export RK_KERNEL_DTS=rk3568-lubancat2-n
export RK_KERNEL_DTS=rk3568-lubancat-2n
# boot image type
export RK_BOOT_IMG=boot.img
# kernel image path

View File

@ -11,7 +11,7 @@ export RK_KERNEL_DEFCONFIG=lubancat2_openwrt_defconfig
# Kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=
# Kernel dts
export RK_KERNEL_DTS=rk3568-lubancat2-n
export RK_KERNEL_DTS=rk3568-lubancat-2n
# boot image type
export RK_BOOT_IMG=boot.img
# kernel image path

View File

@ -11,7 +11,7 @@ export RK_KERNEL_DEFCONFIG=lubancat2_defconfig
# Kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=
# Kernel dts
export RK_KERNEL_DTS=rk3568-lubancat2-n
export RK_KERNEL_DTS=rk3568-lubancat-2n
# boot image type
export RK_BOOT_IMG=boot.img
# kernel image path
@ -53,7 +53,7 @@ export RK_OEM_DIR=oem_normal
#userdata config
export RK_USERDATA_DIR=userdata_normal
#misc image
export RK_MISC=parameter-buildroot-fit.txt
export RK_MISC=wipe_all-misc.img
#choose enable distro module
export RK_DISTRO_MODULE=
# Define pre-build script for this board