Raspberry Pi OS • Re: Running Raspberry Pi OS Inside a Raspberry Pi (With...
Hi everyone,I'm trying to run Raspberry Pi OS inside a Raspberry Pi 4 that’s running Ubuntu 22.04 to use the Camera Module 3 in a virtual environment (QEMU, chroot, etc.). Has anyone successfully...
View ArticleRaspberry Pi OS • Re: Pi 3B+ bookworm 64, rebuild from scratch, XRDP not working
I suspect it's not running Wayland, as it's a 3B+, so that maybe makes things a little easier. Raspberry Pi Connect doesn't work on Pi 3's for this reason. Which is a shame as it's not a bad remote...
View ArticleRaspberry Pi OS • Re: HOW-TO: Bookworm On-screen Keyboard
Will leave this here for lazy people It will basically do all the above instructions and file modifications just in one goI also disabled the white color cuz I didn't like itjust extract -> copy...
View ArticleRaspberry Pi OS • Bookworm and Pi Zero2W
My project uses Pizero2W via VNC Viewer (on Windows11) and Picamera2. Upon revisiting after a break I decided that a fresh re-start with a new SD card and a Bookworm OS install would be a good idea.It...
View ArticleRaspberry Pi OS • Compiling Mesa 24 for the Raspberry Pi 5
I haven't been able to find clear instructions to install mesa on the RPi5. Can anyone provide me with instructions?Statistics: Posted by MrShrekThird — Wed Sep 25, 2024 4:07 pm
View ArticleRaspberry Pi OS • Re: Compiling Mesa 24 for the Raspberry Pi 5
I haven't been able to find clear instructions to install mesa on the RPi5. Can anyone provide me with instructions?why don't you use the official bookworm image? It has MESA...
View ArticleRaspberry Pi OS • Write to /sys/kernel/debug while OverlayFs is enabled
My current setup starts a system service during booting that opens a BLE server.For that I use the hci0 interface. Since my BLE clients need a "shorter" advertising time I reduce the value in...
View ArticleRaspberry Pi OS • Re: Paspberry Pi Zero 2 W: Problem with installing RT-Patch
Pi 02W only has 512M. Trying to run 4 compilers (or even worse linkers) in parallel is likely to exhaust RAM and leave you in swap hell.What is the problem with running 4 compilers in parallel? How...
View ArticleRaspberry Pi OS • Gnome4
Hi there,It seems, that Raspberry Pi has a good GPU. That's why I have a question. Maybe the Gnome4 will work on it?Statistics: Posted by billierios — Thu Sep 26, 2024 3:41 am
View ArticleRaspberry Pi OS • Re: Gnome4
Hi there,It seems, that Raspberry Pi has a good GPU. That's why I have a question. Maybe the Gnome4 will work on it?https://www.google.com/search?q=gnome4+on+raspberry+piStatistics: Posted by ame —...
View ArticleRaspberry Pi OS • Some questions about config.txt and dtoverlay
Hardware platform: Raspberry PI 5linux kernel: 6.6.51When I was in the config file,Increment “dtoverlay=uart4”, is ttyAMA4 gpio12 and gpio13 are used.Increment ”dtoverlay=uart4-pi5“, also ttyAMA4...
View ArticleRaspberry Pi OS • Re: Write to /sys/kernel/debug while OverlayFs is enabled
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)The overlay has not affected the writability of /sys.The error "Invalid argument" basically means "User is doing something wrong". You should...
View ArticleRaspberry Pi OS • Re: Programs that use 100% CPU
I think I have this sorted now. It looks like the solution is just to kill pcmanfm and be done with it (*).P.S. I'd still like to know WHY this happens - why these two programs and only on specific...
View ArticleRaspberry Pi OS • UART (pins 14 & 15) support in Raspbian 12
For the life of me, I can't figure out what they changed in Raspbian 12 (32 bit) on the model 3 B+.In Raspbian 11, I had to do the routine steps in raspi-config to enable the serial port and disable...
View ArticleRaspberry Pi OS • Re: UART (pins 14 & 15) support in Raspbian 12
Try using /dev/serial0. That should be a symlink to the correct uart device.Statistics: Posted by thagrol — Thu Sep 26, 2024 11:29 pm
View ArticleRaspberry Pi OS • Re: Installing Docker in Raspberry Pi5
I installed it yesterday on PiOS 64bit and it's working fine. I used the instructions on the docker websitehttps://docs.docker.com/engine/install/debian/I installed it from the docker repo:...
View ArticleRaspberry Pi OS • Re: Porting everything to the Raspberry Pi? (jaw on floor)
We actually use upstream Debian for the majority of applications you might download from apt - we don't build them ourselves.What we do do is a Pi specific kernel, device tree, with custom mods to...
View ArticleRaspberry Pi OS • Re: Xterm title and bash prompt
Murph9000 wrote:It's unclear to me why you are persisting with the more complicated PROMPT_COMMAND solution, instead of the simpler PS1 solution, but you just need a little bash magic parameter...
View ArticleRaspberry Pi OS • Re: Virtual Keyboard issue
see this:viewtopic.php?t=358147Not directly addressing your issue, but one of the other keyboards may work better.Statistics: Posted by terribleted — Fri Sep 27, 2024 6:11 pm
View ArticleRaspberry Pi OS • apt update fails because of another variant of 'invalid...
When attempting to update my various Pis I currently see Code: sudo apt updateHit:1 http://deb.debian.org/debian bookworm InReleaseGet:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4...
View Article