{"id":18775965,"url":"https://github.com/mauri870/baking-pi","last_synced_at":"2025-04-13T09:31:31.013Z","repository":{"id":71345526,"uuid":"113765928","full_name":"mauri870/baking-pi","owner":"mauri870","description":"My code for Baking Pi - Operating Systems Development online course by Cambridge University (Raspberry Pi 3 update)","archived":false,"fork":false,"pushed_at":"2023-07-19T12:45:06.000Z","size":66,"stargazers_count":26,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-27T01:11:14.347Z","etag":null,"topics":["arm","assembly","baking-pi","cambridge-university","os-development","raspberry-pi-3"],"latest_commit_sha":null,"homepage":"","language":"Assembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mauri870.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-10T16:37:23.000Z","updated_at":"2024-12-11T09:29:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"358bd914-5078-471d-8534-7f4bdf02f581","html_url":"https://github.com/mauri870/baking-pi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauri870%2Fbaking-pi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauri870%2Fbaking-pi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauri870%2Fbaking-pi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauri870%2Fbaking-pi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mauri870","download_url":"https://codeload.github.com/mauri870/baking-pi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248690785,"owners_count":21146204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arm","assembly","baking-pi","cambridge-university","os-development","raspberry-pi-3"],"created_at":"2024-11-07T19:44:23.930Z","updated_at":"2025-04-13T09:31:31.000Z","avatar_url":"https://github.com/mauri870.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Baking Pi - Operating Systems Development\n\n\u003e 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\n\nI'll keep this repository with my code for the online course `Baking Pi - Operating Systems Development`.\n\nThe 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](https://www.cl.cam.ac.uk/projects/raspberrypi/tutorials/os/).\n\n## Requirements\n\nSince 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.\n\nYou can install the ARM gcc with:\n\n```bash\nyaourt -S gcc-arm-none-eabi-bin\n# or\napt-get install gcc-arm-none-eabi\n```\n\n## Compiling and running on Raspberry Pi 3\n\n```bash\n# The lesson is a subfolder in src/\nLESSON=ok01 make\n```\n\n\u003e 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](https://github.com/raspberrypi/firmware/tree/af555f618088abb5ea4eecbd4d40336356554f25) which is guaranteed to work.\n\n\nCopy the generated `kernel8-32.img` to your SD card, along with the [Raspberry Pi boot files](https://github.com/raspberrypi/firmware/tree/af555f618088abb5ea4eecbd4d40336356554f25/boot) (bootloader.bin and start.elf).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauri870%2Fbaking-pi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmauri870%2Fbaking-pi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauri870%2Fbaking-pi/lists"}