![]() |
Jetson Sensor Processing Engine (SPE) Developer Guider35.6 Release |
This Document describes the steps to build and flash this project
You must download the external Toolchain. NVIDIA does not distribute this toolchain.
gcc-arm-none-eabi-7-2018-q2-update:
Set the appropriate paths for the below variables:
Build firmware for t19x:
Build firmware for t23x:
-j <jobs>
option with make
. For example, make -j16 bin_t19x
.Make sure you have doxygen installed on your computer. For Ubuntu systems:
To generate the documents:
The output can be found at out/docs
.
or
The above commands build all the targets i.e. spe firmware binaries for all the SOCs and Doxygen documents.
The built SPE firmware binary can be found at out/<soc>/spe.bin
. The doxygen build generates out/docs/index.html
file. Open it using a browser to navigate the documentation.
Clean everything (documentation and firmware):
To clean t19x only firmware objects and build artifacts:
To clean t23x only firmware objects and build artifacts:
To clean only doxygen generated files:
spe_t194.bin
and spe_t234.bin
located in the following directory: out/<soc>/spe.bin
to the following locating, depending on your target.Linux_for_Tegra
directory is part of the extracted L4T build that you used to flash the Jetson device.