Hi expters,
I download Jetson_Linux_r36.4.3_aarch64.tbz2 https://developer.nvidia.com/downloads/embedded/l4t/r36_release_v4.3/release/Jetson_Linux_r36.4.3_aarch64.tbz2
And then burn orin nx with below command
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -c tools/kernel_flash/flash_l4t_t234_nvme.xml -p “-c bootloader/generic/cfg/flash_t234_qspi.xml” --showlogs --network usb0 p3768-0000-p3767-0000-a0-nvme external
after board boots up, I run below command
gst-launch-1.0 nvarguscamerasrc
It reports
WARNING: erroneous pipeline: no element “nvarguscamerasrc”
BTW, I run nvgstcapture-1.0, it reports there is no this command
-bash: nvgstcapture-1.0: command not found
Could you please tell me how to fix this issue?
thanks,
LImneg
Install the below frameworks/tools/libraries and check:
sudo apt update
sudo apt install nvidia-jetpack
sudo apt install v4l-utils gstreamer1.0-tools
E: Unable to locate package nvidia-jetpack
Do I need to add something into source list?
thanks,
LImeng
You need to have internet connection to Jetson
sorry! I forgot to set a correct time.
now, it works.
Very appreciate.
BTW, is the jetson-io.py also in nvidia-jetpack?
thanks,
LImeng
1 Like
jetson-io should include in default system image instead of install jetpack.
1 Like