- Where can I download the UEFI Firmware for xavier R35.2.1?
- How to disable pcie c0 in UEFI ?
- How to build the UEFI Firmware for xavier ?
- How to burn new UEFI Firmware for xavier ?
-
download source
GitHub - NVIDIA/edk2-nvidia: NVIDIA EDK2 platform support -
UEFI also reads the device tree. So you need to disable C0 in your device tree
-
The github website has the instrutions
-
Replace the old uefi binary in your Linux_for_Tegra/bootloader with the new UEFI binary and reflash.
bootloader/NOTICE.uefi ?
bootloader/uefi_jetson.bin ?
this one.
UEFI also uses the same device tree and kernel.
UEFI does not use kernel. Just device tree.
hardware/nvidia/platform/t19x/galen/kernel-dts/common/tegra194-p2888-0000-a00.dtsi ?
There is no standard answer for which dtb you need to modify. Just check your flash log to know which dtb is in use and then start to track your code.
How to enable UEFI debug ?
When you built out UEFI binary, there would be 2 version, one release version and another one is debug version.
Take the debug version to put in your BSP directory.
thanks.
UEFI‘s device tree , how to replace ?
it is from same kernel dtb under Linux_for_Tegra/kernel/dtb.
thanks.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.