mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: raspberry-pi: Fix package description, and typo in comment.
* gnu/packages/raspberry-pi.scm (raspi-gpio): Fix parentheses, grammar, and typo in description. (grub-efi-bootloader-chain-raspi-64): Fix typo in comment. Change-Id: I341cc33564a190fdf94d86367d43a7dd29076ad5 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
9f6b8a7f25
commit
1d4eea73e8
1 changed files with 5 additions and 5 deletions
|
@ -102,10 +102,10 @@ used in the Raspberry Pi")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(synopsis "State dumper for BCM270x GPIOs")
|
(synopsis "State dumper for BCM270x GPIOs")
|
||||||
(description "Tool to help debug / hack at the BCM283x GPIO. You can dump
|
(description "Tool to help debug / hack at the BCM283x GPIO. You can dump
|
||||||
the state of a GPIO or (all GPIOs). You can change a GPIO mode and pulls (and
|
the state of a GPIO (or all GPIOs). You can change a GPIO mode and pulls (and
|
||||||
level if set as an output). Beware this tool writes directly to the BCM283x
|
level, if set as an output). Beware that this tool writes directly to the
|
||||||
GPIO reisters, ignoring anything else that may be using them (like Linux
|
BCM283x GPIO registers, ignoring anything else that may be using them (like
|
||||||
drivers).")
|
Linux drivers).")
|
||||||
(home-page "https://github.com/RPi-Distro/raspi-gpio")
|
(home-page "https://github.com/RPi-Distro/raspi-gpio")
|
||||||
(supported-systems '("armhf-linux" "aarch64-linux"))
|
(supported-systems '("armhf-linux" "aarch64-linux"))
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3))))
|
||||||
|
@ -337,7 +337,7 @@ kernel LINUX."
|
||||||
;; data is usually assumed to be existing on PCs. It creates firmware
|
;; data is usually assumed to be existing on PCs. It creates firmware
|
||||||
;; configuration files and a bootloader-chain with U-Boot to provide an EFI
|
;; configuration files and a bootloader-chain with U-Boot to provide an EFI
|
||||||
;; API for the final GRUB bootloader. It also serves as a blue-print to
|
;; API for the final GRUB bootloader. It also serves as a blue-print to
|
||||||
;; create an a custom bootloader-chain with firmware and device-tree
|
;; create a custom bootloader-chain with firmware and device-tree
|
||||||
;; packages or files.
|
;; packages or files.
|
||||||
(efi-bootloader-chain grub-efi-netboot-removable-bootloader
|
(efi-bootloader-chain grub-efi-netboot-removable-bootloader
|
||||||
#:packages (list u-boot-rpi-arm64-efi-bin)
|
#:packages (list u-boot-rpi-arm64-efi-bin)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue