From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Building a bootable disk image for A20-OLinuXino Date: Mon, 30 Dec 2019 22:16:56 +0100 Message-ID: <87imlx3453.fsf_-_@gnu.org> References: <87r22p3trp.fsf@gnu.org> <87ftj4vqcy.fsf@gmail.com> <87mud59d47.fsf@gnu.org> <877e46b9ld.fsf@gmail.com> <878soeo2c5.fsf@gnu.org> <878snwvwiz.fsf@gmail.com> <87a781bdvk.fsf@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:470:142:3::10]:32869) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1im2PL-0007UR-3Q for guix-devel@gnu.org; Mon, 30 Dec 2019 16:17:00 -0500 In-Reply-To: <87a781bdvk.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 09 Dec 2019 18:35:59 +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: Mathieu Othacehe Cc: guix-devel Hello! In my quest to get Guix System on an Olimex A20-Olinuxino, I tried: guix system disk-image -s armhf-linux --image-size=3D16G config.scm where =E2=80=98config.scm=E2=80=99 reads: (bootloader (bootloader-configuration (bootloader u-boot-a20-olinuxino-micro-bootloader) (target "/dev/mmcblk0"))) =E2=80=A6 this time with offloading to an actual ARM machine. I wrote the resulting image to an SD card, but the result appears to be unbootable. What am I doing wrong? Ludo=E2=80=99.