Re: ARM bootloader installation in Guix

2019-09-05 Thread Mathieu Othacehe
Hey Danny, I think the buildroot based importer and the genimage based installation are both very good ideas! Combined with the system cross-compilation serie I'm working on, we could turn Guix into a really nice tool to configure, build and deploy images for a lot of boards. I had a quick look

ARM bootloader installation in Guix

2019-09-02 Thread Danny Milosavljevic
Hi, I've been thinking of ways to generalize the bootloader installation for ARM boards. One of the most annoying parts of u-boot is that the u-boot project does NOT include bootloader installers (something like grub-install does not exist in u-boot). A possible upstream project that builds ARM