From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id MKrPHpUa+18oEQAA0tVLHw (envelope-from ) for ; Sun, 10 Jan 2021 15:17:41 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id CJamGpUa+19dEgAA1q6Kng (envelope-from ) for ; Sun, 10 Jan 2021 15:17:41 +0000 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 1840E940111 for ; Sun, 10 Jan 2021 15:17:40 +0000 (UTC) Received: from localhost ([::1]:35250 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kycTL-0007DW-SF for larch@yhetil.org; Sun, 10 Jan 2021 10:17:39 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:46208) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kycSk-0007D8-OV for guix-patches@gnu.org; Sun, 10 Jan 2021 10:17:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:43124) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kycSk-0001Gz-HR for guix-patches@gnu.org; Sun, 10 Jan 2021 10:17:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kycSk-0000ag-DR for guix-patches@gnu.org; Sun, 10 Jan 2021 10:17:02 -0500 Subject: bug#45584: [PATCH 0/2] system: image: Fix root fs corruption from certain u-boot. Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sun, 10 Jan 2021 15:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 45584 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Caliph Nomble Mail-Followup-To: 45584@debbugs.gnu.org, othacehe@gnu.org, calnomble@protonmail.com Received: via spool by 45584-done@debbugs.gnu.org id=D45584.16102918042228 (code D ref 45584); Sun, 10 Jan 2021 15:17:02 +0000 Received: (at 45584-done) by debbugs.gnu.org; 10 Jan 2021 15:16:44 +0000 Received: from localhost ([127.0.0.1]:54669 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kycSS-0000Zs-Ll for submit@debbugs.gnu.org; Sun, 10 Jan 2021 10:16:44 -0500 Received: from eggs.gnu.org ([209.51.188.92]:52970) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kycSR-0000Zd-3V for 45584-done@debbugs.gnu.org; Sun, 10 Jan 2021 10:16:43 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:48220) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kycSL-0001AS-Uu; Sun, 10 Jan 2021 10:16:37 -0500 Received: from [2a01:e0a:19b:d9a0:d54b:f4e5:4687:8012] (port=41246 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kycSL-0001rM-Ho; Sun, 10 Jan 2021 10:16:37 -0500 From: Mathieu Othacehe References: <87zh1swsch.fsf@gnu.org> <87zh1rp8yx.fsf@gnu.org> Date: Sun, 10 Jan 2021 16:16:36 +0100 In-Reply-To: (Caliph Nomble's message of "Sun, 10 Jan 2021 00:48:33 +0000") Message-ID: <871resg6uj.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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: , Cc: 45584-done@debbugs.gnu.org Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.85 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 1840E940111 X-Spam-Score: -2.85 X-Migadu-Scanner: scn0.migadu.com X-TUID: N2ODEn068391 Hello, > Sorry for the late response. I just got a chance to test on a pinebook-pro, and > was able to use a generated image on it. Screen wouldn't turn on but I got a > functioning shell on serial; I was still just using mainline > linux-libre-arm64-generic so I don't think that's a bootloader problem. Many thanks for testing. I pushed the patch I proposed. > Over the past few days I've been playing with u-boot, and I think that the > install offset may be configurable, with the current offset just being used for > compatability with Rockchip's proprietary miniloader. I could make a patchset > to move u-boot up and test it out on the pinebook-pro and rockpro64, if that > would be a better solution? Sure that could be nice and in that case we could revert the 9MiB offset change in gnu/system/image/pinebook-pro.scm. I also found that janneke used some kernel-arguments that could maybe help you in this blog post: https://joyofsource.com/guix-system-on-the-pinebook-pro.html. Closing this one, Thanks, Mathieu