From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: GuixSD on Olimex A20 OLinuXino? Date: Wed, 24 Jan 2018 22:05:18 +0100 Message-ID: <87607rx90x.fsf@gnu.org> References: <20180122215320.16031.12314@vcs0.savannah.gnu.org> <20180122215323.99D4A207FC@vcs0.savannah.gnu.org> <87bmhj2w2u.fsf_-_@gnu.org> <20180124152418.0ee22842@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]:47042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eeSEW-0005cu-Cs for guix-devel@gnu.org; Wed, 24 Jan 2018 16:05:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eeSEV-0001NB-ID for guix-devel@gnu.org; Wed, 24 Jan 2018 16:05:24 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:48594) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eeSEV-0001Ld-0X for guix-devel@gnu.org; Wed, 24 Jan 2018 16:05:23 -0500 In-Reply-To: <20180124152418.0ee22842@scratchpost.org> (Danny Milosavljevic's message of "Wed, 24 Jan 2018 15:24:18 +0100") 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 Hello, Danny Milosavljevic skribis: >> I have one of these (maybe not the =E2=80=9CLIME=E2=80=9D, but does it m= ake a >> difference?).=20=20 > > Yes, it makes a difference (in U-Boot only). > > Which one do you have? There's MICRO, LIME, LIME2 and additional > variants with eMMC and without eMMC. It=E2=80=99s the MICRO. > Most of these should already have entries in > gnu/system/install.scm . If not, one can easily add one > (add entry to gnu/bootloader/u-boot.scm, inheriting from allwinner-bootlo= ader, > and then add entry to gnu/system/install.scm using it) OK. >> How should I proceed? Is it enough to dump this on >> microSD and boot? > > Yes. Awesome. :-) I guess I=E2=80=99ll give it a try probably after FOSDEM. Really crazy that GuixSD on ARM =E2=80=9Cjust works=E2=80=9D! Ludo=E2=80=99.