Package: u-boot-sunxi Version: 2023.07~rc4+dfsg-1 Severity: normal Tags: patch
Hi Vagrant, Following on from #1032395, please could you change the build of TF-A used by the Orange Pi One Plus from sun50i_h6 to sun50i_h6_no_pmic? That should fix Ethernet on this board. I've attached a suggested patch. Thanks very much, Harold.
diff --git a/debian/targets.mk b/debian/targets.mk index 1c7b5b2f9d..8ef27133d7 100644 --- a/debian/targets.mk +++ b/debian/targets.mk @@ -171,7 +171,7 @@ ifeq (${DEB_HOST_ARCH},arm64) # harr...@gmx.ph u-boot-sunxi_platforms += orangepi_one_plus - orangepi_one_plus_assigns := BL31=/usr/lib/arm-trusted-firmware/sun50i_h6/bl31.bin + orangepi_one_plus_assigns := BL31=/usr/lib/arm-trusted-firmware/sun50i_h6_no_pmic/bl31.bin orangepi_one_plus_targets := arch/arm/dts/sun50i-h6-orangepi-one-plus.dtb \ spl/sunxi-spl.bin u-boot-nodtb.bin u-boot-sunxi-with-spl.fit.itb \ u-boot.bin uboot.elf