lanefu changed the topic of #armbian-rockchip to: Armbian - Linux for ARM development boards | Rockchip SoC | www.armbian.com | This channel is relayed to the equivalent Discord channel | this channel is logged
<DC-IRC>
[Discord] <hjares> Failed to fetch ... /noble/main/binary-arm64/Packages.
<DC-IRC>
[Discord] <t1msu_87222> Can I easily switch to open source Arm Trusted Firmware with some parameter? Why is the open source one not used by default?
<DC-IRC>
[Discord] <microlinux> For which sbc?
<DC-IRC>
[Discord] <microlinux> If an rk3399, just edit the board config file based on rockpro64, let say.
<DC-IRC>
[Discord] <t1msu_87222> For cm3588.
<DC-IRC>
[Discord] <t1msu_87222> I changed the BOOT_SCENARIO to "tpl-blob-atf-mainline" and updated to a newer ATF.
<DC-IRC>
[Discord] <t1msu_87222> When compiling I get the following error:
<DC-IRC>
[Discord] <t1msu_87222> And it is required for the newest collabora patches
<DC-IRC>
[Discord] <t1msu_87222> It seems that the `make` call for ATF gets expanded to `CCACHE_BASEDIR=[...] PATH=[...] CFLAGS='-fdiagnostics-color=always -Wno-error=attributes -Wno-error=incompatible-pointer-types' TF_LDFLAGS='' make ENABLE_BACKTRACE=0 LOG_LEVEL=40 BUILD_STRING=armbian M0_CROSS_COMPILE=arm-linux-gnueabi- PLAT=rk3588 bl31 -j24 CROSS_COMPILE='ccache aarch64-linux-gnu-'`
<DC-IRC>
[Discord] <t1msu_87222> I think the `CROSS_COMPILE` Parameter should not contain `ccache` at the start