Skip to content

Commit 21ffd29

Browse files
committed
update README with the 5.15 changes
1 parent 5464cbf commit 21ffd29

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ docker build [--no-cache] [--build-arg UBUNTU_VERSION=<ubuntu name>] [--build-ar
6666

6767
where:
6868

69-
* ```<ubuntu name>``` is `jammy` or `focal`, default is `focal`
70-
* ```<kernel version>``` is `5.4.0` or `5.15.0`, default is `5.4.0`
71-
* ```<raspi release>``` is in a form of ```5.4.0-1058-raspi```, see [Ubuntu raspi Linux kernels](http://ports.ubuntu.com/pool/main/l/linux-raspi)
72-
* ```<RT patch>``` is in a form of ```5.4.177-rt69```, see [RT patches](http://cdn.kernel.org/pub/linux/kernel/projects/rt/5.4/older)
69+
* ```<ubuntu name>``` is `jammy` or `focal`, default is `jammy`
70+
* ```<kernel version>``` is `5.15.0` or `5.4.0`, default is `5.15.0`
71+
* ```<raspi release>``` is in a form of ```5.15.0-1023-raspi```, see [Ubuntu raspi Linux kernels](http://ports.ubuntu.com/pool/main/l/linux-raspi)
72+
* ```<RT patch>``` is in a form of ```5.15.76-rt53```, see [RT patches](http://cdn.kernel.org/pub/linux/kernel/projects/rt/5.15/older)
7373
* ```<LTTNG version>``` is `2.13`, default is `2.13`
7474

7575
```bash
@@ -112,19 +112,19 @@ You need 16GB free disk space to build it, it takes a while, and the results are
112112

113113
```bash
114114
raspi:~/linux_build/linux-raspi $ ls -la ../*.deb
115-
-rw-r--r-- 1 user user 11442412 Apr 8 13:20 ../linux-headers-5.4.174-rt69-raspi_5.4.174-rt69-raspi-1_arm64.deb
116-
-rw-r--r-- 1 user user 40261364 Apr 8 13:21 ../linux-image-5.4.174-rt69-raspi_5.4.174-rt69-raspi-1_arm64.deb
117-
-rw-r--r-- 1 user user 1055452 Apr 8 13:20 ../linux-libc-dev_5.4.174-rt69-raspi-1_arm64.deb
115+
-rw-r--r-- 1 user user 8123580 Jan 16 16:34 ../linux-headers-5.15.74-rt53-raspi_5.15.74-rt53-raspi-1_arm64.deb
116+
-rw-r--r-- 1 user user 58802024 Jan 16 16:34 ../linux-image-5.15.74-rt53-raspi_5.15.74-rt53-raspi-1_arm64.deb
117+
-rw-r--r-- 1 user user 1185420 Jan 16 16:34 ../linux-libc-dev_5.15.74-rt53-raspi-1_arm64.deb
118118
```
119119

120120
## Deploy new kernel on Raspberry Pi4
121121

122-
### Download and install Ubuntu 20.04 server image
122+
### Download and install Ubuntu 22.04 server image
123123

124-
Follow these links to download and install Ubuntu 20.04 on your Raspberry Pi4
124+
Follow these links to download and install Ubuntu 22.04 on your Raspberry Pi4
125125

126126
* [Install Ubuntu on a Raspberry Pi](https://ubuntu.com/download/raspberry-pi)
127-
* [Download Ubuntu Raspberry Pi server image](https://ubuntu.com/download/raspberry-pi/thank-you?version=20.04.3&architecture=server-arm64+raspi)
127+
* [Download Ubuntu Raspberry Pi server image](https://ubuntu.com/download/raspberry-pi/thank-you?version=22.04.1&architecture=server-arm64+raspi)
128128
* [Create an Ubuntu image for a Raspberry Pi on Ubuntu](https://ubuntu.com/tutorials/create-an-ubuntu-image-for-a-raspberry-pi-on-ubuntu#2-on-your-ubuntu-machine)
129129

130130
```bash
@@ -163,7 +163,7 @@ After reboot you should see a new RT kernel installed and real-time enabled
163163

164164
```bash
165165
ubuntu@ubuntu:~$ uname -a
166-
Linux ubuntu 5.4.174-rt69-raspi #1 SMP PREEMPT_RT Mon Apr 8 14:10:16 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux
166+
Linux ubuntu 5.15.74-rt53-raspi #1 SMP PREEMPT_RT Mon Jan 16 14:10:16 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
167167

168168
ubuntu@ubuntu:~$ cat /sys/kernel/realtime
169169
1
@@ -183,6 +183,6 @@ As this repository is within the `ros-realtime` organization it can be assumed t
183183

184184
* [ROS Real-Time Working group documentation](https://ros-realtime.github.io/Guides/Real-Time-Operating-System-Setup/Real-Time-Linux/rt_linux_index.html)
185185
* [Ubuntu raspi linux images](http://ports.ubuntu.com/pool/main/l/linux-raspi)
186-
* [RT patches](http://cdn.kernel.org/pub/linux/kernel/projects/rt/5.4/older)
187-
* [Download Ubuntu raspi image](https://ubuntu.com/download/raspberry-pi/thank-you?version=20.04&architecture=arm64+raspi)
186+
* [RT patches](http://cdn.kernel.org/pub/linux/kernel/projects/rt/5.15/older)
187+
* [Download Ubuntu raspi server image](https://ubuntu.com/download/raspberry-pi/thank-you?version=22.04.1&architecture=server-arm64+raspi)
188188
* [Building Realtime ```RT_PREEMPT``` kernel for ROS 2](https://index.ros.org/doc/ros2/Tutorials/Building-Realtime-rt_preempt-kernel-for-ROS-2/)

0 commit comments

Comments
 (0)