We are pleased to announce JetPack 4.3 supporting Jetson AGX Xavier series, Jetson TX2 series, Jetson TX1, and Jetson Nano.
JetPack 4.3 key features include new versions of TensorRT and cuDNN, Docker support for CSI cameras, Xavier DLA, and Video Encoder from within containers, and a new Debian package server put in place to host all NVIDIA JetPack-L4T components for installation and future JetPack OTA updates.
Support for installation of JetPack components via Debian package archives
JetPack components are provided as Debian packages via a public APT server hosted by NVIDIA, enabling easier upgrades of JetPack components to future versions. Previous versions of JetPack need to be re-flashed to JetPack 4.3, after which the APT server can be used.
Support for CSI, DLA, and Video Encoder from within containers
On all Jetson products: Camera Serial Interface (CSI) and NVENC are now supported from within containers.
On Jetson AGX Xavier series only: NVIDIA Deep Learning Accelerator (DLA) engines are now supported from within containers.
Support for DeepStream 4.0.2
Support for ISAAC SDK version 2019.3
New easy to use Jetson-IO tool to configure 40-pin header on Jetson developer kits
Developer preview of VPI (Vision Programing Interface), a software library that provides Computer Vision and Image Processing algorithms implemented on Xavier Vision Accelerator, GPU and CPU.
GPU and CPU implementations are not optimized for performance in this preview release of VPI. A future release will bring performance optimized GPU and CPU implementations
Just tried it straight from the sdk. Figured I have had enough issues, what one more try. Worked great thank you for fixing the bug. Now I have room to really use it for my project. Iâve already applied for the Jarvis sdk. Any idea on how long that takes to get approved for or is my previous approval to the Isaac sdk messing things up? I would gladly give up my Isaac access to be allowed into the Jarvis sdk. It fits my project better.
There are spi0.0 and spi1.0 in /dev directory by default in R32.3.1, but spi0.0 canât be tested by spidev_test tool as you can see in /dev/spi0.0 not work in l4t32.3.1.
Thanks
Can you provide some more details please? When you say is turned-off do you mean that the board powered-down or the tool did nothing?
Can you confirm what command you executed? Did you launch jetson-io from a terminal?
Per the documentation before running jetson-io for the first time you need to open a terminal execute the following command (this will be fixed in future releases).
$ sudo /opt/nvidia/jetson-io/config-by-pin.py
Traceback (most recent call last):
File â/opt/nvidia/jetson-io/config-by-pin.pyâ, line 51, in
main()
File â/opt/nvidia/jetson-io/config-by-pin.pyâ, line 34, in main
jetson = board.Board()
File â/opt/nvidia/jetson-io/Jetson/board.pyâ, line 149, in init
self.dtb = _board_get_dtb(self.compat, self.model, dtbdir)
File â/opt/nvidia/jetson-io/Jetson/board.pyâ, line 88, in _board_get_dtb
raise RuntimeError(âNo DTB found for %s!â % model)
RuntimeError: No DTB found for NVIDIA Jetson Nano Developer Kit!
You should have one dtb file under /boot/dtb/ which is the dtb file for the platform and then dtbs for all Jetson platforms under /boot/. Can you tell me what you see from the following comands âŠ
Thanks. Thatâs very odd. It appears that you have no dtb file under /boot/dtb. Can you confirm that you have no files there?
ls -l /boot/dtb/
I have flashed the released version of L4T r32.3.1 and I donât see this issue. I have a slightly older board version (A02), but that shouldnât matter.
Can you tell me exactly how you flashed the board? Or are you using the SD card image? Ah looking at the SD card image there is no /boot/dtb directory so that will be a problem if you are using this image. Please confirm. We will look into a fix for this.