-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build without docker uses edk2_docker? #62
Comments
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. |
Fixed. Thanks for the bug report! |
After I failed, and that realized was copy and paste |
And there is needed package missing |
Which package is missing? I'll add it. Thanks! |
command iasl not found but can be installed with acpica-tools. |
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. |
Maybe I build this uefi on Jetson board locally? |
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
The text was updated successfully, but these errors were encountered: