Jetson Orin Nano broken USB C port

Hello,

I accidentally tore off the USB C port on the Jetson Orin Nano development board. Is there any way I can get it repaired, or submit an RMA request? It’s not essential for our purposes of using the Jetson but it would be nice to log into the Jetson headless over the USB C port.

All we use is ssh to communicate with the boards.

1 Like

Hello @potatausn,

You can also use the Ethernet connection to communicate with the board using ssh.

With this approach you actually have a couple of options:

  1. You can connect the board and your computer to the same network. Then, if you have access to the router or the hotspot putting out the network, you can look for the IP address assigned to the board there. In the case you don’t have access to the router or the hotspot configuration, you can use something like nmap to find the ip address assigned to the board.

  2. You can connect the board straight to your computer using an Ethernet cable. Then you can configure your linux computer to share wifi over ethernet. From there, you can find the ip address assigned to the board.

Do you think any of those options work for you ?

best regards,
Andrew
Embedded Software Engineer at ProventusNova

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.