Jump to content

Raspberry Pi HQ camera IMX477 Linux driver for Jetson: Difference between revisions

m (Fix DTB info box title copied from other section with wrong description.)
Line 499: Line 499:
KERNEL_MODULES=$JETPACK_DIR/JetPack_[JETPACK_VERSION]_Linux_JETSON_[PLATFORM]_DEVKIT/Linux_for_Tegra/modules/lib/modules/4.9.140
KERNEL_MODULES=$JETPACK_DIR/JetPack_[JETPACK_VERSION]_Linux_JETSON_[PLATFORM]_DEVKIT/Linux_for_Tegra/modules/lib/modules/4.9.140
cd $KERNEL_MODULES
cd $KERNEL_MODULES
scp -r ../4.9.140/ <nvidia-nx-user>@<nvidia-nx-ip>:/tmp/
# use rsync instead of scp to avoid symlink recursion problems
rsync --progress -avhe ssh ../4.9.140 <nvidia-nx-user>@<nvidia-nx-ip>:/tmp/
</pre>
</pre>


23

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.