Skip to content

Commit 65f4ae3

Browse files
Merge pull request #4213 from raspberrypi/develop
Trixie support notes
2 parents 050302c + 436582e commit 65f4ae3

File tree

5 files changed

+13
-10
lines changed

5 files changed

+13
-10
lines changed

documentation/asciidoc/accessories/ai-hat-plus/about.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ Raspberry Pi 5. The NPU in the AI HAT+ can be used for applications including pr
99

1010
The AI HAT+ is available in 13 and 26 tera-operations per second (TOPS) variants, built around the Hailo-8L and Hailo-8 neural network inference accelerators. The 13 TOPS variant works best with moderate workloads, with performance similar to the xref:ai-kit.adoc[AI Kit]. The 26 TOPS variant can run larger networks, can run networks faster, and can more effectively run multiple networks simultaneously.
1111

12-
The AI HAT+ communicates using Raspberry Pi 5’s PCIe interface. The host Raspberry Pi 5 automatically detects the on-board Hailo accelerator and uses the NPU for supported AI computing tasks. Raspberry Pi OS's built-in `rpicam-apps` camera applications automatically use the NPU to run compatible post-processing tasks.
12+
The AI HAT+ communicates using Raspberry Pi 5's PCIe interface. The host Raspberry Pi 5 automatically detects the on-board Hailo accelerator and uses the NPU for supported AI computing tasks. Raspberry Pi OS's built-in `rpicam-apps` camera applications automatically use the NPU to run compatible post-processing tasks.
13+
14+
WARNING: The Raspberry Pi AI HAT+ is not yet supported by Raspberry Pi OS Trixie. To use AI HAT+, install or stay on Raspberry Pi OS Bookworm for now.
1315

1416
[[ai-hat-plus-installation]]
1517
== Install

documentation/asciidoc/accessories/ai-kit/about.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ The Raspberry Pi AI Kit bundles the xref:m2-hat-plus.adoc#m2-hat-plus[Raspberry
1212
* mounting hardware kit
1313
* 16mm stacking GPIO header
1414

15+
WARNING: The Raspberry Pi AI Kit is not yet supported by Raspberry Pi OS Trixie. To use the AI Kit, install or stay on Raspberry Pi OS Bookworm for now.
16+
1517
== AI module features
1618

1719
* 13 tera-operations per second (TOPS) neural network inference accelerator built around the Hailo-8L chip.

documentation/asciidoc/accessories/build-hat/introduction.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[[about-build-hat]]
22
== About
33

4-
The https://raspberrypi.com/products/build-hat[Raspberry Pi Build HAT] is an add-on board that connects to the 40-pin GPIO header of your Raspberry Pi, which was designed in collaboration with LEGO® Education to make it easy to control LEGO® Technic™ motors and sensors with Raspberry Pi computers.
4+
The https://raspberrypi.com/products/build-hat[Raspberry Pi Build HAT] is an add-on board that connects to the 40-pin GPIO header of your Raspberry Pi, which was designed in collaboration with LEGO® Education to make it easy to control LEGO® Technic™ motors and sensors with Raspberry Pi computers.
5+
6+
WARNING: The Raspberry Pi Build HAT is not yet supported by Raspberry Pi OS Trixie. To use the Build HAT, install or stay on Raspberry Pi OS Bookworm for now.
57

68
image::images/build-hat.jpg[width="80%"]
79

documentation/asciidoc/accessories/tv-hat/about-tv-hat.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ During the `tvheadend` installation, you will be asked to choose an administrato
4545

4646
On another computer on your network, open up a web browser and type the following into the address bar: `http://raspberrypi.local:9981/extjs.html`
4747

48-
This should connect to `tvheadend` running on the Raspberry Pi. Once you have connected to `tvheadend` via the browser, you will be prompted to sign in using the account name and password you chose when you installed `tvheadend` on the Raspberry Pi.
48+
This should connect to `tvheadend` running on the Raspberry Pi. Once you have connected to `tvheadend` via the browser, you will be prompted to sign in using the account name and password you chose when you installed `tvheadend` on the Raspberry Pi.
4949

5050
A setup wizard should appear.
5151

@@ -63,7 +63,7 @@ Found muxes: 8
6363
Found services: 172
6464
----
6565

66-
In the next window, titled *Service mapping*, tick all three boxes: *Map all services*, *Create provider tags*, and *Create network tags*. You should see a list of TV channels you can watch, along with the programmes they're currently showing.
66+
In the next window, titled *Service mapping*, tick all three boxes: *Map all services*, *Create provider tags*, and *Create network tags*. You should see a list of TV channels you can watch, along with the programmes they're currently showing.
6767

6868
To watch a TV channel in the browser, click the little TV icon to the left of the channel listing, just to the right of the *i* icon. This brings up an in-browser media player. Depending on the decoding facilities built into your browser and the type of stream being played, you may find that playback can be jerky. In these cases, we recommend using a local media player as the playback application.
6969

documentation/asciidoc/computers/software-sources.adoc

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The other place you can find our software in a more standard form is in our GitH
5050

5151
== List of categorized sources
5252

53-
The following is a curated list of repositories which most people are interested in:
53+
The following is a curated list of repositories that most people are interested in:
5454

5555
=== Main sources
5656

@@ -156,14 +156,11 @@ The code for the Raspberry Pi Imager application which flashes an operating syst
156156
https://github.com/raspberrypi/rpi-image-gen::
157157
A build system for developing an operating system for an embedded Raspberry Pi system.
158158

159-
https://github.com/raspberrypi/rpi-sb-provisioner::
160-
A tool to provision Raspberry Pi devices at manufacture, including secure boot and encrypted filesystems.
161-
162159
https://github.com/raspberrypi/usbboot::
163160
A tool to boot a Raspberry Pi over USB for provisioning Compute Module and Raspberry Pi devices.
164161

165162
https://github.com/raspberrypi/rpi-sb-provisioner::
166-
A tool to mass provision Raspberry Pi devices (Raspberry Pi 5, Compute Module 4, and Compute Module 5 are supported).
163+
A tool to mass provision Raspberry Pi devices, including secure boot and encrypted file systems. (Raspberry Pi 5, Compute Module 4, and Compute Module 5 are supported.)
167164

168165
=== Feedback
169166

@@ -191,4 +188,4 @@ https://github.com/raspberrypi/pico-examples::
191188
Examples for Raspberry Pi Pico.
192189

193190
https://github.com/raspberrypi/picotool::
194-
Tool for interacting with RP-series device(s) in BOOTSEL mode.
191+
Tool for interacting with RP-series devices in BOOTSEL mode.

0 commit comments

Comments
 (0)