Compute Module • Re: CM4 IO Board broken
On a CM4 a camera will not be autodetected! You have to add the corresponding overlay to your config.txt.In case you connect the camera to CSI0 you will also have to add the jumpers.Sorry, but I don't...
View ArticleGraphics, sound and multimedia • Re: Analog video was improved for RPi5 !!!!...
The way Raspberry Pi 5's video out is specified you only get an interrupt and a page flip once per frame, not once per field. Now the interrupt could be faked, but the page-flip rate limitation can't...
View ArticleHATs and other add-ons • Re: Help with raspberry zero wh
Hi,in the photo you can see the connections I made and as I was saying the gpio26 for the reset is not present... how do I connect it?beeing unpatient pushing for replay and then not reading...
View ArticleRaspberry Pi OS • Boot Animation Question
So I made a post previously about editing the Kernel boot images for the Raspberry Pi and have successfully pulled it off but now I would like to take it a step further with a Boot Animation. For the...
View ArticleRaspberry Pi OS • Re: Disable Firefox Hardware Acceleration by Default on Pi5
it worked fine in my rpi4-4gb too, but no, i have moved on to the rpi5-8gb.Then your system has super strenght or something lol Or my hardware and some people who has pi5 and laggy Firefox have failed...
View ArticleTroubleshooting • Re: Pi5 Locks up, BT crackling, and WIFI dropouts after M.2...
I tried turning BT off and on. Didn't matter. The screen comes on when the unit boots, so I'm not turning it off and on. As I mentioned, with both the micro SD and the m.2 installed it works...
View ArticleAutomation, sensing and robotics • Re: Rs232 command change between 2 gears...
Thanks for your reply.So I could have a python program launching ar rpi start and doing the translation in both directions?What is the best software to program? And how to implement...
View ArticleBeginners • Re: "Post" a json string to a port
Thank you rpdom! That worked perfectlyAnd now the million dollar question: I want to send the following multiline json to the same port:Code: {"command": "sendCameraCommand","cameras": ["GoPro...
View ArticleAdvanced users • Re: Yocto and raspberry official build/image/distro
RPI OS is generated by: https://github.com/RPi-Distro/pi-genNo yocto involved.Statistics: Posted by incognitum — Sun Apr 21, 2024 9:09 am
View ArticleTroubleshooting • Re: Ssh problem
On the router, the assigned IP is 192.168.1.xxx.Well there's your problem. ".xxx" is not a valid part of an IP address. It should be a number from 1 to 254. Seriously though, there's no need to...
View ArticleCompute Module • Re: CM3 leds [SOLVED]
Thank you. rpi-update solves the issue. I also generated the pi-gen image, but there is still firmware without this patch. I thought pi-gen always uses the latest firmware. Why does pi-gen download...
View ArticleAdvanced users • Re: Why does the sd card copier require a desktop environment?
Great. So which command should I use to invoke the sd card copier on a commandline on a headless system with no desktop?Statistics: Posted by framp — Sun Apr 21, 2024 9:25 am
View ArticleGaming • Re: Return to Castle Wolfenstein on Raspberry Pi 4 on new 64-bit OS?
Works perfectly. Just compile the latest github releaseEdit: I used ARCH=aarch64 makefrom https://github.com/iortcw/iortcw/issues/121 IIRCStatistics: Posted by thaihugo — Sun Apr 21, 2024 9:26 am
View ArticleTroubleshooting • Re: Can't download packages
Most likely you're running out of the limited resources that you Zero offers...I would open a terminal window and try to update from there. That way you can see all the messages.Code: sudo apt...
View ArticleRaspberry Pi OS • Re: RaspberryPi 4 on 32bitOS returns incorrect information
By default PiOS will load a 64bit kernel on certain models.You can force 32 bit kernel if necessary (only needed to fix problems with some software); addCode: arm_64bit=0to...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
RPI-5 is fast, a lot faster then Pi-4. However, that is the case only when it is working from its memory and is not engaging in high level disc activity. Even when you boot from a USB-3 SSD, RPI-5 can...
View ArticleTroubleshooting • Re: unable to acces samba share
ohh sorry, misunderstood, they're all proStatistics: Posted by haplo99 — Mon Apr 22, 2024 9:42 am
View ArticleBare metal, Assembly language • Re: Accessing ISP functionality on Raspberry...
This is powermanager on boot:Maybe all that stuff is just disabled.But some of the videocore stuff is a little bit confusing. Most confusing is why the heck are there breakpoints in the bootrom code...
View ArticleRaspberry Pi OS • HW accelerated 1080p video on 4k Desktop
Is there any way to get Bookworm to play a 1080p 30/24fps video (i can convert to any format needed that works) on a 4k tv? (3840x2160), using the desktop resolution on 4k as well?I need to play video...
View ArticleTroubleshooting • Re: kernel: raspberrypi-firmware soc:firmware: Request...
Everything is up to date, how would I check to see if the firmware is corrupted? Or should I just do a fresh install?Statistics: Posted by RP_User_Online — Mon Apr 22, 2024 9:48 am
View Article