-
Notifications
You must be signed in to change notification settings - Fork 2k
Trixie image updates and accessibility changes #4207
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
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
39750e9
Bump actions/checkout from 4 to 5
dependabot[bot] 8ecc962
Bump actions/setup-python from 5 to 6
dependabot[bot] c1c5279
Bump actions/stale from 9 to 10
dependabot[bot] ce0e1f4
Bump pyyaml from 6.0.2 to 6.0.3
dependabot[bot] cb3629b
Start updating Arm trademark.
katshann-raspberry 8b64bf1
Update Arm trademarks
katshann-raspberry d10cc1c
Update for correct instruction set name
katshann-raspberry 25e04c1
Merge pull request #4202 from raspberrypi/arm-arm
katshann-raspberry 95a1233
Merge pull request #4199 from raspberrypi/dependabot/pip/develop/pyya…
katshann-raspberry efaeeda
Merge pull request #4176 from raspberrypi/dependabot/github_actions/d…
katshann-raspberry 9481079
Merge pull request #4175 from raspberrypi/dependabot/github_actions/d…
katshann-raspberry 71a2965
Merge branch 'develop' into dependabot/github_actions/develop/actions…
katshann-raspberry 4d43c3f
Merge pull request #4153 from raspberrypi/dependabot/github_actions/d…
katshann-raspberry cd3a172
Update a couple of images
katshann-raspberry d20c54e
Update some screenshots and related words
katshann-raspberry a81ce28
Crop one image
katshann-raspberry 8172f87
Fix broken link
katshann-raspberry 0c63b16
Update documentation/asciidoc/computers/os/updating.adoc
katshann-raspberry ee89a7f
Update documentation/asciidoc/computers/remote-access/find-your-ip-ad…
katshann-raspberry cef2f3b
Update documentation/asciidoc/computers/remote-access/vnc.adoc
katshann-raspberry e1a6b95
Update documentation/asciidoc/computers/software-sources.adoc
katshann-raspberry 382a85d
Add two more image changes
katshann-raspberry 0853827
Updates from Andrew review!
katshann-raspberry 6e4c577
Some quick accessibility wins
katshann-raspberry f1a6166
Accessibility tweak
katshann-raspberry 12bcd32
Update nav header to h2. CSS tweak to retain size.
katshann-raspberry 93c3553
Further CSS tweaks
katshann-raspberry 81eebfd
Merge pull request #4204 from raspberrypi/trixie-followup
katshann-raspberry 8ac282a
Merge pull request #4206 from raspberrypi/accessibility-tweaks
katshann-raspberry File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-441 KB
(22%)
documentation/asciidoc/accessories/build-hat/images/setting-up.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -2,7 +2,7 @@ | |||||
|
|
||||||
| NOTE: Before starting to work with your Raspberry Pi Build HAT you should xref:../computers/getting-started.adoc#setting-up-your-raspberry-pi[set up] your Raspberry Pi, xref:../computers/getting-started.adoc#installing-the-operating-system[install] the latest version of the operating system using https://www.raspberrypi.com/downloads/[Raspberry Pi Imager]. | ||||||
|
|
||||||
| Attach 9mm spacers to the bottom of the board. Seat the Raspberry Pi Build HAT onto your Raspberry Pi. Make sure you put it on the right way up. Unlike other HATs, all the components are on the bottom, leaving room for a breadboard or LEGO® elements on top. | ||||||
| Attach 9mm spacers to the bottom of the board. Seat the Raspberry Pi Build HAT onto your Raspberry Pi. Make sure you put it on the right way up. Unlike other HATs, all the components are on the bottom, leaving room for a breadboard or LEGO® elements on top. | ||||||
|
|
||||||
| video::images/fitting-build-hat.webm[width="80%"] | ||||||
|
|
||||||
|
|
@@ -18,22 +18,22 @@ The following pins are used by the Build HAT itself and you should not connect a | |||||
| [cols="^1,^1,^1", width="75%", options="header"] | ||||||
| |=== | ||||||
| | GPIO| Use | Status | ||||||
| | GPIO0/1 | ID prom | | ||||||
| | GPIO4| Reset | | ||||||
| | GPIO14| Tx | | ||||||
| | GPIO15| Rx | | ||||||
| | GPIO0/1 | ID prom | | ||||||
| | GPIO4| Reset | | ||||||
| | GPIO14| Tx | | ||||||
| | GPIO15| Rx | | ||||||
| | GPIO16 | RTS | unused | ||||||
| | GPIO17 | CTS | unused | ||||||
| |=== | ||||||
|
|
||||||
|
|
||||||
| === Set up your Raspberry Pi | ||||||
|
|
||||||
| Once the Raspberry Pi has booted, open the Raspberry Pi Configuration tool by clicking on the Raspberry Menu button and then selecting "Preferences" and then "Raspberry Pi Configuration". | ||||||
| Once the Raspberry Pi has booted, open the Control Centre tool by selecting the Raspberry Menu button and then selecting **Preferences > Control Centre**. | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| Click on the "interfaces" tab and adjust the Serial settings as shown below: | ||||||
| Select the **Interfaces** tab and adjust the serial settings as shown in the following image: | ||||||
|
|
||||||
| image::images/setting-up.png[width="50%"] | ||||||
| image::images/setting-up.png["The Interfaces tab. SSH, VNC, and Serial Port are enabled. The rest of the options are not enabled.", width="50%"] | ||||||
|
|
||||||
| ==== Use your Raspberry Pi headless | ||||||
|
|
||||||
|
|
||||||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+667 KB
(220%)
documentation/asciidoc/accessories/monitor/images/monitor-hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.