Skip to content

Commit beac847

Browse files
committed
jetson-nano: Update to L4T 32.7.6
Signed-off-by: Alexandru Costache <[email protected]>
1 parent e4d352f commit beac847

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jetson-nano/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)