pythops / jetson-image

Create minimalist, Ubuntu based images for the Nvidia jetson boards

Home Page:https://pythops.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Network problems

mathiasn96 opened this issue · comments

Hi, I have followed the guide and created an Image.
My board is a Nano 4GB B01.

Mange to get tty access, but I'm struggling to get the Ethernet interface to work. There are no light activity when the cable is plugged in.

Do you have any advice?

Thank you in advance!

commented

Try to identify the Ethernet interface with this command

$ ip a

Let's assume it's eth0, Then try to get an IP with this comman

$ sudo dhclient eth0

If it does not work, then check your router DHCP configuration