Hi,I‘ve been working on UEFI optimization and it did work on r35.3.1.
and I also need to optimize r35.2.1.
When I clone the workspace of r35.2.1, and build it at first, there is no problem. But after I build r35.3.1, building r35.2.1 comes out these information.
csp@csp:~/nvidia_source/uefi_lxh/nvidia-uefi-r35.2.1-updates$ bash edk2-nvidia/Platform/NVIDIA/Jetson/build.sh
nvidia: building from workspace rooted at: /home/csp/nvidia_source/uefi_lxh/nvidia-uefi-r35.2.1-updates
nvidia: found command: python3.
nvidia: found command: virtualenv.
nvidia: found command: mono.
nvidia: found command: aarch64-linux-gcc.
nvidia: Activating Python virtual environment.
nvidia: Building from tarball
nvidia: Updating build environment (edk2-nvidia/Platform/NVIDIA/Jetson/PlatformBuild.py).
edk2-nvidia/Silicon/NVIDIA/scripts/prepare_stuart.sh: line 49: stuart_update: command not found
I don’t why building 35.3.1 makes building 35.2.1 a failure, is there any explaination?
By the way, when I removed r35.2.1 files and retrieve it on edkrepo clone, it can be build successfully.
Sorry, I didn’t make it clear. what I actually build is r35.2.1-updates and it failed. But after I cloned r35.2.1 and build it, r35.2.1-updates can be build successful as well
I have reboot my host to repeat the same flow but didn’t build r35.2.1-updates directly. Because of the slow clone speed, I didn’t try it again and after clone r35.2.1 there is no problem in building.