Skip to content

Commit 702f680

Browse files
add notes on kernel update
1 parent 2711434 commit 702f680

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
- Extract the image, and write it to an SD card: `dd if=installer.bin of=/dev/mmcblk0 bs=1M status=progress`
88

99
# Linux kernel source
10-
The source tree is added as a sub-tree to speed up the build process (from https://github.com/raspberrypi/linux.git); and locked to `3a33f11c48572b9dd0fecac164b3990fc9234da8` but it can be
10+
The source tree is added as a sub-tree to speed up the build process ~(from https://github.com/raspberrypi/linux.git); and locked to 3a33f11c48572b9dd0fecac164b3990fc9234da8~ but it can be
1111
updated with `git subtree` (Note: patches in https://github.com/clockworkpi/uConsole.git depend on this commit, so it will likely need to be updated later.)
1212

13+
- recently updated to: https://github.com/ak-rex/ClockworkPi-linux.git (rpi-6.6.y HEAD) (7-9-24)
14+
1315
# Image size
1416
Minimum SD size is 8GB, to scale up:
1517
```

0 commit comments

Comments
 (0)