Skip to content

Commit

Permalink
Merge pull request #68 from shuhaowu/update-kernel
Browse files Browse the repository at this point in the history
Updated kernel to 5.15.98-rt62
  • Loading branch information
shuhaowu authored Sep 22, 2023
2 parents 3f551eb + 881fe24 commit a74d5fb
Show file tree
Hide file tree
Showing 4 changed files with 417 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.PHONY: focal-rt-ros2 jammy-rt-ros2 clean

jammy-rt-ros2:
sudo ./ros-rt-img build jammy-rt jammy-rt-humble

# TODO: eventually the build.py should be a command line script that takes
# arguments
focal-rt-ros2:
sudo ./ros-rt-img build

jammy-rt-ros2:
sudo ./ros-rt-img build jammy-rt jammy-rt-humble
sudo ./ros-rt-img build focal-rt focal-rt-galactic

clean:
sudo ./ros-rt-img teardown
Expand Down
2 changes: 1 addition & 1 deletion image_builder/data/jammy-rt/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ qemu_user_static_path = /usr/bin/qemu-aarch64-static
# In fact, the build scripts from this profile will only have access to
# environment variables declared for this profile.
[env]
LINUX_RT_VERSION = 5.15.39-rt42
LINUX_RT_VERSION = 5.15.98-rt62
STOCK_LINUX_VERSION = 5.15.0-1034
PINNED_CPU_FREQUENCY = 1500000

Loading

0 comments on commit a74d5fb

Please sign in to comment.