bug#45519: MLO failed to load u-boot.img on beaglebone black(AM335x)

2020-12-30 Thread Denis 'GNUtoo' Carikli
Hi, I've generated an image for the beaglebone black with this (beaglebone-black.scm) file: > ;; Based on Guix's beaglebone-black.tmpl > (use-modules (gnu) (gnu bootloader u-boot)) > (use-service-modules networking ssh) > (use-package-modules bootloaders screen ssh) > (operating-system >

bug#45519: MLO failed to load u-boot.img on beaglebone black(AM335x)

2020-12-30 Thread Denis 'GNUtoo' Carikli
On Tue, 29 Dec 2020 05:33:55 +0100 Denis 'GNUtoo' Carikli wrote: In addition I forgot that the patch I talked about was for omap3 and not for AM335x. Denis. pgpf5IWLeeep6.pgp Description: OpenPGP digital signature

bug#45519: MLO failed to load u-boot.img on beaglebone black(AM335x)

2020-12-30 Thread Denis 'GNUtoo' Carikli
On Tue, 29 Dec 2020 04:47:25 +0100 Denis 'GNUtoo' Carikli wrote: > > "/libexec/MLO")) (u-boot (string-append bootloader > > "/libexec/u-boot.img"))) (write-file-on-device mlo (* 256 512) > > image (* 256 512)) > > (write-file-on-device u-boot (* 1024 512) > >