From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jookia <166291@gmail.com> Subject: bug#22384: Requirements for an ARM port? Date: Mon, 18 Jan 2016 08:01:23 +1100 Message-ID: <20160117210123.GA3804@novena-choice-citizen.lan> References: <20160116102726.GA4482@novena-choice-citizen.lan> <87h9ic54ar.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59836) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKx5E-0007mi-IQ for bug-guix@gnu.org; Sun, 17 Jan 2016 18:50:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aKx59-0006mc-Hu for bug-guix@gnu.org; Sun, 17 Jan 2016 18:50:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:35723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKx59-0006mR-EL for bug-guix@gnu.org; Sun, 17 Jan 2016 18:50:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aKx59-0006VX-4A for bug-guix@gnu.org; Sun, 17 Jan 2016 18:50:03 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87h9ic54ar.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 22384@debbugs.gnu.org On Sun, Jan 17, 2016 at 09:39:24PM +0100, Ludovic Courtès wrote: > Jookia <166291@gmail.com> skribis: > I think getting a working bootloader and kernel are the main blockers > (the current ‘linux-libre’ package might work already, or it might need > more tweaks; I don’t think anyone has tried to boot it on ARM.) Ah, it shouldn't be that much of a problem then. Famous last words, but I guess I'll be doing some hacking to get GuixSD on ARM then! No promises. :) > I would prefer if we could use GRUB with ARM support¹ if possible. > Using U-Boot would be OK if GRUB doesn’t work as expected, but it’s more > work; namely, a module equivalent to (gnu system grub) would need to be > made, and (gnu system) would need to be made independent of GRUB. I agree GRUB with ARM support would be better, though from my experience it's still in its infancy. I've managed to get GRUB executing on my Novena board but I've still had issues having it actually boot anything, eventually I gave up since my use case was solved by something else. So unfortunately until that's ironed out (and supported on more boards), I think U-Boot will have to make do for now. I suppose it's also good hygiene to support more booting methods too. > At any rate, GuixSD on ARM would be very nice! > Ludo’. I much appreciate the reply and sorry for opening a bug report on this rather than posting to -devel or help-. I'll probably have a ton of bug reports and patches down the line as I get GuixSD on to my T400, so I'm now drinking from the firehose of all three mailing lists. :) Cheers, Jookia.