Hi Danny,
> Anyway, attached gnu/system/u-boot.scm which it left off *again* (after git
> add, even). (How is having a new file not a *diff*erence? Sigh)
`git add -N .` adds untracked files to the list of tracked ones. git
diff should then work as expected.
I'm sorry to say that I can't apply y
Hi David,
On Fri, 9 Sep 2016 14:02:53 +0200
David Craven wrote:
> It still doesn't work. Can you please also include gnu system u-boot
> in the patch?
git randomly decided to leave things off the patch when I do "git diff". Sigh.
> It's nice if you can simply apply (all required) patches and
diff --git a/gnu.scm b/gnu.scm
index 932e4cd..9207e38 100644
--- a/gnu.scm
+++ b/gnu.scm
@@ -35,6 +35,7 @@
(gnu system mapped-devices)
(gnu system file-systems)
(gnu system grub) ; 'grub-configuration'
+(gnu system u-boot)
It still doesn't work. Can you please also include gnu system u-boot
in the patch? or make it a separate patch if you want. It's nice if
you can simply apply (all required) patches and things just work. I
expect patches to work before I spend time looking at the code, but
maybe I'm just old fashion
New wip patch attached - applies to git guix...
diff --git a/gnu.scm b/gnu.scm
index 932e4cd..9207e38 100644
--- a/gnu.scm
+++ b/gnu.scm
@@ -35,6 +35,7 @@
(gnu system mapped-devices)
(gnu system file-systems)
(gnu system grub) ; 'grub-configuration
Hi David,
Hi Ludo,
On Fri, 9 Sep 2016 00:09:57 +0200
David Craven wrote:
> I'm testing your new u-boot code. I fixed a few bugs, but there is
> still some work to do... ;-)
>
> guix system vm u-boot-test.scm --no-grub
>
> This should work without giving any errors and boot (it doesn't matter
>
Hi Danny,
I'm testing your new u-boot code. I fixed a few bugs, but there is
still some work to do... ;-)
guix system vm u-boot-test.scm --no-grub
This should work without giving any errors and boot (it doesn't matter
that u-boot is built for arm). And after booting there should be the
extlinux.
Hi Danny,
Looks nice! I'll see if I can get guixsd to boot a beaglebone black
I've got lying around, probably this weekend (maybe earlier, I'd like
to finish my work on hawaii and plymouth first). It looks like getting
qemu to boot guixsd on arm is harder than I expected...
Thanks!
David
Whoops, now with the correct u-boot.scm
On Mon, 5 Sep 2016 21:58:03 +0200
Danny Milosavljevic wrote:
> Hi David,
>
> I thought I'd post a minimal version for U-Boot support without any renames
> that aren't absolutely necessary. In this way, the patch is quite small.
>
> I think I also figure