SDK Manager Problems

When I try to use SDK Manager,I always meet the problem blow:
15:45:10 ERROR : CUDA Toolkit for L4T : command scp -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no /tmp/tmp_NV_L4T_CUDA_TARGET_POST_INSTALL_COMP.sh pathfinder@192.168.0.103:~; ssh -t -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no pathfinder@192.168.0.103 “~/tmp_NV_L4T_CUDA_TARGET_POST_INSTALL_COMP.sh && rm -f ~/tmp_NV_L4T_CUDA_TARGET_POST_INSTALL_COMP.sh” finished with error
15:45:10 INFO : CUDA Toolkit for L4T :
15:45:10 ERROR : CUDA Toolkit for L4T : command terminated with error
What can I do for this?
[file:///home/zhy/Downloads/nvidia/sdkm_downloads/SDKM_logs_2019-08-24_15-47-01.zip

SDKM_logs_2019-08-24_15-47-01.zip (350 KB)

Hi 484866410,

From the log, I can see following error:
2019-08-24 15:45:10.007 - info: cuda-toolkit-10-0 : Depends: cuda-samples-10-0 (>= 10.0.326) but it is not going to be installed
2019-08-24 15:45:10.008 - info: Depends: cuda-documentation-10-0 (>= 10.0.326) but it is not going to be installed
2019-08-24 15:45:10.075 - info: E: Unable to correct problems, you have held broken packages.
2019-08-24 15:45:10.081 - info: Unhandled error when running sudo apt-get -y install cuda-toolkit-10-0

Did you flash device with the same version of JetPack before installing CUDA? Each version of JetPack is shipped with a bundle of compatible softwares. Target components, like CUDA, OpenCV, etc, shipped in JetPack version A, may be incompatible to L4T OS shipped in JetPack version B. To install target components on it, please make sure the L4T OS on target is compatible. If not sure, please flash Jetson device with the same version of JetPack.