GNU bug report logs - #74887
[PATCH] gnu: pinebook-pro-image-type: augment partition offset.

Previous Next

Package: guix-patches;

Reported by: Yarl Baudig <yarl-baudig <at> mailoo.org>

Date: Sun, 15 Dec 2024 14:10:03 UTC

Severity: normal

Tags: patch

Done: dannym <at> friendly-machines.com

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74887 in the body.
You can then email your comments to 74887 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#74887; Package guix-patches. (Sun, 15 Dec 2024 14:10:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Yarl Baudig <yarl-baudig <at> mailoo.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 15 Dec 2024 14:10:10 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Yarl Baudig <yarl-baudig <at> mailoo.org>
To: guix-patches <at> gnu.org
Cc: Yarl Baudig <yarl-baudig <at> mailoo.org>
Subject: [PATCH] gnu: pinebook-pro-image-type: augment partition offset.
Date: Sun, 15 Dec 2024 15:07:31 +0100
* gnu/system/images/pinebook-pro.scm: augment partition offset
to make room for the bootloader.

Change-Id: I91a3758243a13960165d40b94efe017e6e059a22
---
u-boot.itb is too big and overwrites the system partition.
 gnu/system/images/pinebook-pro.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/images/pinebook-pro.scm b/gnu/system/images/pinebook-pro.scm
index 3a0f3abf1f..2282e13719 100644
--- a/gnu/system/images/pinebook-pro.scm
+++ b/gnu/system/images/pinebook-pro.scm
@@ -61,7 +61,7 @@ (define pinebook-pro-image-type
    (constructor (lambda (os)
                   (image
                    (inherit
-                    (raw-with-offset-disk-image (* 9 (expt 2 20)))) ;9MiB
+                    (raw-with-offset-disk-image (* 16 (expt 2 20)))) ;16MiB
                    (operating-system os)
                    (platform aarch64-linux))))))
 
-- 
2.46.0







Reply sent to dannym <at> friendly-machines.com:
You have taken responsibility. (Wed, 01 Jan 2025 12:41:02 GMT) Full text and rfc822 format available.

Notification sent to Yarl Baudig <yarl-baudig <at> mailoo.org>:
bug acknowledged by developer. (Wed, 01 Jan 2025 12:41:02 GMT) Full text and rfc822 format available.

Message #10 received at 74887-done <at> debbugs.gnu.org (full text, mbox):

From: dannym <at> friendly-machines.com
To: 74887-done <at> debbugs.gnu.org
Subject: merged pinebook partition offset change to master
Date: Wed, 01 Jan 2025 13:40:30 +0100
Hi,

I've merged the pinebook partition offset change to guix master as 
commit 41e192c922ec4747e399ee956f162602b6391edd.

Cheers,
   Danny





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 30 Jan 2025 12:24:17 GMT) Full text and rfc822 format available.

This bug report was last modified 140 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.