Jump to content

Compiling Jetson TX1/TX2 source code: Difference between revisions

Line 594: Line 594:


For NFS you need to use the -N option
For NFS you need to use the -N option
=== Flash kernel ===
To flash your kernel you just need to copy it to /boot in your filesystem. The old method to flash it in the LNX partition (./flash.sh -k LNX <target_board> mmcblk1p1) is NOT longer used
<pre>
cp $DEVDIR/zImage $DEVDIR/zImage $DEVDIR/TX1/Linux_for_Tegra_tx1/rootfs/boot/
</pre>
if you are not booting from NFS then you need to reflash your filesysm in order to update the kernel. However, likely you did some changes in the kernel modules so it is recommended to run the apply_binaries.sh script instead of only copying the kernel images.
<pre>
cd $DEVDIR/TX1/Linux_for_Tegra_tx1/
sudo ./apply_binaries.sh
</pre>
then flash your filesystem again.
However, since you mig


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