Jetson Nano 4GB - B01 (2 camera ports)
Power via barrel plug and jumper is set
SD card flashed from another Ubuntu machine. (461)
After a while I finally got to a point where it takes me through the initial set-up.
To get here I plugged in a USB-debugger onto the serial interface facing sideways under the SD-card slot.
Connected using minicom from my Ubuntu machine. A promt asked me finish the set-up using the USB connection.
So plugged in a micro-USB and configured minicom to use /dev/ttyACM0
All easy so far., just took a while to get here. Then the usual setup, until I was able to log-in.
sudo apt update
sudo apt upgrade.
This is where it started with the issues, that I just can’t solve.
I had the issue a few days ago and haven’t been able to solve it so far and feel I have spent enough time fiddling with this.
The issue seems to be with the package “nvidia-l4t-kernel”
however, I’m unable to remove the package from the apt list, once I ran
sudo apt update.
And from there I can only
sudo apt upgrade, but that constantly fails with the below error trace:
Preparing to unpack .../7-nvidia-l4t-kernel_4.9.299-tegra-32.7.3-20221122092935_arm64.deb ...
Unpacking nvidia-l4t-kernel (4.9.299-tegra-32.7.3-20221122092935) ...
Setting up nvidia-l4t-tools (32.7.3-20221122092935) ...
Setting up nvidia-l4t-kernel (4.9.299-tegra-32.7.3-20221122092935) ...
Using the existing boot entry 'primary'
3448-300-0000--1--jetson-nano-devkit-
Setting up nvidia-l4t-jetson-io (32.7.3-20221122092935) ...
Setting up nvidia-l4t-kernel-dtbs (4.9.299-tegra-32.7.3-20221122092935) ...
Setting up nvidia-l4t-bootloader (32.7.3-20221122092935) ...
3448-300-0000--1--jetson-nano-devkit-
Starting bootloader post-install procedure.
ERROR. Procedure for bootloader update FAILED.
Cannot install package. Exiting...
dpkg: error processing package nvidia-l4t-bootloader (--configure):
installed nvidia-l4t-bootloader package post-installation script subprocess returned error exit status 1
Setting up nvidia-l4t-xusb-firmware (32.7.3-20221122092935) ...
3448-300-0000--1--jetson-nano-devkit-
Starting xusb firmware post-install procedure.
ERROR. Procedure for xusb firmware update FAILED.
Cannot install package. Exiting...
dpkg: error processing package nvidia-l4t-xusb-firmware (--configure):
installed nvidia-l4t-xusb-firmware package post-installation s+-----------------------------+ exit status 1
dpkg: dependency problems prevent configuration of nvidia-l4t-i| |
nvidia-l4t-initrd depends on nvidia-l4t-xusb-firmware (= 32.7.| Cannot open /dev/ttyACM0! |
Package nvidia-l4t-xusb-firmware is not configured yet. | |
+-----------------------------+
dpkg: error processing package nvidia-l4t-initrd (--configure):
dependency problems - leaving unconfigured
Setting up nvidia-l4t-kernel-headers (4.9.299-tegra-32.7.3-20221122092935) ...
No apport report written because the error message indicates its a followup error from a previous failure.
Processing triggers for nvidia-l4t-kernel (4.9.29.
Errors were encountered while processing:
nvidia-l4t-bootloader
nvidia-l4t-xusb-firmware
nvidia-l4t-initrd
E: Sub-process /usr/bin/dpkg returned an error code (1)