PINE64
4 Uarts and 2 Ethernet possiblities - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85)
+--- Forum: General Discussion on ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=86)
+--- Thread: 4 Uarts and 2 Ethernet possiblities (/showthread.php?tid=7349)

Pages: 1 2


RE: 4 Uarts and 2 Ethernet possiblities - Millim - 08-10-2020

(04-05-2019, 08:54 AM)martinayotte Wrote:
(04-04-2019, 08:17 PM)gops Wrote: Thank you, Is one UART design followed due to Raspberry PI compatible pins? 
As many RPI2 styled interfaces provides 1 or 2 UARTs.

Non necessarily ... There is a second UART, the UART4 available on pins 19/21, but it is shared with SPI pins.
It is better to use those SPI pins for attaching the SC16IS752 chips ...
Hi, I just obtained my first Rock64, may i know how to enable SPI pin with SC16IS752 step by step in Linux?
TQ


RE: 4 Uarts and 2 Ethernet possiblities - martinayotte - 08-14-2020

You will need to compile your own kernel since most of them don't provide SC16IS752.
You will also need to add device tree SC16IS752 node inside SPI node.


RE: 4 Uarts and 2 Ethernet possiblities - giuseppe - 11-11-2020

(04-05-2019, 09:58 AM)LMM Wrote:
(04-04-2019, 12:20 PM)gops Wrote: 2. 2 ethernet(s) [100 Mbps is fine], one natively available, what is the best option to add second one?

Concerning a second NIC, I use a USB 3 Gigabit Ethernet adapter, it works quite well. To configure it, one needs to add a yaml file in /etc/netplan (in ubuntu)
LMM.

Hi LMM, sorry to resume an old post Smile What adapter do you use? I want to buy one for my Rock64 but I don't know if every USB3 to Ethernet adapter is the same or only some work with Rock64 (with Armbian in my case). Many thanks!


RE: 4 Uarts and 2 Ethernet possiblities - LMM - 11-13-2020

(11-11-2020, 05:43 PM)giuseppe Wrote:
(04-05-2019, 09:58 AM)LMM Wrote:
(04-04-2019, 12:20 PM)gops Wrote: 2. 2 ethernet(s) [100 Mbps is fine], one natively available, what is the best option to add second one?

Concerning a second NIC, I use a USB 3 Gigabit Ethernet adapter, it works quite well. To configure it, one needs to add a yaml file in /etc/netplan (in ubuntu)
LMM.

Hi LMM, sorry to resume an old post Smile What adapter do you use? I want to buy one for my Rock64 but I don't know if every USB3 to Ethernet adapter is the same or only some work with Rock64 (with Armbian in my case). Many thanks!

Hi, I suppose that all are compatible. I use this one (french amazon - german store) :
https://www.amazon.fr/CSL-Adaptateur-Gigabit-Ethernet-Supporte/dp/B074TSY3BC

LMM.