- Log in to your Jetson TK1
- Download NVIDIA Tegra Linux Driver Package and extract it
$ wget http://developer.download.nvidia.com/mobile/tegra/l4t/r21.1.0/Tegra124_Linux_R21.1.0_armhf.tbz2
$ sudo tar -vxjf Tegra124_Linux_R21.1.0_armhf.tbz2
- Change directory and run the script
$ cd Linux_for_Tegra
$ sudo ./apply_binaries.sh -r /
If the apply_binaries.sh script installs the binaries correctly, the last message output from the script is "Success!".
- Check driver files
$ sha1sum -c /etc/nv_tegra_release
Next step is updating kernel.
- Login to your host PC
- Download NVIDIA Tegra Linux Driver Package and extract it in host PC
$ wget http://developer.download.nvidia.com/mobile/tegra/l4t/r21.1.0/Tegra124_Linux_R21.1.0_armhf.tbz2
sudo tar -vxjf Tegra124_Linux_R21.1.0_armhf.tbz2
- Change directory to "Linux_for_Tegra"
$ cd Linux_for_Tegra
- Connect Jetson TK1 to host PC and boot Jetson TK1 in recovery mode
- Flash kernel
Execute following command in host PC.
If you installed OS in internal storage:
$ sudo ./flash.sh -k 6 jetson-tk1 mmcblk0p1
If you installed OS in external storage:(Not tested)
$ sudo ./flash.sh jetson-tk1 <rootdev>
If target storage is
USB or SATA: <rootdev> = sda1
SD card: <rootdev> = mmcblk1p1
- Reset Jetson TK1
- Login to Jetson TK and check kernel version
$ uname -a