I seem to be missing: /home/nvidia/drive-t186ref-linux on target but I do have it on my host machine.
Thank you.
Please provide the following info: Software Version
DRIVE OS Linux 5.2.0
DRIVE OS Linux 5.2.0 and DriveWorks 3.5
NVIDIA DRIVE™ Software 10.0 (Linux)
NVIDIA DRIVE™ Software 9.0 (Linux)
other DRIVE OS version
other
I just checked that my setup has no the problem.
Did you install/flash DRIVE OS 5.2.0 with SDK manager and your NVIDIA Developer account? Could you try to flash it again? Thanks.
I re-flashed with DRIVE OS 5.2.0 with the same result. Should /home/nvidia/drive-t186ref-linux be on the target after this step? Or after installing Driveworks?
~/nvidia/nvidia_sdk/DRIVE_OS_5.2.0_SDK_Linux_OS_DDPX/DRIVEOS/drive-t186ref-linux/targetfs/home/nvidia/ is empty. No I did not select OpenDDS during installation… Should I?
===============================================================================
Disclaimer: CopyTargetv1.3 and earlier versions including this BASH script will be deprecated in DriveOS 6.0 release.
CopyTargetv1.4 and subsequent versions, which are Python and YAML format will supersede this script.
cat: /home/nvidia/drive-t186ref-linux/etc/passwd: No such file or directory
cat: /home/nvidia/drive-t186ref-linux/etc/passwd: No such file or directory
It is required to select flashing the board in sdkmanager to setup cross compiling setup on host. Then you will be able to see drive-t186ref-linux folder on host. Installing just on host does not install the required cross compilation setup.
Right, I did select flashing the board. Just unsure the correct way to transfer to the target (I tried with the ‘copytarget-samples’ script unsuccessfully). But can certainly just use scp.
I ran the command and then flash again with SDK Manager. It will be on the target system.
But you can just directly scp cross compiled binaries to target system.
After running the command, binaries will be part of the root file system and then be flashed onto the target.
But I would suggest you to just ignore the command and use “scp”. Thanks.