From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Guix System for embedded systems roadmap. Date: Wed, 18 Mar 2020 15:54:01 +0100 Message-ID: <87v9n190ja.fsf@gnu.org> References: <8736a9lrm6.fsf@gmail.com> <87d09bco3q.fsf@gnu.org> <20200317140803.6341cf63@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:470:142:3::10]:47235) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jEa56-0003Aw-GT for guix-devel@gnu.org; Wed, 18 Mar 2020 10:54:05 -0400 In-Reply-To: <20200317140803.6341cf63@scratchpost.org> (Danny Milosavljevic's message of "Tue, 17 Mar 2020 14:08:03 +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-mx.org@gnu.org Sender: "Guix-devel" To: Danny Milosavljevic Cc: guix-devel@gnu.org Hi! Danny Milosavljevic skribis: > On Tue, 17 Mar 2020 10:44:25 +0100 > Ludovic Court=C3=A8s wrote: > >> Speaking of which, I=E2=80=99d love to get my A20 OLinuXino running Guix >> System. :-) > > What is the latest state of it? On my side the latest state is: I gave up and installed Debian + Guix. :-) > I used > > guix system disk-image -s armhf-linux -e '(@ (gnu system install) a20-o= linuxino-micro-installation-os)' > > after editing the embedded-installation-os to hardcode /dev/vda . > > And it just keeps building basic stuff, like util-linux-with-udev etc. > > I think I have managed to build an actual disk image for olinuxino only o= nce > in two years (using guix). Just saying... I did manage to build an image some time ago, no problem there. I used: (list (channel (name 'guix) (url "https://git.savannah.gnu.org/git/guix.git") (commit "d08c3e51ab62575e722aec24fba42a0cb84198cc"))) The thing wouldn=E2=80=99t boot, though. Ludo=E2=80=99.