From 7e534e715bf1d65e7568a3ac5a2cae03bbce3fb3 Mon Sep 17 00:00:00 2001 From: wangjiexun Date: Sat, 14 Oct 2023 21:10:58 +0800 Subject: [PATCH] riscv64/licheepi4a: change dtb file name --- boards/riscv64/licheepi4a/Makefile | 4 ++-- boards/riscv64/licheepi4a/README.md | 8 -------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/boards/riscv64/licheepi4a/Makefile b/boards/riscv64/licheepi4a/Makefile index 481da02..8d68583 100755 --- a/boards/riscv64/licheepi4a/Makefile +++ b/boards/riscv64/licheepi4a/Makefile @@ -17,8 +17,8 @@ FSTYPE ?= ext4 ROOTFS ?= $(BSP_ROOT)/$(BUILDROOT)/rootfs.cpio.gz ORIIMG ?= arch/$(ARCH)/boot/Image -DIMAGE ?= light_lpi4a.dtb -ORIDTB ?= arch/$(ARCH)/boot/dts/thead/th1520-beaglev-ahead.dtb +DIMAGE ?= th1520-lichee-pi-4a.dtb +ORIDTB ?= arch/$(ARCH)/boot/dts/thead/th1520-lichee-pi-4a.dtb KIMAGE ?= $(BSP_KERNEL)/$(LINUX)/Image KRELEASE?= $(BSP_KERNEL)/$(LINUX)/kernel.release DTB ?= $(BSP_KERNEL)/$(LINUX)/$(DIMAGE) diff --git a/boards/riscv64/licheepi4a/README.md b/boards/riscv64/licheepi4a/README.md index 457e500..e967f86 100644 --- a/boards/riscv64/licheepi4a/README.md +++ b/boards/riscv64/licheepi4a/README.md @@ -20,14 +20,6 @@ Some work can be done automatically: The process of burning images onto the board can be referenced in bsp/burn_tools/README.md. -## DTB - -Notice for burning: - -The compiled dtb shoule be renamed as light_lpi4a.dtb because U-Boot use this filename as the default dtb. - -Or you can modify the default config of /extlinux/extlinux.conf in boot.ext4. - ## BIOS Riscv64 requires a proxy kernel to do some prepare before running the real linux kernel. -- Gitee