07-27-2018, 11:41 AM
http://files.pine64.org/doc/rock64/ROCK6..._Board.pdf
If someone created it according to the circuit diagram above and it worked, please report it.
Initially, this circuit diagram itself would be wrong.
Because, it became to work after adding a terminating resistor.
If someone created it according to the circuit diagram above and it worked, please report it.
Initially, this circuit diagram itself would be wrong.
Because, it became to work after adding a terminating resistor.
Code:
# ifconfig -a
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.236 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::90bc:baff:fec6:deac prefixlen 64 scopeid 0x20<link>
ether 92:bc:ba:c6:de:ac txqueuelen 1000 (Ethernet)
RX packets 255001 bytes 385956568 (385.9 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 11313 bytes 748006 (748.0 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 42
eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.237 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::90bc:baff:fec6:decc prefixlen 64 scopeid 0x20<link>
ether 92:bc:ba:c6:de:cc txqueuelen 1000 (Ethernet)
RX packets 509955 bytes 771910406 (771.9 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 163912 bytes 10998013 (10.9 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 43
...