airvolute / dcs-deploy

GNU General Public License v3.0
1 stars 0 forks source link

ethernet interface #2

Closed B4njoS closed 1 year ago

B4njoS commented 1 year ago

Hey! I'm trying to install the dcs_deploy the way you wrote. I'm getting stuck when the boot is finished.. i can't run the script "after first boot" smooth and also cannot get any IP address (the lights are off when the jetson in on after boot, when I typing the commands " $ sudo ip link set down eth0 " " $sudo ip lonk set up eth0 " I can see the eth0 interface when typing " $ ifconfig " but I cannot get any IP addresses, also the light turn on after those commands.

eMrazSVK commented 1 year ago

Hello,

Could you please possibly re-flash the device and show the output after the very first boot after flashing? Please run this command and post the output here, thanks.

journalctl -u dcs_first_boot

It's not clear to me, what exactly you mean by saying:

i can't run the script "after first boot" smooth Are you trying to run the dcs_first_boot.sh manually?

And what "lights" are off? You mean the ones in ethernet connector?

To the ethernet issue - could you please describe more precisely what devices are connected to the DCS or what are you trying to achieve? Thank you, I'll be happy to assist.

B4njoS commented 1 year ago

Screenshot from 2023-07-24 03-43-46 WhatsApp Image 2023-07-24 at 10 54 09

Screenshot from 2023-07-24 03-50-11 Screenshot from 2023-07-24 03-50-29 Screenshot from 2023-07-24 03-51-22

B4njoS commented 1 year ago

Screenshot from 2023-07-24 03-56-33

eMrazSVK commented 1 year ago

Just try this command after boot and let me know, if it helps:

sudo ifconfig eth0 up

I tried this on freshly flashed Xavier and the Ethernet "LED's" were flashing just right, interface stayed up .

B4njoS commented 1 year ago

I did it but when I’m doing this command I don’t get any IP address (not a DHCP problem for sure)

B4njoS commented 1 year ago

I’ll try again and update you guys

B4njoS commented 1 year ago

it didn't worked, please let me check the DHCP again and I will update you guys soon, don't close the issue yet, tomorrow I'm going to make a fully check on the DHCP server, also I can't set a static IP address on the Jetson, you know why?

eMrazSVK commented 1 year ago

Hello, this might be an issue with root filesystem. You can try to checkout 3-add-maximized-rootfs-option-for-flashing branch and flash with:

python3 dcs_deploy.py flash xavier_nx 51 1.2 <emmc/nvme> full

See the last option full. This indicates root filesystem version. Now we have 2 options - minimal or full. What you have is minimal, so try with full. It might help.

B4njoS commented 1 year ago

Hello, I will try now and update you Thanks!

B4njoS commented 1 year ago

Hello! Screenshot from 2023-07-26 04-54-49

I have flahsed the nvidia jetson but when I'm trying to ssh to 192.168.55.1 for the first time I'm getting an error on my fingerprint. I have tried from root user and from local user, both doesn't work.

eMrazSVK commented 1 year ago

Just do what the output tells you to do after line remove with:

ssh-keygen ...

Just copy that line, run the command on your host computer and SSH into the device. This is a pretty standard, safe procedure to do.

B4njoS commented 1 year ago

Thank you for your help, much appreciate. Almost succeeded, just some installations like CUDA and docker.