Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge latest changes to production! #3725

Merged
merged 18 commits into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
54ff474
Bump nokogiri from 1.16.4 to 1.16.5
dependabot[bot] May 13, 2024
d892a71
Bump carlosperate/arm-none-eabi-gcc-action from 1.8.1 to 1.8.2
dependabot[bot] Jun 3, 2024
453140d
Add summary table to raspberry pi hardware doc
nathan-contino Jun 11, 2024
2952e3c
Incorporate feedback
nathan-contino Jun 11, 2024
554aece
Compute module GPIO pin clarity
nathan-contino Jun 11, 2024
3d96997
Revise wifi speed, add power spec to pi 4 in addition to 400
nathan-contino Jun 11, 2024
864dce1
Minor table fixes; pending CM, Pico, and Zero BT/Wi-Fi specs
nathan-contino Jun 11, 2024
0193d56
Add wifi and bluetooth specs to zero, cm, and pico tables
nathan-contino Jun 12, 2024
e2ed17e
Improve schematic ordering
nathan-contino Jun 12, 2024
3d33be7
Change top H2 in hardware section to introduction instead of duplicat…
nathan-contino Jun 12, 2024
fa62d67
Revise maximum Pico W and WH wifi speed
nathan-contino Jun 12, 2024
a73161a
Update patching.adoc used of `head` to show correct output
cHemingway Jun 14, 2024
fa37ab9
Merge pull request #3724 from cHemingway/patch-1
nathan-contino Jun 14, 2024
d246888
Implement copy-edit feedback
nathan-contino Jun 14, 2024
5c5bc20
Transform wifi and bluetooth columns into wireless connectivity colum…
nathan-contino Jun 14, 2024
8a98e4b
Merge pull request #3721 from raspberrypi/model-summary-table
nathan-contino Jun 14, 2024
ef4e5d7
Merge pull request #3628 from raspberrypi/dependabot/bundler/develop/…
nathan-contino Jun 14, 2024
c045773
Merge pull request #3685 from raspberrypi/dependabot/github_actions/d…
nathan-contino Jun 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
version: 1.10.2
- name: Install arm-none-eabi-gcc GNU Arm Embedded Toolchain
uses: carlosperate/arm-none-eabi-gcc-action@v1.8.1
uses: carlosperate/arm-none-eabi-gcc-action@v1.8.2
- name: Install Doxygen
run: |
wget https://www.doxygen.nl/files/doxygen-1.10.0.linux.bin.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ GEM
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
nokogiri (1.16.4)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pathutil (0.16.2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ image::images/cm4.jpg[alt="Compute Module 4", width="60%"]

The Compute Module 4 (CM4) contains the internals of a Raspberry Pi 4 (the BCM2711 processor and 1GB, 2GB, 4GB, or 8GB of RAM) as well as an optional 0GB (Lite), 8GB, 16GB or 32GB of eMMC flash storage.

Unlike CM1, CM3, and CM3+, CM4 does not use the DDR2 SODIMM form factor. Instead, CM4 uses two 100-pin high density connectors in a smaller physical footprint.
Unlike CM1, CM3, and CM3+, CM4 does not use the DDR2 SO-DIMM form factor. Instead, CM4 uses two 100-pin high density connectors in a smaller physical footprint.
This change helped add the following interfaces:

* an additional second HDMI port
Expand All @@ -33,7 +33,7 @@ The previous form factor could not have supported these interfaces.
.Compute Module 4S
image::images/cm4s.jpg[alt="Compute Module 4S", width="60%"]

The Compute Module 4S (CM4S) contains the internals of a Raspberry Pi 4 (the BCM2711 processor and 1GB, 2GB, 4GB, or 8GB of RAM) as well as an optional 0GB (Lite), 8GB, 16GB or 32GB of eMMC flash storage. Unlike CM4, CM4S comes in same the DDR2 SODIMM form factor as CM1, CM3, and CM3+.
The Compute Module 4S (CM4S) contains the internals of a Raspberry Pi 4 (the BCM2711 processor and 1GB, 2GB, 4GB, or 8GB of RAM) as well as an optional 0GB (Lite), 8GB, 16GB or 32GB of eMMC flash storage. Unlike CM4, CM4S comes in same the DDR2 SO-DIMM form factor as CM1, CM3, and CM3+.

[[compute-module-3-plus]]
=== Compute Module 3+
Expand Down
3 changes: 2 additions & 1 deletion documentation/asciidoc/computers/linux_kernel/patching.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ Always check your version of the kernel before applying patches. In a kernel sou

[source,console]
----
$ head Makefile -n 3
$ head Makefile -n 4
----

You should see output similar to the following:

----
# SPDX-License-Identifier: GPL-2.0
VERSION = 6
PATCHLEVEL = 1
SUBLEVEL = 38
Expand Down
2 changes: 1 addition & 1 deletion documentation/asciidoc/computers/processors.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ include::processors/bcm2711.adoc[]

include::processors/bcm2712.adoc[]

include::processors/rp3a0.adoc[]
include::processors/rp3a0.adoc[]
2 changes: 2 additions & 0 deletions documentation/asciidoc/computers/raspberry-pi.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include::raspberry-pi/introduction.adoc[]

include::raspberry-pi/raspberry-pi-schematics.adoc[]

include::raspberry-pi/raspberry-pi-compliance.adoc[]
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading