Re: U-Boot for Raspberry Pi

2022-02-22 Thread Vincent Legoll
On Tue, Feb 22, 2022 at 10:05 AM Vincent Legoll wrote: > I was about to suggest: > ("CONFIG_VIRTIO_BLK" . m) (in guix guile syntax) modulo the copy/paste gotcha, it should have been ("CONFIG_VIRTIO_BLK" . y) (in guix guile syntax) -- Vincent Legoll

Re: U-Boot for Raspberry Pi

2022-02-22 Thread Vincent Legoll
Hello Reza Alizadeh Majd, On Tue, Feb 22, 2022 at 9:31 AM Ricardo Wurmus wrote: > The list of modules depends largely on the kernel configuration. I > encourage you to check if you need to add something to the kernel > configuration and build your own kernel. See here for details on how to achi

Re: U-Boot for Raspberry Pi

2022-02-22 Thread Ricardo Wurmus
Reza Alizadeh Majd writes: > On Mon, 21 Feb 2022 12:14:50 +0100 > Ricardo Wurmus wrote: > > >> >>mmc-block or mmc_block? > > based on the following thread I thought that it might be the issue with > module name, so I tested with both mmc_block an mmc-block. > > https://debbugs.gnu.org/cgi/bugr

Re: U-Boot for Raspberry Pi

2022-02-21 Thread Reza Alizadeh Majd
On Mon, 21 Feb 2022 12:14:50 +0100 Ricardo Wurmus wrote: > >mmc-block or mmc_block? based on the following thread I thought that it might be the issue with module name, so I tested with both mmc_block an mmc-block. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34902 unfortunately neither of t

Re: U-Boot for Raspberry Pi

2022-02-21 Thread Ricardo Wurmus
Reza Alizadeh Majd writes: > however the previously mentioned issue in this thread about > the `mmc_block` kernel module still persists during the build: > > adding the following kernel modules: > > (initrd-modules (append (list "mmc_block" "rtsx_pci_sdmmc" "rtsx_pci") >

Re: U-Boot for Raspberry Pi

2022-02-21 Thread Reza Alizadeh Majd
On Sat, 19 Feb 2022 00:12:37 +0100 Ricardo Wurmus wrote: > >Are you using qemu-binfmt-service-type? > Thank you, adding the service to the host machine, resolves the build issue. however the previously mentioned issue in this thread about the `mmc_block` kernel module still persists during th

Re: U-Boot for Raspberry Pi

2022-02-18 Thread Ricardo Wurmus
Reza Alizadeh Majd writes: > it seems that the `--system=aarch64-linux` doesn't work as expected to > cross-compile the image for RPi. Are you using qemu-binfmt-service-type? -- Ricardo

Re: U-Boot for Raspberry Pi

2022-02-16 Thread Reza Alizadeh Majd
Hi Stefan, First of all, thanks for your great work to bring the Guix for RPi. >Your troubles might indicate that you didn’t properly mount the ext4 >and FAT file systems below /mnt. You should follow the manual >regarding an EFI system¹: Mount the ext4 partition of the microSD card >at /mnt a

Re: U-Boot for Raspberry Pi

2021-11-02 Thread Stefan
Hi! > Thanks for your amazing work! I've applied the patches and it builds the > system. Welcome, and thanks for the feedback. > However, I ran into several issues. Your troubles might indicate that you didn’t properly mount the ext4 and FAT file systems below /mnt. You should follow the manu

Re: U-Boot for Raspberry Pi

2021-11-02 Thread phodina
Hi Stefan, On Monday, November 1st, 2021 at 12:09 AM, Stefan wrote: > Hi! > > There is already a patch series available since May – patiently awaiting a > review –, which brings support for the Raspberry Pi. It even supports booting > via NFS, which helps to avoid all the common troubles with

Re: U-Boot for Raspberry Pi

2021-10-31 Thread Stefan
Hi! There is already a patch series available since May – patiently awaiting a review –, which brings support for the Raspberry Pi. It even supports booting via NFS, which helps to avoid all the common troubles with microSD cards. For the usual mircoSD card installation just partition and form

Re: U-Boot for Raspberry Pi

2021-10-30 Thread phodina
Hi vagrant, On Sunday, October 31st, 2021 at 12:05 AM, Vagrant Cascadian wrote: > On 2021-10-30, phodina via wrote: > > > I'm trying to run Guix System on Raspberry Pi. In order to do that we > > > > need a way to boot it up. > > > > There is the nonfree Broadcom bootloader, which does the job

Re: U-Boot for Raspberry Pi

2021-10-30 Thread Vagrant Cascadian
On 2021-10-30, phodina via wrote: > I'm trying to run Guix System on Raspberry Pi. In order to do that we > need a way to boot it up. > > There is the nonfree Broadcom bootloader, which does the job and it's > used by many distributions. > > However, there is also an open source alternative as U-Bo

U-Boot for Raspberry Pi

2021-10-30 Thread phodina via
Hi, I'm trying to run Guix System on Raspberry Pi. In order to do that we need a way to boot it up. There is the nonfree Broadcom bootloader, which does the job and it's used by many distributions. However, there is also an open source alternative as U-Boot supports the BCM SoCs. I had look