-
Notifications
You must be signed in to change notification settings - Fork 58
Images
Jake Garver edited this page Oct 2, 2025
·
1 revision
The table below lists and describes the images that can be built from UEFI for NVIDIA Platforms. Not all images are supported by every NVIDIA Edkrepo Combinations.
Tegra is a special case in that it can be configured. See the following section for details.
To build an image, see the Build instructions.
| Image | Silicon | Description |
|---|---|---|
| Tegra | various | See below |
| StandaloneMm | th500 | StandaloneMm for the th500 platform |
| StandaloneMmJetson | t26x | StandaloneMm for the t26x platform |
| StandaloneMmOptee | t23x | StandaloneMm for the t23x platform |
| TegraVirt | N/A | vUEFI for the NVIDIA hypervisor environment |
| DeviceTree | various | Builds DTB overlays |
| L4TLauncher | various | Builds the boot app for L4T |
Tegra can be used to generate images for multiple NVIDIA platforms. It uses Kconfig to configure the image's capabilities and features. Defconfig files are provided as configuration starting points.
The table below lists some of the defconfigs available for Tegra.
| DefConfig | Silicon | Description |
|---|---|---|
| t23x_android.defconfig | t23x | Orin image with Android support enabled |
| t23x_general.defconfig | t23x | Full-featured Orin image |
| t23x_general_igx.defconfig | t23x | Full-featured Orin image, plus features specific to IGX |
| t23x_minimal.defconfig | t23x | Orin image with best boot performance |
| t23x_simple_emmc.defconfig | t23x | Orin image with essential UEFI features for EMMC devices |
| t23x_simple_pcie.defconfig | t23x | Orin image with essential UEFI features for PCIE devices |
| t24x_datacenter.defconfig | t23x | Grace image for datacenter devices |
| t26x_android.defconfig | t23x | Thor image with Android support enabled |
| t26x_general.defconfig | t23x | Full-featured Thor image |
| t26x_general_igx.defconfig | t23x | Full-featured Thor image, plus features specific to IGX |
| t26x_minimal.defconfig | t23x | Thor image with best boot performance |
| t26x_simple_pcie.defconfig | t23x | Thor image with essential UEFI features for PCIE devices |
| t26x_simple_ufs.defconfig | t23x | Thor image with essential UEFI features for UFS devices |