We are using Ubuntu 22.04 and we installed Jetpack 6.2. But when we searched the forum we found content about this camera needing Jetpack 5.1.1 But when we want to install 5.1.1 it is not displayed in SDK Manager. How can we use this camera?
Should have a checkbox to load older JP version.
Thanks
You can download the JP5.1.1 from below link to manually flash it.
Is there a guide we can follow for manual flashing?
Hello @asuheylozmen0
Please take a look at the following wiki instructions NVIDIA Jetson Orin Nano - Cmd Flash
I hope this helps!
Regards!
Eduardo Salazar
Embedded SW Engineer at RidgeRun
Contact us: support@ridgerun.com
Developers wiki: https://developer.ridgerun.com/
Website: www.ridgerun.com
Follow below doc for it.
We wanted to follow this tutorial and set up the camera. But when we changed this field, the image with hdmi went away.
TIMEOUT 30
DEFAULT Develop
MENU TITLE L4T boot options
LABEL primary
MENU LABEL primary kernel
LINUX /boot/Image
FDT /boot/dtb/kernel_tegra234-p3767-0003-p3768-0000-a0.dtb
INITRD /boot/initrd
APPEND ${cbootargs} root=PARTUUID=77f45bd2-b473-4f54-8ff7-4ba0edc48af8 rw rootwait rootfstype=ext4 mminit_loglevel=4 console=ttyTCU0,115200 console=ttyAMA0,115200 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 nv-auto-config
In addition, when we manually install and close it, we cannot connect the screen with HDMI. The screen does not appear. Is the camera not installed with Jetpack 6.2?
Hello @asuheylozmen0
Are you trying to capture using JetPack 6 or JetPack 5.1.1
No, this camera does not have support in any JetPack out of the box. However, we created the instructions that you shared so the users can compile, load the camera driver and capture using the camera.
Regards!
After installing Jetpack, will we install the camera driver on the Jetson or on the laptop where we installed the Jetpack?
You will install the camera driver on the Jetson.
If you follow the wiki and choose Option B, you will cross-compile the driver on your host machine (laptop), but in both cases, Option A and B, the installation of the driver is on the Jetson.
Regards,
David Monge
Embedded SW Engineer at RidgeRun
I was hoping you could shed some light on this process, specifically: why is it done this way?
I have read the complex back-n-forth process of loading patches, cross-compiling, loading, and praying it all works…
But what is it about these devices or the Orin that requires each user to compile their own version of the driver? If I have multiple Orins, can I do the build process once and flash it to all of them? If so, then why does RidgeRun not distribute a pre-built binary? Is it due to licensing restrictions or something?
Really looking to understand this platform better. In all honesty, we are already having doubts about developing on the Orin due to these complexities.
Thanks in advance.