guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Building a bootable disk image for A20-OLinuXino


From: Ludovic Courtès
Subject: Building a bootable disk image for A20-OLinuXino
Date: Mon, 30 Dec 2019 22:16:56 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello!

In my quest to get Guix System on an Olimex A20-Olinuxino, I tried:

  guix system disk-image -s armhf-linux --image-size=16G config.scm

where ‘config.scm’ reads:

  (bootloader (bootloader-configuration
                (bootloader u-boot-a20-olinuxino-micro-bootloader)
                (target "/dev/mmcblk0")))

… 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’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]