From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: ARMHF flash image - Put on website under GuixSD Date: Mon, 10 Sep 2018 14:28:52 +0200 Message-ID: <877ejth6yj.fsf@gnu.org> References: <20180907222110.50e6bac2@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fzLJJ-0006L4-3m for guix-devel@gnu.org; Mon, 10 Sep 2018 08:28:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fzLJF-0007Bs-Up for guix-devel@gnu.org; Mon, 10 Sep 2018 08:28:57 -0400 In-Reply-To: <20180907222110.50e6bac2@scratchpost.org> (Danny Milosavljevic's message of "Fri, 7 Sep 2018 22:21:10 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic Cc: guix-devel@gnu.org Hi Danny, Danny Milosavljevic skribis: > finally, https://hydra.gnu.org/build/3044681 (flash-image armhf) built. > > Can we put it on the website at https://www.gnu.org/software/guix/downloa= d/ > inside the GuixSD part? > > I think it would be nice to have something ready-to-go for ARM systems as= well, > and this would be a good start. Apart from the bootloader, everything sh= ould > work as-is in there. And the user can either keep the original bootloader > on the board or flash a new one after booting GuixSD - either in qemu or > on a real machine. I agree that it would be nice, but to what extent is this image generic to all ARM boards? My understanding is that images are necessarily bound to a specific board. Other considerations include the fact that it=E2=80=99s yet another image to build when we make a release, but perhaps the solution is simply to improve our automation and build farm availability. Thanks, Ludo=E2=80=99.