Dear community,
I'm trying to build Armbian for radxa E25.
I'm using the repository provided in this merge request:
https://github.com/armbian/build/pull/4718
So I pulled https://github.com/krachlatte/radxa-e25 and launched compilation using ./compile.sh BOARD=radxa-e25 RELEASE=jammy BRANCH=edge KERNEL_ONLY=yes
But compilation failed with:
OBJCOPY u-boot-nodtb.bin
start=$(ccache aarch64-none-linux-gnu-nm u-boot | grep __rel_dyn_start | cut -f 1 -d ' '); end=$(ccache aarch64-none-linux-gnu-nm u-boot | grep __rel_dyn_end | cut -f 1 -d ' '); tools/relocate-rela u-boot-nodtb.bin 0x00a00000 $start $end
./"arch/arm/mach-rockchip/make_fit_atf.sh" \
arch/arm/dts/rk3568-radxa-e25.dtb > u-boot.its
MKIMAGE u-boot.itb
[ error ] ERROR in function compile_uboot [ functions/cli/cli-entrypoint.sh:109 -> functions/main/build-tasks.sh:278 -> functions/main/build-tasks.sh:145 -> functions/compilation/uboot.sh:131 -> functions/logging/traps.sh:0 ]
[ error ] U-boot compilation failed
Does anybody has some recommandations about how to get through this ?
Thanks for your help