Files
meta-tegra/README
Matt Madison d54b103ea4 README: note JetPack version for TX1, TX2
since JetPack includes non-BSP components not
tracked with L4T version numbering.

Signed-off-by: Matt Madison <matt@madison.systems>
2018-07-31 11:38:50 -07:00

42 lines
1011 B
Plaintext

OpenEmbedded/Yocto BSP layer for NVIDIA Tegra X1/X2/K1
======================================================
Boards supported:
* Jetson-TK1 development kit (Linux4Tegra R21.6)
* Jetson-TX1 development kit (Linux4Tegra R28.2, JetPack 3.3)
* Jetson-TX2 development kit (Linux4Tegra R28.2.1, JetPack 3.3)
This layer depends on:
URI: git://git.openembedded.org/openembedded-core
branch: master
Known Issues
------------
* For TX1 systems, do not use gcc 7.3 (the default for
YP 2.4/OE-core rocko). (Issue #65)
Limitations
-----------
* CUDA 9 supports up through gcc 6 only, so if you intend
to build CUDA applications, stick with gcc 6.
Selecting the toolchain version
-------------------------------
Toolchain version selection is usually a distro configuration setting,
but you can also set this in your build/conf/local.conf file. To use
gcc 6 instead of gcc 7, set:
GCCVERSION = "6.%"
Contributing
------------
Please submit issues and pull requests via GitHub. Contributions
are welcome!