📌 Device Info
- Device: Jetson Nano 4GB
- OS: JetPack 4.5 (L4T R32.5.0), flashed via SD card image
- Display: OLED panel (usually shows IP at boot)
- Network: Wi-Fi was previously configured and connected successfully
⚙️ Installation Process
- Successfully flashed JetPack 4.5 to SD card — system booted normally, OLED panel worked.
- Installed Docker (using standard Jetson installation instructionshttps://jetbot.org/master/software_setup/docker.html).
- Installed ROS2 (foxy).
- After reboot:
- OLED panel is blank
- Wi-Fi is no longer auto-connecting
🐞 What I’ve tried so far
- Swapped SD card back to an older one (without Docker/ROS2) → boots normally → likely not hardware-related.
- Checked SD card insertion — secure, but no display or network.
- Attempted to manually remove Docker containers via external Linux machine (mounting the SD card) → no success.
- Tried disabling auto-start Docker container with:
sudo docker update --restart=no jetbot_display
→ but the system never gets far enough to apply it.