Jump to content

Compiling Jetson TX1/TX2 source code: Difference between revisions

Line 247: Line 247:
</pre>
</pre>


14) Run the applybinaries script to generate the image to flash
<pre>
cd $DEVDIR/TX1/Linux_for_Tegra_tx1/
./apply_binaries.sh
This script requires root privilege
dsoto@dsoto-pc:~/devdirs/tegra/r23.2-May21/TX1/Linux_for_Tegra_tx1$ sudo ./apply_binaries.sh
Using rootfs directory of: /home/dsoto/devdirs/tegra/r23.2-May21/TX1/Linux_for_Tegra_tx1/rootfs
Extracting the NVIDIA user space components to /home/dsoto/devdirs/tegra/r23.2-May21/TX1/Linux_for_Tegra_tx1/rootfs
Extracting the BSP test tools to /home/dsoto/devdirs/tegra/r23.2-May21/TX1/Linux_for_Tegra_tx1/rootfs
Extracting the NVIDIA gst test applications to /home/dsoto/devdirs/tegra/r23.2-May21/TX1/Linux_for_Tegra_tx1/rootfs
Extracting the configuration files for the supplied root filesystem to /home/dsoto/devdirs/tegra/r23.2-May21/TX1/Linux_for_Tegra_tx1/rootfs
Creating a symbolic link nvgstplayer pointing to nvgstplayer-0.10
Creating a symbolic link nvgstcapture pointing to nvgstcapture-0.10
Adding symlink libcuda.so --> libcuda.so.1.1 in target rootfs
Adding symlink libGL.so --> libGL.so.1 in target rootfs
Adding symlink libcuda.so --> tegra/libcuda.so in target rootfs
Adding symlink libEGL.so --> libEGL.so.1 in target rootfs
Extracting the firmwares and kernel modules to /home/dsoto/devdirs/tegra/r23.2-May21/TX1/Linux_for_Tegra_tx1/rootfs
Extracting the kernel headers to /usr/src in target rootfs
Installing zImage into /boot in target rootfs
Installing Image into /boot in target rootfs
Installing the board *.dtb files into /boot in target rootfs
Success!
</pre>
== Flash your image with Jetpack ==
You can flash your image with Jetpack now, just run the J
== DTB ==
== DTB ==


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