-
Notifications
You must be signed in to change notification settings - Fork 1
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
README.md out of date or missing something obvious! #20
Comments
From https://github.com/jmbaur/tinyboot/blob/f35cf5a87207ff7b093b0c68fd24b7cf818d5290/README.md#usage It should be as simple as:
|
Hi @tlaurion, thanks for the appreciation! Most of this work has been experimental, and a work-in-progress, but at points has been something that I've used on a daily basis on some chromebooks I have. There's been a rewrite of the original rust codebase to zig for a few reasons (final binary size being one of them), and the port is not yet complete, so I wouldn't expect everthing to work quite yet. Regarding your description of the nix setup, most of it is correct. I apologize about the lacking/incorrect documentation, I'll work on fixing that up. |
It looks like the current build of |
Actually seems like something is not working quite well with fetching from review.coreboot.org...
Edit: sorry for the churn, switched to using the mirrors on github, try from |
Hey @tlaurion, I ended up changing the attribute path for building the coreboot builds since it makes more sense to be able to run a build command like you had expected. You should now be able to do something like |
Builds! Thanks! Happy to finally test this :) |
Well. It built, but then how to run it? EDIT
No kernel? EDIT: |
Would be nice if you provided a lillte more information then the now updated README.md not explaining how to reproduce testing environement a little mode detailed |
Hey @jmbaur ! Frist, amazing work here and this project is inspiring in a lot of regards (linuxboot/heads maintainer here)
I did not have enough nix knowledge before to be able to test this project. Now I somewhat do, but still not enough to understand where I fail to produce qemu x86 target
Here's a summary of my understanding:
nix build .#coreboot-qemu-x86_64
But it doesn't :)
From my understanding, I would have expected to be able to do
nix build .#coreboot-qemu-x86_64
But nope.
What Am I missing?
The text was updated successfully, but these errors were encountered: