GNU bug report logs -
#61769
[PATCH 0/1] gnu: u-boot-rock64-rk3328: Fix.
Previous Next
Reported by: Simon South <simon <at> simonsouth.net>
Date: Fri, 24 Feb 2023 20:07:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
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 61769 in the body.
You can then email your comments to 61769 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#61769
; Package
guix-patches
.
(Fri, 24 Feb 2023 20:07:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Simon South <simon <at> simonsouth.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 24 Feb 2023 20:07:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This patch fixes a typo in the package definition for u-boot-rock64-rk3328,
the default bootloader for ROCK64 computers, that causes the machine to fail
to boot.
Inadvertently setting the wrong environment variable means the firmware
package normally bundled into the bootloader isn't found at build time. In
fact the build log[0] notes
WARNING: BL31 file bl31.elf NOT found, resulting binary is non-functional
U-Boot complains about the missing firmware at boot and the system freezes
when attempting to start the kernel.
Tested on an actual ROCK64 and the patch appears to work fine.
--
Simon South
simon <at> simonsouth.net
[0] https://ci.guix.gnu.org/build/350374/log/raw
Simon South (1):
gnu: u-boot-rock64-rk3328: Fix.
gnu/packages/bootloaders.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
base-commit: e615aaca28fd6b797e9b41a71096ebe878c89299
--
2.39.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#61769
; Package
guix-patches
.
(Fri, 24 Feb 2023 20:09:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 61769 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bootloaders.scm (u-boot-rock64-rk3328)[arguments]: Fix typo.
---
gnu/packages/bootloaders.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 9d56efb628..7e839fa859 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -1193,7 +1193,7 @@ (define-public u-boot-rock64-rk3328
#~(modify-phases #$phases
(add-after 'unpack 'set-environment
(lambda* (#:key native-inputs inputs #:allow-other-keys)
- (setenv "BL31 "(search-input-file inputs "bl31.elf"))))))))
+ (setenv "BL31" (search-input-file inputs "bl31.elf"))))))))
(inputs
(modify-inputs (package-inputs base)
(append arm-trusted-firmware-rk3328))))))
--
2.39.1
Reply sent
to
Leo Famulari <leo <at> famulari.name>
:
You have taken responsibility.
(Fri, 24 Feb 2023 20:46:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Simon South <simon <at> simonsouth.net>
:
bug acknowledged by developer.
(Fri, 24 Feb 2023 20:46:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 61769-done <at> debbugs.gnu.org (full text, mbox):
On Fri, Feb 24, 2023 at 03:05:51PM -0500, Simon South wrote:
> This patch fixes a typo in the package definition for u-boot-rock64-rk3328,
> the default bootloader for ROCK64 computers, that causes the machine to fail
> to boot.
>
> Inadvertently setting the wrong environment variable means the firmware
> package normally bundled into the bootloader isn't found at build time. In
> fact the build log[0] notes
>
> WARNING: BL31 file bl31.elf NOT found, resulting binary is non-functional
>
> U-Boot complains about the missing firmware at boot and the system freezes
> when attempting to start the kernel.
>
> Tested on an actual ROCK64 and the patch appears to work fine.
Thanks for the patch and explanation! Pushed as
df8b8f0c76388239dac9f2892c97b92e92c92901
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 25 Mar 2023 11:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 49 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.