From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 8Oo8H97H+GI/WwAAbAwnHQ (envelope-from ) for ; Sun, 14 Aug 2022 12:01:02 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id gMBaHt7H+GK7NgEAG6o9tA (envelope-from ) for ; Sun, 14 Aug 2022 12:01:02 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2F2511C7E4 for ; Sun, 14 Aug 2022 12:01:02 +0200 (CEST) Received: from localhost ([::1]:50366 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oNAQX-0003Ay-3g for larch@yhetil.org; Sun, 14 Aug 2022 06:01:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41646) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oNAPa-0003Ao-P6 for guix-patches@gnu.org; Sun, 14 Aug 2022 06:00:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46049) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oNAPa-0004qH-Bu for guix-patches@gnu.org; Sun, 14 Aug 2022 06:00:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oNAPa-0004mN-4u for guix-patches@gnu.org; Sun, 14 Aug 2022 06:00:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#48314] [PATCH v3] Install guix system on Raspberry Pi Resent-From: phodina Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 14 Aug 2022 10:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48314 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Stefan Cc: Vagrant Cascadian , dannym@scratchpost.org, Ludovic =?UTF-8?Q?Court=C3=A8s?= , 48314@debbugs.gnu.org Received: via spool by 48314-submit@debbugs.gnu.org id=B48314.166047116118298 (code B ref 48314); Sun, 14 Aug 2022 10:00:02 +0000 Received: (at 48314) by debbugs.gnu.org; 14 Aug 2022 09:59:21 +0000 Received: from localhost ([127.0.0.1]:35798 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oNAOu-0004l4-Mg for submit@debbugs.gnu.org; Sun, 14 Aug 2022 05:59:20 -0400 Received: from mail-40131.protonmail.ch ([185.70.40.131]:51793) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oNAOr-0004kn-Ty for 48314@debbugs.gnu.org; Sun, 14 Aug 2022 05:59:19 -0400 Date: Sun, 14 Aug 2022 09:59:04 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1660471150; x=1660730350; bh=a4+sHoCWyVAGr7LBWB2orOA0c+czEK58z8TLMLyOmbs=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:Feedback-ID:From:To:Cc:Date:Subject:Reply-To: Feedback-ID:Message-ID; b=ayO/3/H9CuHQzT7YKdsc7iCxh65UG4PmsGHNAna5KHsPiqHpQAwTd9BiO2TIbGZx1 jinSRhQZ37mDmbsuNgLnt7GZj2tA/fqEVq7cBgzSbolT+X7wPyG7V59fWBBRJGe4y3 /5G+LrsD09eGX3QOr0iYVcQemSeSno3Et/5UTlDngFCF7p8NRn6uzuF+j9HRF9fZl9 EzzLbOCMXdzZc57z8AOHmVlFdW2PsWuIoPI8vqA47gIq0VxMXoDHRJx9Lk8mpsn2Y4 Z1RVEDeKIMdraB6l81h2pJYGtdODaGTpEIWlWfcLbDT5xA8hje6XwrUp20Da/SHa0a oQdce3wpKEvPg== Message-ID: In-Reply-To: References: Feedback-ID: 14143818:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" Reply-to: phodina X-ACL-Warn: , phodina via Guix-patches From: phodina via Guix-patches via X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1660471262; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=a4+sHoCWyVAGr7LBWB2orOA0c+czEK58z8TLMLyOmbs=; b=WXnz4AhFK8Zx3/EgB1/XwIekRquvU0U9PjpY0G3RCvFIeoj/WgO8WXI3HepCcCbwvc8chB lmViZPCd4QXcPwUwnT6ZKJMaG5C6IESyD8CYDFPpqDrbRQMKyqfAhKtyP4Nqly68vht5vt YbjjD7iPKUo1IAvrRHWKHg6klfWRqBI7CMNnajEj77V1NpFQ63Bvbb9RfeSM6bh5Wicv+o CR6dfm5nEsMnh8CpTI39BMVfhyY4G6g9gNeX0PEMTinK9e3EvU/Zfnji0Gk2uCYp7H9dLg apst267xNlaIPIhp4NlGD9ooXlyLjMAVgmx+tkEGo8zp3wPJyKyn0ForhOZ14w== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1660471262; a=rsa-sha256; cv=none; b=eys82N4llAmrPgTkUle8CGEGd+VKy8KAZ/k9FcsIy75EzkEXy8awFfBfMHZLoXvrV7AyEf R9OUVjeryaIXz0u8Q6COa6syvpU+kzyFTWAu/zuP9mBOda8xMO3qRZ4i6GCrGwGCI0Lcr3 NcO8m2C7zyDvWHLNoCfSV5WiH0ayVmwAl+GC+4j7MgK8+SYEg92HDKw7n1GC9QST8iJrWz PcK4bt9QCdvLnKfmCQmtUGw8qQN/ETbTpGJtSD8TFWiUGJ2dRL2IjM0ekchp8aYdP2BDIV 1BKpbS3MiDlP0ncCcsh4mZfEZhVXNS7kFh2xO6VDg8sE5Pzsfi0LEiPnrL172Q== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=protonmail.com header.s=protonmail3 header.b="ayO/3/H9"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.26 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=protonmail.com header.s=protonmail3 header.b="ayO/3/H9"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 2F2511C7E4 X-Spam-Score: -4.26 X-Migadu-Scanner: scn0.migadu.com X-TUID: 4TR1i8O10CXu Hi Stefan! > > I'll test it also on RPi3 I got it working also there. I do have RPi2 but I doubt it will run there a= s it's just not that powerful. > > I just have question regarding the example if it wouldn't be better to = prepare the whole image >=20 >=20 > Yes, certainly. As you may know I started with Guix on void with an NFS r= oot file-system and patched Guix to get to this point, still on NFS. So I h= ave no experience yet to build an image. >=20 > From what I saw in the code, I guess that more work needs to be done to g= enerate an image. My personal focus is to first get the patches merged. >=20 Yes, the focus should be on mainlining these changes first. > > IMHO having ISO image for Raspberry Pi 3,4 (aarch64) would be great as = it would allow them to run Guix easily without need to build it on some oth= er aarch64 machine or resort to crosscompile. What do you think? >=20 >=20 > Yes, I totally agree. I also think that it could help to spread Guix. It = would be great to see something like e.g. Pi-hole in the future to be based= on Guix System. >=20 I know there is some open source bootloader which is already packaged in Gu= ix `raspi-arm64-chainloader`. Maybe this would be the way in the future :-) Good luck ---- Petr