Skip to content

Commit 34ac69c

Browse files
authored
Merge pull request #4079 from raspberrypi/develop
Deploy to production
2 parents 4e64ff0 + 9de619f commit 34ac69c

File tree

8 files changed

+22
-16
lines changed

8 files changed

+22
-16
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ GEM
6868
jekyll (>= 3.5, < 5.0)
6969
jekyll-feed (~> 0.9)
7070
jekyll-seo-tag (~> 2.1)
71-
nokogiri (1.18.3)
71+
nokogiri (1.18.8)
7272
mini_portile2 (~> 2.8.2)
7373
racc (~> 1.4)
7474
pathutil (0.16.2)
@@ -95,7 +95,7 @@ GEM
9595
tilt (2.3.0)
9696
tzinfo (2.0.6)
9797
concurrent-ruby (~> 1.0)
98-
tzinfo-data (1.2025.1)
98+
tzinfo-data (1.2025.2)
9999
tzinfo (>= 1.0.0)
100100
unicode-display_width (2.6.0)
101101
wdm (0.2.0)

documentation/asciidoc/computers/ai/getting-started.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,19 @@ $ sudo apt-mark unhold hailo-tappas-core hailort hailo-dkms
170170

171171
[tabs]
172172
======
173+
v4.19::
174+
To install version 4.19 of Hailo's neural network tooling, run the following commands:
175+
+
176+
[source,console]
177+
---
178+
sudo apt install hailo-tappas-core=3.30.0-1 hailort=4.19.0-3 hailo-dkms=4.19.0-1 python3-hailort=4.19.0-2
179+
----
180+
+
181+
[source,console]
182+
----
183+
$ sudo apt-mark hold hailo-tappas-core hailort hailo-dkms python3-hailort
184+
----
185+
173186
4.18::
174187
To install version 4.18 of Hailo's neural network tooling, run the following commands:
175188
+

documentation/asciidoc/computers/camera/rpicam_options_vid.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Records exactly the specified framerate. Accepts a nonzero integer.
134134

135135
==== `low-latency`
136136

137-
On a Pi 5, the `--low-latency` option will reduce the encoding latency, which may be beneficial for real-time streaming applications, in return for (slightly) less good coding efficiency (for example, B frames and arithmethic coding will no longer be used).
137+
On a Pi 5, the `--low-latency` option will reduce the encoding latency, which may be beneficial for real-time streaming applications, in return for (slightly) less good coding efficiency (for example, B frames and arithmetic coding will no longer be used).
138138

139139
==== `sync`
140140

documentation/asciidoc/computers/compute-module/cm-peri-sw-guide.adoc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -219,14 +219,7 @@ dtoverlay=enc28j60
219219

220220
Reboot with `sudo reboot`.
221221

222-
You should now see an `rtc0` entry in `/dev`. Run the following command to view the hardware clock time:
223-
224-
[source,console]
225-
----
226-
$ sudo hwclock
227-
----
228-
229-
You should also have Ethernet connectivity. Run the following command to test your connectivity:
222+
If you now run `ifconfig` you should see an aditional `eth<n>` entry for the ENC28J60 NIC. You should also have Ethernet connectivity. Run the following command to test your connectivity:
230223

231224
[source,console]
232225
----

documentation/asciidoc/computers/configuration/securing-the-raspberry-pi.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Here, we describe some common ways to improve the security of your Raspberry Pi.
66

77
Prefixing a command with `sudo` runs it as a superuser. By default, that does not need a password. However, you can make your Raspberry Pi more secure by requiring a password for all commands run with `sudo`.
88

9-
To force `sudo` to require a password, edit the `nopasswd` sudoers file for your user account, replacing the `<username>` placeholder in the file name with your username:
9+
To force `sudo` to require a password, edit the `010_pi-nopasswd` sudoers file:
1010

1111
[source,console]
1212
----
13-
$ sudo visudo /etc/sudoers.d/010_<username>-nopasswd
13+
$ sudo visudo /etc/sudoers.d/010_pi-nopasswd
1414
----
1515

1616
Change the `<username>` entry to the following, replacing `<username>` with your username:

documentation/asciidoc/computers/raspberry-pi/eeprom-bootloader.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The number of times that SD boot will be retried after failure before moving to
163163
Default: `0`
164164

165165
[[SD_QUIRKS]]
166-
==== `SD_QURIKS`
166+
==== `SD_QUIRKS`
167167

168168
The `SD_QUIRKS` property provides a set of options to support device bringup and workaround interoperability issues.
169169

documentation/asciidoc/services/connect/troubleshooting.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
* Browsers intercept certain keys and key combinations. As a result, you can't type these keys into your Connect window. Screen sharing includes a toolbar to simulate some of the most popular intercepted keys.
1212

13-
* Upgrading `rpi-connect` and `rpi-connect-lite` using Connect is not supported. The upgrade process will terminate all remote shell sessions and drop all connections.
13+
* Upgrading `rpi-connect` and `rpi-connect-lite` using Connect's remote shell is not supported. The upgrade process will terminate all remote shell sessions and drop all connections. To upgrade Connect in a remote shell session, use a tool like `screen` or `tmux` to ensure the process continues uninterrupted after your connection is closed.
1414

1515
* To upgrade from version 1 to version 2, you must first upgrade the package you currently have installed before switching between `rpi-connect` and `rpi-connect-lite`. This ensures that Connect's services properly migrate to the version 2 format. If you currently have `rpi-connect` installed, run the following command:
1616
+

0 commit comments

Comments
 (0)