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