[bug report] sunxi: H6: no ethernet on Orange Pi One Plus

Fabio Estevam festevam at gmail.com
Fri Jul 7 15:54:00 CEST 2023


On Fri, Jul 7, 2023 at 10:46 AM Anne Macedo <retpolanne at posteo.net> wrote:

> On u-boot shell:
>
> gpio set pd6

Good point. You should pass the following options:

CONFIG_DM_REGULATOR=y
CONFIG_DM_REGULATOR_FIXED=y

so that the GPIO3_6 turns on by default and then you would not need to
run the "gpio set pd6" command.

> then dhcp command works :). However, it doesn't get an IP and with
> static IP pinging doesn't work.


More information about the U-Boot mailing list