
7 Jul
2023
7 Jul
'23
4:20 p.m.
On Fri, Jul 07, 2023 at 10:54:00AM -0300, Fabio Estevam wrote:
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.
That didn't work. I still had to enable with "gpio set pd6". Also, when it gets to the kernel, ethernet shuts down. I also don't see the device in my router, so I believe even though eth0 is up, something may not be working yet.
then dhcp command works :). However, it doesn't get an IP and with static IP pinging doesn't work.