help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: U-Boot for Raspberry Pi


From: Reza Alizadeh Majd
Subject: Re: U-Boot for Raspberry Pi
Date: Mon, 21 Feb 2022 14:38:47 +0330

On Sat, 19 Feb 2022 00:12:37 +0100
Ricardo Wurmus <rekado@elephly.net> 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 the build:

adding the following kernel modules: 

--8<---------------cut here---------------start------------->8---
(initrd-modules (append (list "mmc_block" "rtsx_pci_sdmmc" "rtsx_pci")
                        %base-initrd-modules))
--8<---------------cut here---------------end--------------->8---

I receive following error: 

--8<---------------cut here---------------start------------->8---
Backtrace:
           5 (primitive-load "/gnu/store/gdz17k41dvf1b38y9wzs8assi9n?")
In ice-9/eval.scm:
    619:8  4 (_ #f)
   626:19  3 (_ #<directory (guile-user) 7fffb6a71f00>)
   293:34  2 (_ #(#<directory (guile-user) 7fffb6a71f00> #<procedu?>))
In srfi/srfi-1.scm:
   586:17  1 (map1 ("mmc-block" "rtsx_pci_sdmmc" "rtsx_pci" "ahci" ?))
In gnu/build/linux-modules.scm:
    257:5  0 (find-module-file _ _)

gnu/build/linux-modules.scm:257:5: In procedure find-module-file:
kernel module not found "mmc-block" 
"/gnu/store/8pms0r4zvqxx6bqaz8rw2h3ynjfynqdx-linux-libre-arm64-generic-5.14.15/lib/modules"
--8<---------------cut here---------------end--------------->8---


Regards, 
Reza

-- 
Reza Alizadeh Majd
PantherX Team
https://pantherx.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]