GithubHelp home page GithubHelp logo

mauri870 / baking-pi Goto Github PK

View Code? Open in Web Editor NEW
25.0 4.0 7.0 66 KB

My code for Baking Pi - Operating Systems Development online course by Cambridge University (Raspberry Pi 3 update)

Makefile 1.90% Assembly 98.10%
assembly arm raspberry-pi-3 os-development cambridge-university baking-pi

baking-pi's Introduction

Baking Pi - Operating Systems Development

Warning: the course target Raspberry Pi 1 and is not compatible with the Raspberry Pi 2/3. The code here is modified to work in Raspberry Pi 3

I'll keep this repository with my code for the online course Baking Pi - Operating Systems Development.

The code here is a modified version because I don't have a Pi 1 to test the code, so I've made some modifications to be able to run this on Raspberry Pi 3 Model B. You can view more info about the course on the Cambridge University website.

Requirements

Since the assembly code in this repo is targeting Raspberry Pi 3, you will need a Pi 3 for testing the actual code, but you don't need a Pi 3 to compile, you can use the gcc arm eabi toolchain.

You can install the ARM gcc with:

yaourt -S gcc-arm-none-eabi-bin
# or
apt-get install gcc-arm-none-eabi

Compiling and running on Raspberry Pi 3

# The lesson is a subfolder in src/
LESSON=ok01 make

NOTE: Since there's changes in the mailbox in the newer versions of the firmware this project will no longer work so use this commit tree which is guaranteed to work.

Copy the generated kernel8-32.img to your SD card, along with the Raspberry Pi boot files (bootloader.bin and start.elf).

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.