03-27-2019, 03:17 PM
(03-27-2019, 02:11 PM)bergera Wrote: thanks for the image!
I don't mind editing via serial, so if you have info on that please pass it along as well
connect to GPIO over serial:
https://forum.pine64.org/showthread.php?tid=7285
go to /boot/dtbs/allwinner and convert the baseboard DTB with:
dtc -I dtb -O dts -o <temp name>.dts <whatever the prefix>-sopine-baseboard.dtb
under "ethernet@1c30000 {" in the list before "mdio" add the line:
Code:
allwinner,tx-delay-ps = <500>;
allwinner,rx-delay-ps = <500>;
then covert back with:
dtc -I dts -O dtb -o <whatever the prefix>-sopine-baseboard.dtb <temp name>.dts