Actually, I need to connect more than 1 ethernet to the jetson TX2.
I use a gige Camera, and I need to save the images directly in a windows computer (directly from the jetson´s RAM, in a c++ program). I will use ethernet connection for both.
I need an ethernet switch for that, with at least 4 ports. Is all ethernet switch work well for the jetson TX2 ? Which one do you advise ?
in my case, on carrier card ethernet related lines from jetson tx2 are connected to a switch present on carrier card. the switch is working fine, but the connection between jetson & switch is not establishing. ping fails when tried from jetson to pc through switch. in carrier card i don’t have an RJ45 connector to test directly from jetson to pc.
my question is that do we need to do anything in software to work around with switch ??
I mean’t to say ethernet switch. we have multi-boards, there is no rj45 since we have routed lines comming out of ethernet switch on carrier card to other boards instead of giving out to rj45 then connecting to other rj45 of other board.
Did you solve this problem? I also want to use multiple ethernet ports in Jetson Tx2. Is it simply working by using switch or did you face any complications?
It works perfectly using a switch.
Depends of your application, I advice you to connect a PCI ethernet, otherwise your bitrate will decrease.
PCI from intel work well, and the driver is already installed on the jetson TX2. Be carreful if you use a PCI with more than 2 ethernets connection. I don’t know if the jetson is powerful enough for more connections …