You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*```<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)
73
73
*```<LTTNG version>``` is `2.13`, default is `2.13`
74
74
75
75
```bash
@@ -112,19 +112,19 @@ You need 16GB free disk space to build it, it takes a while, and the results are
112
112
113
113
```bash
114
114
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
118
118
```
119
119
120
120
## Deploy new kernel on Raspberry Pi4
121
121
122
-
### Download and install Ubuntu 20.04 server image
122
+
### Download and install Ubuntu 22.04 server image
123
123
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
125
125
126
126
*[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)
128
128
*[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)
129
129
130
130
```bash
@@ -163,7 +163,7 @@ After reboot you should see a new RT kernel installed and real-time enabled
163
163
164
164
```bash
165
165
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
167
167
168
168
ubuntu@ubuntu:~$ cat /sys/kernel/realtime
169
169
1
@@ -183,6 +183,6 @@ As this repository is within the `ros-realtime` organization it can be assumed t
183
183
184
184
*[ROS Real-Time Working group documentation](https://ros-realtime.github.io/Guides/Real-Time-Operating-System-Setup/Real-Time-Linux/rt_linux_index.html)
185
185
*[Ubuntu raspi linux images](http://ports.ubuntu.com/pool/main/l/linux-raspi)
0 commit comments