GithubHelp home page GithubHelp logo

modep-pi4-aarch64's Introduction

modep for Raspberry Pi 4 / 400

Introduction

Use it at you own risk. It will overclock your Pi 4/400 to 4x 2.0 GHz. Be sure to use a heatsink on the Pi 4. The Pi 400 should be fine without (mine is around 38°C while modep is running).

It requires the 64-bit version of Raspberry OS.

Install modep

Follow official instructions.

Adjust file systemd/jackd.service

Make sure to set the right name and config for your USB or I2S audio interface. You can figure it out by using aplay -l. My config is made for a Tascam Model 12, which gives me 12 channels multitrack out and 10 channels input via USB, which comes very handy.

Add systemd unit files and activate services

sudo cp systemd/* /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable jackd.service
sudo systemctl enable mod-host.service
sudo systemctl enable mod-ui.service

afterwards start the services using systemctl start <service_name>

Optional.: Overclock CPU from 1.8GHz to 2.0GHz

sudo cp config.txt /boot/

Fetch my 64-bit Kernel with Realtime (preempt-rt) patches

wget https://bittunnel.org/rpi/rt-kernel/linux-headers-5.15.36-rt41-v8+_5.15.36-rt41-v8+-3_arm64.deb
wget https://bittunnel.org/rpi/rt-kernel/linux-image-5.15.36-rt41-v8+_5.15.36-rt41-v8+-3_arm64.deb
wget https://bittunnel.org/rpi/rt-kernel/linux-libc-dev_5.15.36-rt41-v8+-3_arm64.deb

dpkg -i <deb_name>

modep-pi4-aarch64's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.