OE4T / tegra-demo-distro

Reference/demonstration distro for meta-tegra
MIT License
73 stars 74 forks source link

what is ip address for ethernet port in devkit? #239

Closed ymkim92 closed 1 year ago

ymkim92 commented 1 year ago

I have built a image for the Jetson Xavier NX with the following commands:

$ . ./setup-env --machine jetson-xavier-nx-devkit
$ bitbake demo-image-base

What is the default IP address for the Ethernet port?

dwalkes commented 1 year ago

It should attempt to get an IP address with DHCP. Assuming you are on a network which can handle local lookup you can probably ping the machine name and it will respond.

ymkim92 commented 1 year ago

Thanks for the answer. Actually I connected a monitor and keyboard to the board and manually configured the IP address.