Skip to content
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

Open
leonpano2006 opened this issue Jun 14, 2023 · 8 comments
Open

build without docker uses edk2_docker? #62

leonpano2006 opened this issue Jun 14, 2023 · 8 comments

Comments

@leonpano2006
Copy link

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
Copy link
Contributor

jgarver commented Jun 14, 2023

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
Copy link
Contributor

jgarver commented Jun 14, 2023

Fixed. Thanks for the bug report!

@leonpano2006
Copy link
Author

leonpano2006 commented Jun 14, 2023

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

@leonpano2006
Copy link
Author

And there is needed package missing

@jgarver
Copy link
Contributor

jgarver commented Jun 14, 2023

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

@leonpano2006
Copy link
Author

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
Copy link
Contributor

jgarver commented Jun 14, 2023

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants