Skip to content

Add files via upload #305

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add files via upload #305

wants to merge 1 commit into from

Conversation

pat-bert
Copy link
Owner

@pat-bert pat-bert commented Mar 5, 2021

After downloading ...

~$ cd /tmp
/tmp$ tar xzf rt-kernel.tgz
/tmp$ cd boot
/tmp/boot$ sudo cp -rd * /boot/
/tmp/boot$ cd ../lib
/tmp/lib$ sudo cp -dr * /lib/
/tmp/lib$ cd ../overlays
/tmp/overlays$ sudo cp -d * /boot/overlays
/tmp/overlays$ cd ..
/tmp$ sudo cp -d bcm* /boot/

Edit /boot/config.txt

Add the following option:

kernel=kernel7_rt.img

Execute:
sudo SKIP_KERNEL=1 rpi-update

Also refer to:
https://lemariva.com/blog/2019/09/raspberry-pi-4b-preempt-rt-kernel-419y-performance-test
https://www.raspberrypi.org/documentation/linux/kernel/building.md

After downloading ...

~$ cd /tmp
/tmp$ tar xzf rt-kernel.tgz
/tmp$ cd boot
/tmp/boot$ sudo cp -rd * /boot/
/tmp/boot$ cd ../lib
/tmp/lib$ sudo cp -dr * /lib/
/tmp/lib$ cd ../overlays
/tmp/overlays$ sudo cp -d * /boot/overlays
/tmp/overlays$ cd ..
/tmp$ sudo cp -d bcm* /boot/

Edit /boot/config.txt
# Add the following option:
kernel=kernel7_rt.img

Execute:
sudo SKIP_KERNEL=1 rpi-update

Also refer to:
https://lemariva.com/blog/2019/09/raspberry-pi-4b-preempt-rt-kernel-419y-performance-test
https://www.raspberrypi.org/documentation/linux/kernel/building.md
@codecov
Copy link

codecov bot commented Mar 5, 2021

Codecov Report

Merging #305 (7404f48) into master (4512466) will decrease coverage by 0.06%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #305      +/-   ##
==========================================
- Coverage   74.65%   74.59%   -0.07%     
==========================================
  Files          45       45              
  Lines        3117     3117              
==========================================
- Hits         2327     2325       -2     
- Misses        790      792       +2     
Impacted Files Coverage Δ
src/clients/TcpClientR3.py 96.05% <0.00%> (-2.64%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4512466...7404f48. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant