all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: 30371@debbugs.gnu.org
Subject: [bug#30371] [PATCH] system: Add Cubieboard2.
Date: Fri, 09 Feb 2018 14:55:35 +0100	[thread overview]
Message-ID: <878tc21d48.fsf@gnu.org> (raw)
In-Reply-To: <20180206175842.25819-1-dannym@scratchpost.org> (Danny Milosavljevic's message of "Tue, 6 Feb 2018 18:58:42 +0100")

Hi Danny,

Danny Milosavljevic <dannym@scratchpost.org> skribis:

> * gnu/bootloader/u-boot.scm (u-boot-cubieboard2-bootloader): New
> exported variable.
> * gnu/packages/bootloaders.scm (u-boot-cubieboard2): New exported
> variable.
> * gnu/system/install.scm (cubieboard2-installation-os): New exported
> variable.

[...]

> +(define u-boot-cubieboard2-bootloader
> +  (bootloader
> +   (inherit u-boot-allwinner-bootloader)
> +   (package u-boot-cubieboard2)))

[...]

> +(define-public u-boot-cubieboard2
> +  (make-u-boot-package "Cubieboard2" "arm-linux-gnueabihf"))

Could you add a few words and a link to a page that describes this
board?

I’m afraid of having a large collection of boards listed there that few
people will even know about.  :-)  Also, were you able to successfully
run GuixSD on this board?

> +(define cubieboard2-installation-os
> +  (embedded-installation-os u-boot-cubieboard2-bootloader
> +                            "/dev/mmcblk0" ; SD card storage
> +                            "ttyS0"))
> +
>  (define nintendo-nes-classic-edition-installation-os
>    (embedded-installation-os u-boot-nintendo-nes-classic-edition-bootloader
>                              "/dev/mmcblk0" ; SD card (solder it yourself)

I’m also unsure we need to have one variable for each possible board.
We are not going to distribute installation images for each of these
boards anyway.

Perhaps it makes sense to have them *if* they are discoverable or listed
in the manual, *and* we provide instructions for people to build their
own installation image for these boards.

Thoughts?

Ludo’.

  reply	other threads:[~2018-02-09 13:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-06 17:58 [bug#30371] [PATCH] system: Add Cubieboard2 Danny Milosavljevic
2018-02-09 13:55 ` Ludovic Courtès [this message]
2018-02-09 16:05   ` Danny Milosavljevic
2018-02-09 16:42     ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878tc21d48.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=30371@debbugs.gnu.org \
    --cc=dannym@scratchpost.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.