edk2-nvidia icon indicating copy to clipboard operation
edk2-nvidia copied to clipboard

build without docker uses edk2_docker?

Open leonpano2006 opened this issue 2 years ago • 8 comments

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

leonpano2006 avatar Jun 14 '23 09:06 leonpano2006

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 avatar Jun 14 '23 13:06 jgarver

Fixed. Thanks for the bug report!

jgarver avatar Jun 14 '23 13:06 jgarver

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

leonpano2006 avatar Jun 14 '23 15:06 leonpano2006

And there is needed package missing

leonpano2006 avatar Jun 14 '23 15:06 leonpano2006

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

jgarver avatar Jun 14 '23 15:06 jgarver

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

leonpano2006 avatar Jun 14 '23 19:06 leonpano2006

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.

jgarver avatar Jun 14 '23 19:06 jgarver

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

leonpano2006 avatar Jun 15 '23 06:06 leonpano2006