-
Notifications
You must be signed in to change notification settings - Fork 0
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
regarding arm-coreboot-veyron #1
Comments
for the record, debugging via commands placed in the embedded grub.cfg |
Hey @hanetzer! I have found myself in a similar situation and wonder if you were able to make any progress. I built Coreboot and GRUB, and successfully flashed them onto my I generated the ELF by adding this to Makefile.am:
I also added to the top of my coreboot.cfg:
I'm able to get to a |
Currently bootstrap complains in the following way when patching gnulib files: patching file argp-help.c Hunk #1 succeeded at 52 (offset 1 line). Hunk #2 succeeded at 1548 (offset 115 lines). patching file mbswidth.c patching file mbswidth.h Hunk #1 succeeded at 40 (offset -5 lines). Let's fix it by amending line numbers in the patch. Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com> Reviewed-by: Alec Brown <alec.r.brown@oracle.com>
I realize this isn't the sort of repo one opens issues on normally, since the main dev
goes on at savanna's repo, but since you're the dude doing the port I've been trying
to get ahold of you.
Is the code at http://git.savannah.gnu.org/cgit/grub.git, either master, arm_coreboot,
or phcoder/arm currently ready to be able to 'work' on veyron chromebooks? I've
managed to generate a grub payload for coreboot, and it works up to the
grub>
prompt,but I can't do keyboard input (usb or cros_keyboard) and manually inserted
ls
only show
(cbfsroot)
or the like.I just want to know if I'm chasing a wild goose here or not. And if it is ready for 'normal'
use, could you assist me in getting a payload that works put together?
The text was updated successfully, but these errors were encountered: