Problem Description:
After flashing the NVIDIA Jetson Orion Nano Developer Kit with minimal RootFS, I’m experiencing persistent network connectivity issues. Here are the specific details:
Initial State:
- Device flashed with minimal RootFS
- Ethernet Cable is connected for SSH access after the flashing
- No network connectivity established
Troubleshooting Steps Taken:
- Connected via UART using TTL to USB converter
- Executed
sudo dhclient eth0
- Network connectivity temporarily established
- After system restart, connectivity lost again
Additional Information:
- Issue only occurs with minimal RootFS flash
- Network functions properly when flashed via NVIDIA SDK Manager
- SSH access fails without manual DHCP client activation
Question:
- What causes the network configuration to fail persistence after minimal RootFS flash?
- How can I establish permanent network connectivity that persists across system reboots?
- Is there a way to incorporate the necessary network configuration during the flashing process?