
7 Jul
2023
7 Jul
'23
3:54 p.m.
On Fri, Jul 7, 2023 at 10:46 AM Anne Macedo retpolanne@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.