From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: GuixSD on Olimex A20 OLinuXino? Date: Wed, 24 Jan 2018 15:03:05 +0100 Message-ID: <87bmhj2w2u.fsf_-_@gnu.org> References: <20180122215320.16031.12314@vcs0.savannah.gnu.org> <20180122215323.99D4A207FC@vcs0.savannah.gnu.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]:44227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eeLe0-0000Qh-SW for guix-devel@gnu.org; Wed, 24 Jan 2018 09:03:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eeLdv-0003Nr-8p for guix-devel@gnu.org; Wed, 24 Jan 2018 09:03:16 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:46502) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eeLdv-0003JK-0b for guix-devel@gnu.org; Wed, 24 Jan 2018 09:03:11 -0500 In-Reply-To: <20180122215323.99D4A207FC@vcs0.savannah.gnu.org> (Danny Milosavljevic's message of "Mon, 22 Jan 2018 16:53:23 -0500 (EST)") 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: guix-devel@gnu.org, Danny Milosavljevic Hello Danny! dannym@scratchpost.org (Danny Milosavljevic) skribis: > commit c55c6985948b12a39cd5805bde95db9a80def3ba > Author: Danny Milosavljevic > Date: Mon Jan 22 22:35:06 2018 +0100 > > system: Add A20 OLinuXino LIME installer. >=20=20=20=20=20 > * gnu/bootloader/u-boot.scm (u-boot-a20-olinuxino-lime-bootloader): > New exported variable. > * gnu/packages/bootloaders.scm (u-boot-a20-olinuxino-lime): > New exported variable. > * gnu/system/install.scm (a20-olinuxino-lime-installation-os): > New exported variable. So, does it actually work? :-) I have one of these (maybe not the =E2=80=9CLIME=E2=80=9D, but does it make= a difference?). How should I proceed? Is it enough to dump this on microSD and boot? I would actually write the final system rather than the installation system given that =E2=80=98guix pull=E2=80=99 currently runs out of memory = on that device. Ludo=E2=80=99.