Open aidanwhelan opened 2 years ago
We face the same problem that the TO described. Would greatly appreciate any support!
Facing the same issue with the latest beta branch:
Setting up avt-nvidia-l4t-kernel-headers (5.10.65-tegra-34.1.1-5.0.1~beta1~gb0feb54753) ...
Setting up avt-nvidia-l4t-bootloader (34.1.1-5.0.1~beta1~gb0feb54753) ...
^[[ATraceback (most recent call last):
File "/var/lib/dpkg/info/avt-nvidia-l4t-bootloader.config", line 288, in <module>
main()
File "/var/lib/dpkg/info/avt-nvidia-l4t-bootloader.config", line 283, in main
active_board.update_active_configuration(i)
File "/var/lib/dpkg/info/avt-nvidia-l4t-bootloader.config", line 146, in update_active_configuration
shutil.copyfile('/boot/%s' % new_config.dtb, '/boot/kernel_%s' % new_config.dtb)
File "/usr/lib/python3.8/shutil.py", line 264, in copyfile
with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst:
FileNotFoundError: [Errno 2] No such file or directory: '/boot/tegra194-p3668-0001-p3509-0000-avt.dtb'
dpkg: error processing package avt-nvidia-l4t-bootloader (--configure):
installed avt-nvidia-l4t-bootloader package post-installation script subprocess returned error exit status 1
Setting up avt-nvidia-l4t-kernel-dtbs (5.10.65-tegra-34.1.1-5.0.1~beta1~gb0feb54753) ...
Processing triggers for avt-nvidia-l4t-kernel (5.10.65-tegra-34.1.1-5.0.1~beta1~gb0feb54753) ...
Errors were encountered while processing:
avt-nvidia-l4t-bootloader
E: Sub-process /usr/bin/dpkg returned an error code (1)
I found the error. The hardware/nvidia/platform/t19x/jakku/kernel-dts/Makefile
is missing one line:
dtb-$(BUILD_ENABLE) += tegra194-p3668-0001-p3509-0000-avt.dtb
I'm hoping to use the newly-released 4.0.0 driver on my Jetson Nano Production Module running JetPack 4.6.1 and L4T version 32.7.1, however running the installation script from the precompiled tarball gives the following output:
At a glance, it seems like there is some issue with the bootloader.config file, though I'm not sure how to interpret this. I have used a prior release of the Allied Vision camera drivers (version 2.0.0) on this same device, running JetPack 4.5.1, and I have not seen this before.
Any insights or assistance in installing this latest release for JetPack 4.6.1 would be greatly appreciated.