aassouad Posted March 14, 2023 Posted March 14, 2023 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 0 Quote
Werner Posted March 14, 2023 Posted March 14, 2023 Moved to off-topic due to 3rd party repository. Maybe @krachlatte can help 0 Quote
aassouad Posted April 5, 2023 Author Posted April 5, 2023 @krachlatte Maybe you have some insights ? THanks 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.