Skip to content
Snippets Groups Projects
Commit 6e17fcf5 authored by Samuli Piippo's avatar Samuli Piippo
Browse files

tegra: update to L4T 32.3.1


Starting with L4T R32.3.1 and JetPack 4.3, The Tegra Multimedia API
kit has moved to JetPack, so all builds now require you to set up
an SDK Manager downloads area or use of the The Qt company internal
playground git repository.

NVIDIA_DEVNET_MIRROR is set to the internal repository and needs to
be changed (e.g. in local.conf) to your local path if not using the
playground repository.

Booting from SD card won't work unless the eMMC has the matching
u-boot and/or kernel.

Change-Id: Id892ed6a6b367b24bd84f9225ffbbb94fb4a1513
Reviewed-by: default avatarMikko Gronoff <mikko.gronoff@qt.io>
parent 50743673
No related branches found
No related tags found
No related merge requests found
......@@ -44,3 +44,5 @@ QBSP_IMAGE_CONTENT = "\
# NVIDIA's Vulkan support is for X only
DISTRO_FEATURES_remove = "vulkan"
NVIDIA_DEVNET_MIRROR ?= "file://${BSPDIR}/sources/nvidia-devnet-mirror"
......@@ -64,8 +64,16 @@
fetch="git://github.com/madisongh"/>
<project name="meta-tegra"
remote="madisongh"
revision="ef2fb97203639b40d48ee2f6f70cfab7fbb56810"
revision="b97c15cbb87323a56e73873efd825ef1901e6172"
path="sources/meta-tegra"/>
<!-- internal layer for the nvidia devnet downloads -->
<remote name="playground"
fetch="ssh://git@git.qt.io/boot2qt"/>
<project name="nvidia-devnet-mirror"
remote="playground"
revision="8ee9cd3c025cf8b36343fddc77545e597c0d874d"
path="sources/nvidia-devnet-mirror"
groups="notdefault"/>
<!-- Toradex -->
<remote name="toradex"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment