Beginners • Re: Not sure about which came first
MotioneyeOS is a complete OS image, made from Raspberry Pi OS and motioneye, and given a snappy and imaginative title.Unfortunately it's a bit old these days and hasn't had much in the way of...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Using MIPI DSI LCD on cm4
I solved it. I often unplugged and plugged the LCD FFC cable and it broke.config.txt can be used as MIPI LCD if modified as...
View ArticleBeginners • Re: Question about second resistor in a pull up
is that R2 for protecting the GPIO pin from ground? and if so why?Say something went wrong in software and the GPIO got set to Output instead of Input. Then it got set High. Then someone pressed the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Raspberry Pi 5 UART Issue: Can Only...
Hi, I'm planning to use UART to communicate with other devices. I use minicom to test the UART port and found that I only can receive data but can't send any data.In Raspberry Pi configuration, I...
View ArticleNetworking and servers • Re: OpenVPN on Bookworm
It works OK for me on Bookworm 64-bit by installing openvpn (2.6.3). Then put the client .ovpn file in the relevant place and rename it to be a .conf file. On reboot, the openvpn service uses that...
View ArticleUbuntu • Re: Can't install Ubuntu 24.04 on new RPi5
This is an acknowledged bug with Ubuntu 24.04. See the report at https://bugs.launchpad.net/ubuntu/+sour ... ug/2064208The following worked for me: Flash the external drive (I was using a MicroSD...
View ArticleUbuntu • Re: Ubuntu 24-04 desktop64 installation fails
... First off: I replicated this over the weekend with a Pi 4 and a Pi 5, and it seems quite reliable to reproduce. I've opened an issue Thanks for tracking this down. I can report:- I was failing...
View ArticleTroubleshooting • Very Strange Network Behavour!
Hi AllI really hope someone can help with this one as I'm absolutely baffled by it.I have a Pi 5 on which I installed Raspberry Pi OS; Debian GNU/Linux 12 (bookworm).I followed this with Unbound,...
View ArticleUbuntu • Re: Ubuntu 24.04 installation fails on Raspberry Pi 5
I think I found a workaround. I posted the details at: viewtopic.php?t=371262Statistics: Posted by richb-hanover — Fri May 24, 2024 2:35 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Python spidev xfer2 still working?
I ran an older Python script that used spidev and got an error for using xfer2:Code: import spidevspi_device = 0spi_channel = 0max_speed_hz = 10000000 # 10MHzfram = spidev.SpiDev(spi_device,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: i2cset not working on sc16is752
For the most part the i2c-3 seems to be working fine.My Config.txt file...which doesn't have much in it. I have added the baudrate in the hope to slow things down as I seem to have some intermittent...
View ArticleCompute Module • Re: How does GLOBAL_EN work?
The display is LCD Panel driven by a HDMI to MIPI converter board. I tested it and to turn off the backlight I have to remove power from the board.This is what I came up with. Will this work as I...
View ArticleTroubleshooting • Re: Raspberry pi 5: usb disk disconnects randomly
]OK strange. i have rpimonitor installed since the beginning, and yesterday, i saw that it said there were several updates on the raspberry pi (i had done a full suite of updates when i first set it...
View ArticleTroubleshooting • Re: Reading Change Logs stalls at 33%?
Hi, I am kind of a noob in all these stuff, i just bought pi zero 2 w and configured ssh and vnc, but i am having the same problem. Someone said above in the thread that setting swap at 200 fixed it....
View ArticleNetworking and servers • Bramble w/ GPU
I'm building a small bramble (currently planning on 4 Pi4 nodes), and I have an extra older GPU (1070). Would it be at all reasonable or useful to upgrade the head node to a Pi5 to try and incorporate...
View ArticleCompute Module • Board review
Hallo, I'm in the process of ordering a breakout board I made for the CM4. The last one had some problems that I hopefully fixed with this iteration. Could you please verify if there is anything out...
View ArticleOther projects • Re: Remote power control for battery powered Rpi4
Hi, Ive made a device using a Rpi4 powered by a 12v 5amp battery with a 5V converter. The device is controlled from my phone using a flask site. I would like to have a remote on/off method for it....
View ArticleTroubleshooting • Many different OSes first boots unsuccessful (RP Zero 2 W)
At first, I chose the "custom image" option in rp imager (kali linux arm) and when trying to burn it on a 128GB micro sd card, it got bricked to the point of no way of fixing it. Then I tried with two...
View ArticleGraphics, sound and multimedia • Re: C790 HDMI Board with RPi5
Hello Friends,As promised, I'm making available the script to set automatically the HDMI to CIS-2 Cards in RPi5I have posted the script and steps here....
View ArticleTroubleshooting • Re: Many different OSes first boots unsuccessful (RP Zero 2 W)
rpi0 is a low spec device best suited for headless deployment with a non-gui roll.raspberry os lite is the recommended osit has very low ram, after the os uses it's share there's even less ram.your...
View Article