From c80595b8a9bd2ca76f3a85067d603f9efd881c5d Mon Sep 17 00:00:00 2001 From: RuffaloVM Date: Sat, 19 Feb 2022 00:00:03 +0900 Subject: [PATCH 01/12] Boot.adoc : Update about kernel.img Add Pi 1, Pi 0, Pi 0 W, CM --- documentation/asciidoc/computers/config_txt/boot.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/config_txt/boot.adoc b/documentation/asciidoc/computers/config_txt/boot.adoc index ebba73dbf..a20b86c5c 100644 --- a/documentation/asciidoc/computers/config_txt/boot.adoc +++ b/documentation/asciidoc/computers/config_txt/boot.adoc @@ -37,7 +37,7 @@ Set the `disable_commandline_tags` command to `1` to stop `start.elf` from filli === `kernel` -`kernel` is the alternative filename on the boot partition to use when loading the kernel. The default value on the Pi 1, Pi Zero, and Compute Module is `kernel.img`, and on the Pi 2, Pi 3, and Compute Module 3 it is `kernel7.img`. On the Pi4, it is `kernel7l.img`. +`kernel` is the alternative filename on the boot partition to use when loading the kernel. The default value on the Raspberry Pi 1, Zero and Zero W and Compute Module is `kernel.img`, and on the Pi 2, Pi 3, and Compute Module 3 it is `kernel7.img`. On the Pi4, it is `kernel7l.img`. === `arm_64bit` From 7cdf24de4cca6312cd374a5edbe52f7e366aa2a4 Mon Sep 17 00:00:00 2001 From: RuffaloVM Date: Sat, 19 Feb 2022 00:02:35 +0900 Subject: [PATCH 02/12] Boot.adoc : Update about kernel7.img Add Pi 2, Pi 3, Pi 3+, Pi 0 2 W, CM 3, CM 3+ --- documentation/asciidoc/computers/config_txt/boot.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/config_txt/boot.adoc b/documentation/asciidoc/computers/config_txt/boot.adoc index a20b86c5c..ae9c056aa 100644 --- a/documentation/asciidoc/computers/config_txt/boot.adoc +++ b/documentation/asciidoc/computers/config_txt/boot.adoc @@ -37,7 +37,7 @@ Set the `disable_commandline_tags` command to `1` to stop `start.elf` from filli === `kernel` -`kernel` is the alternative filename on the boot partition to use when loading the kernel. The default value on the Raspberry Pi 1, Zero and Zero W and Compute Module is `kernel.img`, and on the Pi 2, Pi 3, and Compute Module 3 it is `kernel7.img`. On the Pi4, it is `kernel7l.img`. +`kernel` is the alternative filename on the boot partition to use when loading the kernel. The default value on the Raspberry Pi 1, Zero and Zero W and Compute Module is `kernel.img`, and on the Raspberry Pi 2, 3, 3+ and Zero 2 W and Compute Module 3 and 3+ it is `kernel7.img`. On the Pi4, it is `kernel7l.img`. === `arm_64bit` From 01b0f1d02400e8a1ffbe3151fb1b28de0ab8bf8b Mon Sep 17 00:00:00 2001 From: RuffaloVM Date: Sat, 19 Feb 2022 00:03:34 +0900 Subject: [PATCH 03/12] Boot.adoc : Update about kernel7l.img Add Pi 4, Pi 400, CM 4 --- documentation/asciidoc/computers/config_txt/boot.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/config_txt/boot.adoc b/documentation/asciidoc/computers/config_txt/boot.adoc index ae9c056aa..b76dc199b 100644 --- a/documentation/asciidoc/computers/config_txt/boot.adoc +++ b/documentation/asciidoc/computers/config_txt/boot.adoc @@ -37,7 +37,7 @@ Set the `disable_commandline_tags` command to `1` to stop `start.elf` from filli === `kernel` -`kernel` is the alternative filename on the boot partition to use when loading the kernel. The default value on the Raspberry Pi 1, Zero and Zero W and Compute Module is `kernel.img`, and on the Raspberry Pi 2, 3, 3+ and Zero 2 W and Compute Module 3 and 3+ it is `kernel7.img`. On the Pi4, it is `kernel7l.img`. +`kernel` is the alternative filename on the boot partition to use when loading the kernel. The default value on the Raspberry Pi 1, Zero and Zero W and Compute Module is `kernel.img`, and on the Raspberry Pi 2, 3, 3+ and Zero 2 W and Compute Module 3 and 3+ it is `kernel7.img`. On the Raspberry Pi 4, 400 and Compute Module 4 it is `kernel7l.img`. === `arm_64bit` From 66e60f39ea76576e3123d52138518444aa54f30c Mon Sep 17 00:00:00 2001 From: RuffaloVM Date: Sat, 19 Feb 2022 07:05:14 +0900 Subject: [PATCH 04/12] Boot.adoc : fixed style-guide --- documentation/asciidoc/computers/config_txt/boot.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/config_txt/boot.adoc b/documentation/asciidoc/computers/config_txt/boot.adoc index b76dc199b..113204d2e 100644 --- a/documentation/asciidoc/computers/config_txt/boot.adoc +++ b/documentation/asciidoc/computers/config_txt/boot.adoc @@ -37,7 +37,7 @@ Set the `disable_commandline_tags` command to `1` to stop `start.elf` from filli === `kernel` -`kernel` is the alternative filename on the boot partition to use when loading the kernel. The default value on the Raspberry Pi 1, Zero and Zero W and Compute Module is `kernel.img`, and on the Raspberry Pi 2, 3, 3+ and Zero 2 W and Compute Module 3 and 3+ it is `kernel7.img`. On the Raspberry Pi 4, 400 and Compute Module 4 it is `kernel7l.img`. +`kernel` is the alternative filename on the boot partition to use when loading the kernel. The default value on the Raspberry Pi 1, Zero, Zero W and Raspberry Pi Compute Module is `kernel.img`, and on the Raspberry Pi 2, 3, 3+, Zero 2 W and Raspberry Pi Compute Module 3 and 3+ it is `kernel7.img`. On the Raspberry Pi 4, 400 and Raspberry Pi Compute Module 4 it is `kernel7l.img`. === `arm_64bit` From b641c891295853246c23810a3f7bdf3493634120 Mon Sep 17 00:00:00 2001 From: RuffaloVM Date: Sat, 19 Feb 2022 11:32:43 +0900 Subject: [PATCH 05/12] Boot.adoc : correct style guide --- documentation/asciidoc/computers/config_txt/boot.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/config_txt/boot.adoc b/documentation/asciidoc/computers/config_txt/boot.adoc index 113204d2e..c5af3069f 100644 --- a/documentation/asciidoc/computers/config_txt/boot.adoc +++ b/documentation/asciidoc/computers/config_txt/boot.adoc @@ -37,7 +37,7 @@ Set the `disable_commandline_tags` command to `1` to stop `start.elf` from filli === `kernel` -`kernel` is the alternative filename on the boot partition to use when loading the kernel. The default value on the Raspberry Pi 1, Zero, Zero W and Raspberry Pi Compute Module is `kernel.img`, and on the Raspberry Pi 2, 3, 3+, Zero 2 W and Raspberry Pi Compute Module 3 and 3+ it is `kernel7.img`. On the Raspberry Pi 4, 400 and Raspberry Pi Compute Module 4 it is `kernel7l.img`. +`kernel` is the alternative filename on the boot partition to use when loading the kernel. The default value on the Raspberry Pi 1, Zero and Zero W, and Raspberry Pi Compute Module 1 is `kernel.img`, and on the Raspberry Pi 2, 3, 3+ and Zero 2 W, and Raspberry Pi Compute Modules 3 and 3+" it is `kernel7.img`. On the Raspberry Pi 4 and 400, and Raspberry Pi Compute Module 4 it is `kernel7l.img`. === `arm_64bit` From 1a2767acb5620e297547a8328163acfd3c03b4b8 Mon Sep 17 00:00:00 2001 From: RuffaloVM Date: Sat, 19 Feb 2022 11:50:14 +0900 Subject: [PATCH 06/12] Boot.adoc : Update arm 64 bit --- documentation/asciidoc/computers/config_txt/boot.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/config_txt/boot.adoc b/documentation/asciidoc/computers/config_txt/boot.adoc index c5af3069f..c927df7a0 100644 --- a/documentation/asciidoc/computers/config_txt/boot.adoc +++ b/documentation/asciidoc/computers/config_txt/boot.adoc @@ -45,7 +45,7 @@ If set to non-zero, forces the kernel loading system to assume a 64-bit kernel, NOTE: 64-bit kernels may be uncompressed image files or a gzip archive of an image (which can still be called kernel8.img; the bootloader will recognize the archive from the signature bytes at the beginning). -NOTE: The 64-bit kernel will only work on the Raspberry Pi 4, 3, and 2B rev 1.2 boards with latest firmware. +NOTE: The 64-bit kernel will only work on the Raspberry Pi 3, 3+, 4, 400, Zero 2 W and 2B rev 1.2 boards with latest firmware. === `arm_control` From 11241f12ef3259f05ec3681ac0181085deef44e4 Mon Sep 17 00:00:00 2001 From: RuffaloVM Date: Sun, 20 Feb 2022 23:06:33 +0900 Subject: [PATCH 07/12] Boot.adoc : fix double-quote --- documentation/asciidoc/computers/config_txt/boot.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/config_txt/boot.adoc b/documentation/asciidoc/computers/config_txt/boot.adoc index c927df7a0..8868afb06 100644 --- a/documentation/asciidoc/computers/config_txt/boot.adoc +++ b/documentation/asciidoc/computers/config_txt/boot.adoc @@ -37,7 +37,7 @@ Set the `disable_commandline_tags` command to `1` to stop `start.elf` from filli === `kernel` -`kernel` is the alternative filename on the boot partition to use when loading the kernel. The default value on the Raspberry Pi 1, Zero and Zero W, and Raspberry Pi Compute Module 1 is `kernel.img`, and on the Raspberry Pi 2, 3, 3+ and Zero 2 W, and Raspberry Pi Compute Modules 3 and 3+" it is `kernel7.img`. On the Raspberry Pi 4 and 400, and Raspberry Pi Compute Module 4 it is `kernel7l.img`. +`kernel` is the alternative filename on the boot partition to use when loading the kernel. The default value on the Raspberry Pi 1, Zero and Zero W, and Raspberry Pi Compute Module 1 is `kernel.img`, and on the Raspberry Pi 2, 3, 3+ and Zero 2 W, and Raspberry Pi Compute Modules 3 and 3+ it is `kernel7.img`. On the Raspberry Pi 4 and 400, and Raspberry Pi Compute Module 4 it is `kernel7l.img`. === `arm_64bit` From bd2adc01869173dbd7985857cd2050001e754ee2 Mon Sep 17 00:00:00 2001 From: RuffaloVM Date: Sun, 20 Feb 2022 23:11:35 +0900 Subject: [PATCH 08/12] Boot.adoc : delete the old description --- documentation/asciidoc/computers/config_txt/boot.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/config_txt/boot.adoc b/documentation/asciidoc/computers/config_txt/boot.adoc index 8868afb06..584470d8b 100644 --- a/documentation/asciidoc/computers/config_txt/boot.adoc +++ b/documentation/asciidoc/computers/config_txt/boot.adoc @@ -45,7 +45,7 @@ If set to non-zero, forces the kernel loading system to assume a 64-bit kernel, NOTE: 64-bit kernels may be uncompressed image files or a gzip archive of an image (which can still be called kernel8.img; the bootloader will recognize the archive from the signature bytes at the beginning). -NOTE: The 64-bit kernel will only work on the Raspberry Pi 3, 3+, 4, 400, Zero 2 W and 2B rev 1.2 boards with latest firmware. +NOTE: The 64-bit kernel will only work on the Raspberry Pi 3, 3+, 4, 400, Zero 2 W and 2B rev 1.2 boards. === `arm_control` From 65d460bb8e7c1a8a23c61c062b340690bad7087f Mon Sep 17 00:00:00 2001 From: RuffaloVM Date: Sun, 20 Feb 2022 23:15:51 +0900 Subject: [PATCH 09/12] Boot.adoc : add CM 3, 3+ and 4 --- documentation/asciidoc/computers/config_txt/boot.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/config_txt/boot.adoc b/documentation/asciidoc/computers/config_txt/boot.adoc index 584470d8b..3994da688 100644 --- a/documentation/asciidoc/computers/config_txt/boot.adoc +++ b/documentation/asciidoc/computers/config_txt/boot.adoc @@ -45,7 +45,7 @@ If set to non-zero, forces the kernel loading system to assume a 64-bit kernel, NOTE: 64-bit kernels may be uncompressed image files or a gzip archive of an image (which can still be called kernel8.img; the bootloader will recognize the archive from the signature bytes at the beginning). -NOTE: The 64-bit kernel will only work on the Raspberry Pi 3, 3+, 4, 400, Zero 2 W and 2B rev 1.2 boards. +NOTE: The 64-bit kernel will only work on the Raspberry Pi 3, 3+, 4, 400, Zero 2 W and 2B rev 1.2, and Raspberry Pi Compute Modules 3, 3+ and 4. === `arm_control` From 646938c65ac15e307004cf1d71f308a7a9d22d2f Mon Sep 17 00:00:00 2001 From: RuffaloVM Date: Sun, 20 Feb 2022 23:23:46 +0900 Subject: [PATCH 10/12] Boot.adoc : add spacing Raspberry Pi --- documentation/asciidoc/computers/config_txt/boot.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/config_txt/boot.adoc b/documentation/asciidoc/computers/config_txt/boot.adoc index 3994da688..573ed51ac 100644 --- a/documentation/asciidoc/computers/config_txt/boot.adoc +++ b/documentation/asciidoc/computers/config_txt/boot.adoc @@ -154,7 +154,7 @@ Pi 4B and Pi 400 (not CM4 or CM4IO) add a high performance USB 3 controller, att `otg_mode=1` requests that a more capable XHCI USB 2 controller is used as another host controller on that USB-C connector. -NOTE: Because CM4 and CM4IO don't include the external USB 3 controller RaspberryPi OS images set `otg_mode=1` on CM4 for better performance. +NOTE: Because CM4 and CM4IO don't include the external USB 3 controller Raspberry Pi OS images set `otg_mode=1` on CM4 for better performance. [[overlay_prefix]] === `overlay_prefix` From 434a7c6a86470a42806fc809ac5a395dc82162ff Mon Sep 17 00:00:00 2001 From: RuffaloVM Date: Sun, 20 Feb 2022 23:40:26 +0900 Subject: [PATCH 11/12] Boot.adoc : add comma on controller --- documentation/asciidoc/computers/config_txt/boot.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/config_txt/boot.adoc b/documentation/asciidoc/computers/config_txt/boot.adoc index 573ed51ac..941f050a4 100644 --- a/documentation/asciidoc/computers/config_txt/boot.adoc +++ b/documentation/asciidoc/computers/config_txt/boot.adoc @@ -154,7 +154,7 @@ Pi 4B and Pi 400 (not CM4 or CM4IO) add a high performance USB 3 controller, att `otg_mode=1` requests that a more capable XHCI USB 2 controller is used as another host controller on that USB-C connector. -NOTE: Because CM4 and CM4IO don't include the external USB 3 controller Raspberry Pi OS images set `otg_mode=1` on CM4 for better performance. +NOTE: Because CM4 and CM4IO don't include the external USB 3 controller, Raspberry Pi OS images set `otg_mode=1` on CM4 for better performance. [[overlay_prefix]] === `overlay_prefix` From 84f79963954dadd77509a00e478ddf401f2dbab3 Mon Sep 17 00:00:00 2001 From: RuffaloVM Date: Mon, 21 Feb 2022 11:16:20 +0900 Subject: [PATCH 12/12] Boot.adoc : convert sentence --- documentation/asciidoc/computers/config_txt/boot.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/config_txt/boot.adoc b/documentation/asciidoc/computers/config_txt/boot.adoc index 941f050a4..41e4546d8 100644 --- a/documentation/asciidoc/computers/config_txt/boot.adoc +++ b/documentation/asciidoc/computers/config_txt/boot.adoc @@ -37,7 +37,7 @@ Set the `disable_commandline_tags` command to `1` to stop `start.elf` from filli === `kernel` -`kernel` is the alternative filename on the boot partition to use when loading the kernel. The default value on the Raspberry Pi 1, Zero and Zero W, and Raspberry Pi Compute Module 1 is `kernel.img`, and on the Raspberry Pi 2, 3, 3+ and Zero 2 W, and Raspberry Pi Compute Modules 3 and 3+ it is `kernel7.img`. On the Raspberry Pi 4 and 400, and Raspberry Pi Compute Module 4 it is `kernel7l.img`. +`kernel` is the alternative filename on the boot partition to use when loading the kernel. The default value on the Raspberry Pi 1, Zero and Zero W, and Raspberry Pi Compute Module 1 is `kernel.img`. The default value on the Raspberry Pi 2, 3, 3+ and Zero 2 W, and Raspberry Pi Compute Modules 3 and 3+ is `kernel7.img`. The default value on the Raspberry Pi 4 and 400, and Raspberry Pi Compute Module 4 is `kernel7l.img`. === `arm_64bit`