
Hi Anne,
On Tue, 2023-07-04 at 23:22 +0000, Anne Macedo wrote:
Hey!
I'm trying to bake Linux images for the Orange Pi One Plus using Yocto. Everything works fine, except for Ethernet.
On the u-boot prompt:
=> dhcp No ethernet found.
After adding:
CONFIG_SPL_SPI_SUNXI=y CONFIG_SUN8I_EMAC=y
to configs/orangepi_one_plus_defconfig, I started seeing this error:
=> dhcp sun8i_emac_eth_start: Timeout
Can you attempt to change the TF-A target from sun50i_h6 to sun50i_h6_no_pmic?
This at least seems to have been the fix accepted into the Debian packaging for the Orange Pi One Plus.
I have one around somewhere, I could hook it up and do some more investigation if that doesn't help you.
(PS: We should probably update the U-Boot documentation if that suggestion does work.)
I saw this other bug report but I couldn't really understand what has been made to fix this issue [1].
More context here [2].
[1] https://lists.denx.de/pipermail/u-boot/2021-June/451357.html [2] https://github.com/linux-sunxi/meta-sunxi/issues/387
Regards, Anne
Cheers!
Chris