File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ RUN apt-get update && apt-get install -y wget tar lbzip2 \
1313 gstreamer1.0-plugins-bad \
1414 gstreamer1.0-plugins-ugly \
1515 gstreamer1.0-tools && \
16- wget https://developer.nvidia.com/downloads/remetpack-463r32releasev73t210jetson-210linur3273aarch64tbz2 -O jetson-210_linux_r32.7.3_aarch64 .tbz2 && \
17- tar xf jetson-210_linux_r32.7.3_aarch64 .tbz2 && \
16+ wget https://developer.nvidia.com/downloads/embedded/l4t/r32_release_v7.6/t210/ jetson-210_linux_r32.7.6_aarch64 .tbz2 && \
17+ tar xf jetson-210_linux_r32.7.6_aarch64 .tbz2 && \
1818 cd Linux_for_Tegra && \
1919 sed -i 's/config.tbz2\" /config.tbz2\" --exclude=etc\/ hosts --exclude=etc\/ hostname/g' apply_binaries.sh && \
2020 sed -i 's/install --owner=root --group=root \" ${QEMU_BIN}\" \" ${L4T_ROOTFS_DIR}\/ usr\/ bin\/\" /#install --owner=root --group=root \" ${QEMU_BIN}\" \" ${L4T_ROOTFS_DIR}\/ usr\/ bin\/\" /g' nv_tegra/nv-apply-debs.sh && \
2121 sed -i 's/chroot . \/ / /g' nv_tegra/nv-apply-debs.sh && \
2222 ./apply_binaries.sh -r / --target-overlay && cd .. \
23- rm -rf jetson-210_linux_r32.7.3_aarch64 .tbz2 && \
23+ rm -rf jetson-210_linux_r32.7.6_aarch64 .tbz2 && \
2424 rm -rf Linux_for_Tegra && \
2525 echo "/usr/lib/aarch64-linux-gnu/tegra" > /etc/ld.so.conf.d/nvidia-tegra.conf && ldconfig
2626
You can’t perform that action at this time.
0 commit comments