radxa-repo / bsp

Radxa BSP Build Tool
https://radxa-repo.github.io/bsp/
GNU General Public License v3.0
32 stars 44 forks source link

not possible to build latest radxa-e25 #30

Closed krachlatte closed 1 year ago

krachlatte commented 1 year ago

Patches go wrong

Applying: arm64: dts: rockchip: enable tsadc for ROCK 4C+ Checking patch arch/arm64/boot/dts/rockchip/rk3399-rock-4c-plus.dts... Applied patch arch/arm64/boot/dts/rockchip/rk3399-rock-4c-plus.dts cleanly. Applying: arm64: dts: rockchip: Add rk3566 based Radxa Compute Module 3 Checking patch arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3.dtsi... Applied patch arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3.dtsi cleanly. Applying: arm64: dts: rockchip: Add Radxa Compute Module 3 IO board Checking patch arch/arm64/boot/dts/rockchip/Makefile... error: while searching for: dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3566-pinenote-v1.2.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3566-quartz64-a.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3566-quartz64-b.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3566-roc-pc.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3566-soquartz-blade.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3566-soquartz-cm4.dtb

error: patch failed: arch/arm64/boot/dts/rockchip/Makefile:74 Checking patch arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts... Applying patch arch/arm64/boot/dts/rockchip/Makefile with 1 reject... Rejected hunk #1. Applied patch arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts cleanly. Patch failed at 0003 arm64: dts: rockchip: Add Radxa Compute Module 3 IO board hint: Use 'git am --show-current-patch=diff' to see the failed patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort".

RadxaNaoki commented 1 year ago

please run

cd bsp
git submodule init
git submodule update

then, run

./bsp linux latest

krachlatte commented 1 year ago

many thanks for your help works now

krachlatte commented 1 year ago

thanks