Skip to content

Contains scripts and documentations for Assignment 2, Unix Systems Administration and Programming

Notifications You must be signed in to change notification settings

s3714110/RaspberryPi4Kernel

Repository files navigation

Assignment 2, Unix Systems Administration and Programming

This repository contains scripts and documentations for Assignment 2, along with performance data and charts generated by the script.

To run this script, simply run this command in your terminal (you will need to have sudo access)

./build_kernel

This script is specifically configured for Raspberry Pi 4 model, so if you have a Pi 2 or 3, please refer to the Modify config section below

DOCUMENTATION

build_kernel

first_perf_script

second_perf_script

Performance report

MODIFY CONFIG

To run this script on a Raspberry Pi 2 and 3 model, open build_kernel file with a text editor, find these lines

KERNEL=kernel7l
$MAKE bcm2711_defconfig

And replace it with these lines

KERNEL=kernel7
$MAKE bcm2709_defconfig

About

Contains scripts and documentations for Assignment 2, Unix Systems Administration and Programming

Resources

Stars

Watchers

Forks

Languages