From afaab44a3365ddcae2ed7bfc204b989113b7e4fc Mon Sep 17 00:00:00 2001 From: RuffaloVM Date: Wed, 16 Feb 2022 08:43:32 +0900 Subject: [PATCH 1/2] Raspberry-pi-industrial.adoc : remove duplicated words --- .../computers/raspberry-pi/raspberry-pi-industrial.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/raspberry-pi/raspberry-pi-industrial.adoc b/documentation/asciidoc/computers/raspberry-pi/raspberry-pi-industrial.adoc index e2c876406..fe55b42d6 100644 --- a/documentation/asciidoc/computers/raspberry-pi/raspberry-pi-industrial.adoc +++ b/documentation/asciidoc/computers/raspberry-pi/raspberry-pi-industrial.adoc @@ -21,7 +21,7 @@ Also, from 36 to 43 (inclusive), there are eight rows of 32 bits available for t To program these bits, you will need to use the vcmailbox. This is a Linux driver interface to the firmware which will handle the programming of the rows. To do this, please refer to the https://github.com/raspberrypi/firmware/wiki/Mailbox-property-interface[documentation], and the vcmailbox https://github.com/raspberrypi/userland/blob/master/host_applications/linux/apps/vcmailbox/vcmailbox.c[example application]. -The vcmailbox application can be used directly from the command line on a Raspberry Pi Raspberry Pi OS build. An example usage would be: +The vcmailbox application can be used directly from the command line on a Raspberry Pi OS build. An example usage would be: [,bash] ---- From 004c0aee223f98d9dc5a68feaf1b29dd838f9777 Mon Sep 17 00:00:00 2001 From: RuffaloVM Date: Wed, 16 Feb 2022 08:59:45 +0900 Subject: [PATCH 2/2] Raspberry-pi-industrial.adoc : simplified edit --- .../computers/raspberry-pi/raspberry-pi-industrial.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/raspberry-pi/raspberry-pi-industrial.adoc b/documentation/asciidoc/computers/raspberry-pi/raspberry-pi-industrial.adoc index fe55b42d6..ac40786af 100644 --- a/documentation/asciidoc/computers/raspberry-pi/raspberry-pi-industrial.adoc +++ b/documentation/asciidoc/computers/raspberry-pi/raspberry-pi-industrial.adoc @@ -21,7 +21,7 @@ Also, from 36 to 43 (inclusive), there are eight rows of 32 bits available for t To program these bits, you will need to use the vcmailbox. This is a Linux driver interface to the firmware which will handle the programming of the rows. To do this, please refer to the https://github.com/raspberrypi/firmware/wiki/Mailbox-property-interface[documentation], and the vcmailbox https://github.com/raspberrypi/userland/blob/master/host_applications/linux/apps/vcmailbox/vcmailbox.c[example application]. -The vcmailbox application can be used directly from the command line on a Raspberry Pi OS build. An example usage would be: +The vcmailbox application can be used directly from the command line on Raspberry Pi OS. An example usage would be: [,bash] ----