babbleberry / rpi4-osdev

Tutorial: Writing a "bare metal" operating system for Raspberry Pi 4
https://www.rpi4os.com
Creative Commons Zero v1.0 Universal
3.43k stars 255 forks source link

Will this tutorial work for Raspberry Pi 1 Model B (512MB RAM) #26

Closed n-92 closed 2 years ago

n-92 commented 2 years ago

Hi,

Thanks for putting together this tutorial. I have a RPi 1 from 2012 with 512 MB RAM and wanted to follow your tutorial on it. Just wondering if it might work?

babbleberry commented 2 years ago

Hi,

It definitely won't work without modifications, no. It wouldn't even work on a Pi 3 without mods. It will be a good exercise for you to work out what those modifications should be though! You'll definitely know the code well by the end of that journey!

Best, Adam