forked from OE4T/meta-tegra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
34 lines (23 loc) · 889 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
OpenEmbedded/Yocto BSP layer for NVIDIA Tegra X1/X2/K1
======================================================
Boards supported:
* Jetson-TK1 development kit (Linux4Tegra R21.7)
* 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
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!