GNU bug report logs -
#31416
[PATCH 0/4] Generalize bootloader installer selection.
Previous Next
Full log
View this message in rfc822 format
Hello!
Great that you’re streamlining GuixSD on ARM!
Danny Milosavljevic <dannym <at> scratchpost.org> skribis:
> * gnu/system/install.scm (os-with-u-boot): New procedure.
> * gnu/packages/bootloaders.scm (make-u-boot-package): Export.
> * doc/guix.texi (Building the Installation Image for ARM boards): New
> subsection.
[...]
> +@subsection Building the Installation Image for ARM boards
“Boards”
> +Many ARM boards require a board-specific bootloader in order to boot.
Maybe: “require a specific variant of the
@uref{http://www.denx.de/wiki/U-Boot/, U-Boot} bootloader.”
> +If you build an entire disk image and the is not still available otherwise
> +(on another available drive etc), it's advisable to build an image that
> +includes the bootloader, specifically:
> +
> +@example
> +guix system disk-image --system=armhf-linux -e '((@ (gnu system install) os-with-u-boot) (@ (gnu system install) installation-os) "A20-OLinuXino-Lime2")'
> +@end example
Note: In Texinfo you need to double all the at signs.
> +Or if you don't cross compile:
It’s not cross-compilation. :-)
But I don’t think you need to repeat the command line.
> +"A20-OLinuXino-Lime2" is the name of the board. If you specify an invalid
^
@code
> +board, you get a list.
I think the patch is otherwise OK.
Ludo’.
This bug report was last modified 1 year and 324 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.