General discussion • Re: New Raspberry Pi Products
I can see a use case for PCIe x4 and PCiE x1 going to connectors.its even better then you think, it has x4, x1, and another x1!but it sounds like the CM5 will come with an RP1Statistics: Posted by...
View ArticleGaming • Re: Gauging interest in FTEQW Engine with Afterquake
Playing with code is part of the fun of Raspberry Pi and the foundation had a STEM goal of releasing it in the first place. I am an old hobbyist from the VIC 20, C64, Amiga and DOS days. The Pi brings...
View ArticleBare metal, Assembly language • Re: Accessing ISP functionality on Raspberry...
So, hermanhermitage/dumpbootrom through the UART to another machineive replaced that code long agoclone https://github.com/librerpi/lk-overlay`make PROJECT=rpi3-bootcode` and youll get a lk.bin...
View ArticleBeginners • Re: Powering Pi 4 on and off as a car computer
The regulator I posted is a switching regulator. Check the link at divinely.Statistics: Posted by wstein25 — Sun Apr 28, 2024 4:00 am
View ArticleGaming • Re: ECWolf 1.4.1 - Wolfenstein 3D Source Port
The mouse bug happens a lot after an initial build on some source code and I have had to use the same solution you suggested. It seems it is obviously a common occurrence as you ran into as well....
View ArticleGeneral discussion • Re: Raspberry Pi 5 Power Adapter
I just got my new Raspberry Pi 5, and it is not turning on (red light turns on but the fan instantly stops after spinning for a split second).I'm sure this is because the power adapter that I am...
View ArticleGaming • Re: Gin Rummy
https://github.com/Meirshomron/GinRummyShould we play and see if it is possible to build it on a Pi? Take a look at the link and see if you like what you see in the screenshots. If so, I will build it...
View ArticleTroubleshooting • Re: Display issues with RPI 4
Code: sudo mousepad rubbish.txtwill open a text file. Paste the hex values in that file and save it All other commands needed are in that posting.Statistics: Posted by aBUGSworstnightmare — Sun Apr...
View ArticleBare metal, Assembly language • Re: What assembly language should i learn...
I don't know about Assembler defaults but my GCC on Bookworm appears to default to 'armv6' which I thought was 32-bit only -armv6 and armv7 are both part of the arm32 familythe gcc that comes with...
View ArticleNetworking and servers • Re: Download at restart
OK I shall try that when I can reconnect again. I need to change the WiFi access as it was using my home WiFi but am now on a boat without an ethernet but I have WiFi. I am using the Network Manager...
View ArticleGeneral discussion • Mi raspberry pi 4 no arranca
Buenas hace un par de años utilizo una raspberry pi 4 2 gb ram para un proyecto, y funcionaba perfectamente, tras el proyecto la guarde y ahora al querer utilizarla de nuevo, soy incapaz de hacerla...
View ArticleCamera board • Re: Turn on camera led on pi 0 2w
ok thank youStatistics: Posted by mistrysiddh — Mon Apr 29, 2024 2:36 am
View ArticleSDK • Re: Any way to stop runtime_init() from zapping all my GPIOs?
Maybe use the linker function wrapping capability to provide your own implementation of runtime_init(). Base your custom implementation off of the one in the SDK but just remove the things you don't...
View ArticleTroubleshooting • Pi Zero 2 W not getting to Raspbian OS setup?
Hello,I tried getting into the setup the whole weekend. I don't understand what's wrong: I've re-flashed the SD card, changed the OS from normal to legacy, prioritized inserting the SD card first, but...
View ArticleGeneral discussion • Re: raspberry pi battery powerbank/ power system
A bit hard to tell. but it appears that what you're looking for is a UPS HAT.Statistics: Posted by W. H. Heydt — Mon Apr 29, 2024 3:26 am
View ArticleTroubleshooting • MPG123 module not found when script ran at root level
Hello,I'm trying to get a random mp3 to play with motion activation. I then want that script to start on reboot.I was able to write a script using VLC player. But had some issues on the startup part....
View ArticleTroubleshooting • Re: MPG123 module not found when script ran at root level
You can edit your sudoers file to allow your user to execute mpg123 with sudo privileges without requiring a password.Statistics: Posted by barshatriplee — Mon Apr 29, 2024 4:57 am
View ArticleTroubleshooting • Re: Raspberry Pi Camera Not Working
hi,Step1, Modify config.txt sudo nano /boot/config.txtFor the latest version raspberry Pi OS, it should be sudo nano /boot/firmware/config.txtStep2, Add below content to the last line...
View ArticleTroubleshooting • Re: Pi Zero 2 W not getting to Raspbian OS setup?
What about the power supply? Have you checked that?Statistics: Posted by barshatriplee — Mon Apr 29, 2024 4:58 am
View ArticleCamera board • Re: How to setup IMX296 trigger/options?
For the trigger, Follow our github and raspberry pi official documents ,https://github.com/INNO-MAKER/cam-imx296raw-triggerTake XTR as Trig+, GND as Trig-Statistics: Posted by joe-zou — Mon Apr 29,...
View Article