Compiling Jetson TX1/TX2 source code: Difference between revisions

Line 409: Line 409:
make p2371-2180_defconfig
make p2371-2180_defconfig
make
make
</pre>
4. Save your images
<pre>
mkdir $DEVDIR/images/bootloader
cp $DEVDIR/TX1/Linux_for_Tegra_tx1/sources/u-boot_source/u-boot{,.bin,.dtb,-dtb.bin} $DEVDIR/images/bootloader
</pre>
</pre>