Questions tagged [operating-systems]
An operating system is the software that manages the hardware and software resources of the Raspberry Pi and provides common services for the applications.
233 questions
3 votes
0 answers
66 views
How to add a custom system call in Raspberry Pi 5 Linux kernel?
I want to add a custom system call to the Linux kernel on my Raspberry Pi 5. I have done the following steps: Downloaded the Raspberry Pi kernel source git clone --depth=1 https://github.com/...
-3 votes
1 answer
69 views
Can I boot an Arm32 OS on the latest RPIs
I am learning ARM assembly, and my final project is to create an OS fully in ASM and C. So, can I run this future OS on latest RPIs that are arm64 ? Even if the answer is probably no.
-3 votes
2 answers
1k views
How do I erase the RPI EEPROM and install one for a different OS that I coded myself?
I would like to completely erase the EEPROM and then shutdown the RaspBerry Pi 4 that I bought. When you then insert a USB-stick with your own bootloader, it should search for it and automatically ...
1 vote
1 answer
4k views
legacy camera not detected, bullseye
I have a problem concerning my raspberry pi camera version 2.1. The camera is supported, enabled but is not detected. I'm working with a Raspberry pi 3B+. I'm certain that I have plugged in my camera ...
0 votes
1 answer
84 views
Can I determine model specific deploy details?
A class I TA for uses Raspberry Pis for a project we assign the students. The various pis we hand out are a mix of model 3B and 3B+. We're running into an issue with some of them and think a potential ...
0 votes
2 answers
2k views
how to change os in raspberry pi without removing sd card
I wanted to know if we can change an os without removing the sd card. I basically have Gamepi20 and it is all locked up. there is no way to remove or add an sd card. I Don't have any mini cross wrench ...
0 votes
1 answer
1k views
Most minimal OS that has a GUI [closed]
My ideal OS would include only a python IDE (and python of course), and have a GUI (with a file explorer and all). I'm totally new with raspberries, and so far I've found that the most minimal OS is ...
0 votes
2 answers
7k views
Configure Pi to boot up and run script when plugged in without login
How can i set up my pi zero, so that if I plug it in, it runs a python program, without having to login etc? The project goal is a device that plays an audio file on the push of a hardware button. I ...