HATs 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: SDL Hardware 3D acceleration
Hi, In a word no, I tried again just after Christmas but ran into the same issues, unfortunately, I asked how to track the mesa bugs but didn't get a reply and started to loose interest at that point....
View ArticleAdvanced users • Re: Monitor to display RS-232 data
if you do a web search for raspberry pi toutchscreen you should get some useful linksStatistics: Posted by horace3 — Sun Apr 21, 2024 8:57 am
View ArticleBeginners • Re: Stuck in TTY - Please Help
Somehow the GUI may have been disabled.From the command line screen, try sudo raspi-config, then select System Options -> Boot / Auto Login, then choose Desktop or Desktop Autologin. That should...
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 ArticleCompute Module • Re: CM4 IO Board broken
But that is not the problem! When I just change the IO board to the new one it just works. It has to be something with the IO board.Statistics: Posted by tqu — Mon Apr 22, 2024 9:25 am
View ArticleGeneral discussion • Re: fstrim entries in the journal.
OK, but I don't understand why numbers for the root partition are so close each week : 374,372,363,359,352,343 ? PeterOStatistics: Posted by PeterO — Mon Apr 22, 2024 9:25 am
View ArticleRaspberry Pi OS • Re: Ongoing support for X11 in Bookworm and onwards
Changing "dock" to "splash" appears to work:Code: root.wm_attributes("-type", "splash")Statistics: Posted by rpiMike — Mon Apr 22, 2024 9:33 am
View ArticleUbuntu • Re: Issue with dtoverlay=disable-bt-pi5
Update, it seems to be the same issue as this: https://askubuntu.com/questions/1502417 ... with-23-10Statistics: Posted by mayog — Mon Apr 22, 2024 9:34 am
View ArticleGeneral • Re: Execute from SRAM
I'm unable to provide full code due to work policy, but I can provide the relevant parts:Code: extern void ThirdStageBootEntry(void);... //This works //uint32_t funcAddr =...
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 ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
Needless to say I disagree with most of what you say here, but Smalltalk... really! Does anyone actually remember what it is?There are dozens of us. Dozens!Statistics: Posted by ame — Mon Apr 22, 2024...
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 Article