Hardware Platform: DRIVE AGX Pegasus™ Developer Kit
Software Version: DRIVE Software 10
Host Machine Version: Ubuntu 18.04
SDK Manager Version: 1.1.0.6343
Hello,
we are trying to record camera data for further development, but we are having issues with the recorder, because it does not recognize the camera and the SSD.
We verified that the sensor is collecting data with sample_camera_gmsl. Everything works fine here.
The SSD is connected to eSATA port 0. On Tegra B, one can see that the SSD is connected correctly, when the command lsblk is executed:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 465.8G 0 disk
└─sda1 8:1 0 465.8G 0 part /mnt/SSD1
mtdblock0 31:0 0 64M 0 disk
mtdblock1 31:1 0 512K 0 disk
mtdblock2 31:2 0 256K 0 disk
mtdblock3 31:3 0 512K 0 disk
mtdblock4 31:4 0 16M 0 disk
mmcblk0 179:0 0 7.3G 0 disk
mmcblk0boot0 179:32 0 8M 1 disk
mmcblk0boot1 179:64 0 8M 1 disk
mmcblk0rpmb 179:96 0 4M 0 disk
vblkdev0 253:0 0 30G 0 disk
└─vblkdev0p1 253:1 0 30G 0 part /
vblkdev1 253:16 0 71.7G 0 disk
vblkdev2 253:32 0 4G 0 disk /storage
vblkdev3 253:48 0 160.4G 0 disk /ota/pkg_data
vblkdev4 253:64 0 52.1G 0 disk
However, when we start recorder-qtgui, both the camera and the SSD are not shown. How can this issue be resolved?
We would appreciate any help regarding this issue.
Thank you very much in advance!