Skip to content

Commit

Permalink
add a real-time check in README
Browse files Browse the repository at this point in the history
  • Loading branch information
razr committed Jun 19, 2022
1 parent f6ee5e0 commit 4516fda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,14 @@ sudo dpkg -i linux-image-*.deb
sudo reboot
```

After reboot you should see a new RT kernel installed
After reboot you should see a new RT kernel installed and real-time enabled

```bash
ubuntu@ubuntu:~$ uname -a
Linux ubuntu 5.4.174-rt69-raspi #1 SMP PREEMPT_RT Mon Apr 8 14:10:16 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux

ubuntu@ubuntu:~$ cat /sys/kernel/realtime
1
```

## Intel UP2 board RT kernel build
Expand Down

0 comments on commit 4516fda

Please sign in to comment.