I have an older Raspberry Pi 2 that I'd like to put the latest compatible OS on. The specs of my Raspberry Pi: Raspberry Pi 2 Model B 1 GB from Canakit.com It came with a 8 GB SD card. I bought it about June, 2015.
My understanding is that I can download the latest compatible OS version onto an SD card on my Windows 10 machine. I'm getting this idea from: https://www.raspberrypi.org/documentation/installation/installing-images/
However, from the mentioned document, I have no idea which OS version I should be looking for. Surely some run on Raspberry Pi 4 an not 2? Also, other documents have mentioned that the firmware might need updating. How is this done?
Thanks!
P.S. I know I'm not suppose to mentioned more than one issue/question, but I can't resist saying that I'm doing all this to (1) learn more about Raspberry/Linux and (2) I'm taking an algorithms course through Coursera.org. I'm hoping I can put a JAVA development environment (Eclipse?) on my Pi 2 and not put it on my work computer.
1 Answer 1
As per comments, Raspbian/RpiOS by intention runs on all available models of Pi.
the firmware might need updating. How is this done?
Firmware is distributed as part of the OS, stored in the boot partition and a directory in /lib
; the former is applied by the bootloader/boot process of the SoC and the latter the kernel. Updates are maintained like the regular system software, by the package manager.
-
-
2Milliways is right Dave -- people will not want to help you if you ask a question then after people have answered it, you change your question to invalidate those answers. The new question really has not much to do with the old one, and for that reason I have rolled your edit back. Please post a new question instead.goldilocks– goldilocks2020年07月27日 14:41:41 +00:00Commented Jul 27, 2020 at 14:41
-
Thanks. I see your point. I've ordered a micro sd card and usb reader. Let me research the problem some more and post a new question. Regards, DaveDave– Dave2020年07月27日 16:13:45 +00:00Commented Jul 27, 2020 at 16:13
-
For anyone following this later.... With the suggestion of new microSD card and usb card reader I was able to use the instructions in the document I referenced and get Version 10 (buster) on my Pi2. I assume this is the latest and greatest! Firmware (from command "uname -a") is 5.4.51-v7+ #1327 . Thanks all!Dave– Dave2020年07月31日 15:15:57 +00:00Commented Jul 31, 2020 at 15:15
-
It might be worth mentioning that the Pi4 also has firmware loaded in EEPROM?Seamus– Seamus2020年08月31日 20:04:43 +00:00Commented Aug 31, 2020 at 20:04
Raspberry Pi OS (32 bit)
runs on every model Pi ever made. PS I would not be using a 5 year old SD Card.