NVIDIA / edk2-nvidia

NVIDIA EDK2 platform support
Other
77 stars 38 forks source link

build without docker uses edk2_docker? #62

Open leonpano2006 opened 1 year ago

leonpano2006 commented 1 year ago

edk2_docker edk2-nvidia/Platform/NVIDIA/Jetson/build.sh found in https://github.com/NVIDIA/edk2-nvidia/wiki/Build-without-docker#build-uefi but if i try with edk2_docker inculded i will get edk2_docker: command not found

jgarver commented 1 year ago

Sorry. Please remove "edk2_docker" from that step. I'll post a fix shortly.

This was a copy/paste bug with the "Build with docker" instructions.

jgarver commented 1 year ago

Fixed. Thanks for the bug report!

leonpano2006 commented 1 year ago

After I failed, and that realized was copy and paste Because the layout is the same

leonpano2006 commented 1 year ago

And there is needed package missing

jgarver commented 1 year ago

Which package is missing? I'll add it. Thanks!

leonpano2006 commented 1 year ago

Which package is missing? I'll add it. Thanks!

command iasl not found but can be installed with acpica-tools. sudo apt install acpica-tools

jgarver commented 1 year ago

iasl should be installed inside the workspace by the edk2 build system.

Specifically, if you're building Jetsno, stuart_update will install it into "edk2-nvidia/Platform/NVIDIA/Jetson/edk2-acpica-iasl_extdep".

stuart_update is called inside prepare_stuart.sh, which is called by build.sh.

leonpano2006 commented 1 year ago

Maybe I build this uefi on Jetson board locally? Because I have to install in order to be able to build this