Re: [WIP PATCH] gnu: add U-Boot support to operating-system configuration.

2016-09-23 Thread Ludovic Courtès
Hi, David Craven skribis: > Tested u-boot-beagle-bone-black, it boots arch linux arm after making > some modifications. Good progress already! > I managed to build the system natively and install it using guix > system init. This required a few modifications here and there.

Re: [WIP PATCH] gnu: add U-Boot support to operating-system configuration.

2016-09-17 Thread David Craven
Hi Danny, Tested u-boot-beagle-bone-black, it boots arch linux arm after making some modifications. I managed to build the system natively and install it using guix system init. This required a few modifications here and there. There's a boot problem obviously - would be to easy if not. I

Re: [WIP PATCH] gnu: add U-Boot support to operating-system configuration.

2016-09-17 Thread David Craven
> Did you test the vm part? I ran it and I can see that it starts up and > provides ssh, apparently, but I have no idea how to connect to its network. Works well. The only part I removed was the install-u-boot part so that it only installs the extlinux.conf. I think this is close to what we want

Re: [WIP PATCH] gnu: add U-Boot support to operating-system configuration.

2016-09-16 Thread Vincent Legoll
Hello, The following hopefully is not too far from the truth, memory is somewhat fading away... > It says "Install GRUB with GRUB.CFG on DEVICE, which is assumed > to be mounted on MOUNT-POINT." > Does it mean "Install GRUB (with GRUB.CFG on DEVICE), which is > assumed to be mounted on

Re: [WIP PATCH] gnu: add U-Boot support to operating-system configuration.

2016-09-16 Thread Danny Milosavljevic
Hi everyone, On Sat, 10 Sep 2016 19:52:49 +0200 David Craven wrote: > Thanks Danny! Awesome work! =) I'm really excited to see this hitting > master... Thanks. The version I posted in this thread should be the simplest version that still works. I'm using the grub part of it

[WIP PATCH] gnu: add U-Boot support to operating-system configuration.

2016-09-09 Thread Danny Milosavljevic
--- gnu.scm | 1 + gnu/build/install.scm | 45 +- gnu/build/vm.scm| 3 +- gnu/system.scm | 20 +++- gnu/system/grub.scm | 5 ++ gnu/system/u-boot.scm | 124 gnu/system/vm.scm