@KevinFFF
Ok. Thanks. Any idea when r36.5.0 will be released where this issue is fixed?
ok.
ok.
I have below doubts. As we dont have unit with us to try this UEFi patch build and installation, we are trying to provide exact steps to customer to fix the issue on this side. hence asking these questions.
In one link I see the build.sh steps saying
edk2_docker edk2-nvidia/Platform/NVIDIA/Jetson/build.sh
in another link it says:
$ edk2_docker edk2-nvidia/Platform/NVIDIA/StandaloneMmOptee/build.sh
which is the correct path.
In the below link, i see this step
Assertion issue in UEFI during boot - #8 by KevinFFF
$ export UEFI_STMM_PATH=/images/uefi_StandaloneMmOptee_RELEASE.bin
But I dont see this step in the link:
Hi Nathaniel7:
This is how I setup my env:
cd ~
mkdir jetsonUefi
cd jetsonUefi
mkdir uefiWorkspace
nano jp6UefiSetup.sh
source jp6UefiSetup.sh every time you start a new session
jp6UefiSetup.sh:
#!/bin/bash
# Point to the Ubuntu-22 dev image
export EDK2_DEV_IMAGE="ghcr.io/tianocore/containers/ubuntu-22-dev:latest"
# Required
export EDK2_USER_ARGS="-v \"${HOME}\":\"${HOME}\" -e EDK2_DOCKER_USER_HOME=\"${HOME}\""
# Required, unless you want to build in your home directory.
# Change "/build" t…
In the below link it says:
Hi Nathaniel7:
This is how I setup my env:
cd ~
mkdir jetsonUefi
cd jetsonUefi
mkdir uefiWorkspace
nano jp6UefiSetup.sh
source jp6UefiSetup.sh every time you start a new session
jp6UefiSetup.sh:
#!/bin/bash
# Point to the Ubuntu-22 dev image
export EDK2_DEV_IMAGE="ghcr.io/tianocore/containers/ubuntu-22-dev:latest"
# Required
export EDK2_USER_ARGS="-v \"${HOME}\":\"${HOME}\" -e EDK2_DOCKER_USER_HOME=\"${HOME}\""
# Required, unless you want to build in your home directory.
# Change "/build" t…
cd $EDK2_BUILD_ROOT/edk2-nvidia
git apply <PATH_TO_DIFF_PATCH>
just want to know what is the correct path to “<PATH_TO_DIFF_PATCH>”
Thanks. Kindly request to reply as soon as possible, as we have to fix this issue at customer site today.