I just installed a fresh Jetpack 6 (R36.3.0). I am finding an error running a simple
$ sudo apt update
$ sudo apt upgrade
update sequence. I get the following error.
Preparing to unpack .../5-nvidia-l4t-core_36.3.0-20240719161631_arm64.deb ...
WARNING: rootfs A/B is enabled, can not update using Debian OTA, quit.
dpkg: error processing archive /tmp/apt-dpkg-install-nRhRdD/5-nvidia-l4t-core_36.3.0-20240719161631_arm64.deb (--unpack):
new nvidia-l4t-core package pre-installation script subprocess returned error exit status 1
Errors were encountered while processing:
/tmp/apt-dpkg-install-nRhRdD/5-nvidia-l4t-core_36.3.0-20240719161631_arm64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
I don’t really see documentation for how regular OS update should be done otherwise. Is this expected behavior? What is the intended steps to update my packages? I found the following from Ridge Run. Debian OTA Update with Root Filesystem Redundancy Enabled which just show the above commands.
Help appreciated.
Thanks