From 695cb22ced59003522c93f4d61d375aac8c03575 Mon Sep 17 00:00:00 2001 From: Tim Molteno Date: Fri, 27 May 2022 20:24:07 +1200 Subject: [PATCH] Graphics now working on the Lichee RV 86 Panel --- Dockerfile | 2 +- config/lichee_rv_86_boot.its | 18 +----------------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/Dockerfile b/Dockerfile index b770511..fe92d1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -93,7 +93,7 @@ RUN ls -l FROM builder as build_uboot ARG UBOOT_TAG ARG BOARD -RUN apt-get install -y python3-setuptools +RUN apt-get install -y python3-setuptools git WORKDIR /build RUN git clone --depth 1 --branch ${UBOOT_TAG} https://github.com/smaeul/u-boot.git WORKDIR /build/u-boot diff --git a/config/lichee_rv_86_boot.its b/config/lichee_rv_86_boot.its index a6d051a..6542e5a 100644 --- a/config/lichee_rv_86_boot.its +++ b/config/lichee_rv_86_boot.its @@ -2,12 +2,11 @@ / { description = "Lichee RV FIT Image"; - #address-cells = <1>; images { uboot { description = "U-Boot"; - data = /incbin/("u-boot-nodtb.bin"); + data = /incbin/("u-boot/u-boot-nodtb.bin"); type = "standalone"; os = "U-Boot"; arch = "riscv"; @@ -32,20 +31,6 @@ compression = "none"; load = <0x44000000>; entry = <0x44000000>; - hash { - algo = "sha1"; - }; - }; - initrd { - description = "Initrd"; - data = /incbin/("core-image-minimal-nitrogen8m.ext2.gz"); - type = "ramdisk"; - arch = "riscv64"; - os = "linux"; - compression = "none"; - hash { - algo = "sha1"; - }; }; }; @@ -53,7 +38,6 @@ default = "standard"; standard { description = "Standard Boot"; - description = "U-Boot FIT"; firmware = "opensbi"; loadables = "uboot"; };