General • Re: PT52-Lua The Modern Retro computer
@DarkElvenAngelYou had asked which build I ran. I think it was the USB update. I can try various though.I have the SD card formatted to FAT32 and I put those recommended directories on it. Now to put...
View ArticleCamera board • Re: Libcamera configuration. Help for newbie
Which version of Raspberry Pi OS are you running?My Pi5 with Bookworm (i.e. current latest version) showsCode: gcc --versiongcc (Debian 12.2.0-14) 12.2.0How to tell = enter this command in a Terminal...
View ArticleBeginners • Re: RasPI imager, does not see the NVMe SSD to image OpenPlotter...
Thank you.sudo apt update and sudo apt upgrade seems to have solved the issue Statistics: Posted by SteveQuolls — Fri Dec 20, 2024 7:53 pm
View ArticleBeginners • Re: Raspberry Pi SSD
Thank you sudo apt update and sudo apt upgrade seems to have solved the issue Statistics: Posted by SteveQuolls — Fri Dec 20, 2024 7:56 pm
View ArticleGeneral • Re: How many LEDs can a Pico Power
Hi "ame" and "dBerriff"Thanks for your replies. My aim is to have 18 white LEDs in 18 specific locations. I therefore do not believe I could use a strip of LED lights and easily make them fit the...
View ArticleTroubleshooting • Re: Distorted image on a display with res. 1920x1280
OK, I have now my system running booting from a re-imaged SSD. I have lost the applications I had installed, but I can rebuild that.Still have the initial problem with that weird resolution 1920x1280....
View ArticleAdvanced users • Re: is the /rootfs/boot is still needed ?
You ruined initramfs (re)generation capability now. Maybe it is not used, then you won't noticed.And where is the bootFAT (partitotion 1) mounted?Statistics: Posted by redvli — Fri Dec 20, 2024 8:20 pm
View ArticleCompute Module • Re: CM5 power on issue
The official Raspberry Pi USB-C power adapter. I checked the adapter on a regular Pi 5 and it works fine there.which one: 15W or 27W?Statistics: Posted by aBUGSworstnightmare — Fri Dec 20, 2024 8:24 pm
View ArticleBare metal, Assembly language • Problems Setting up Circle SDK for PI Zero
HiSo I am trying to setup using the Circle SDK, but I get lots of errorswhen it run the recomended Code: ./makeall commandThis is after running the Code: ./makeall clean command Here are the errors...
View ArticleGeneral discussion • Re: Is the Raspberry Pi Zero lineup dead?
Strip out unneeded modules from the running system?That is what heavily tuned means. Learn to write tighter code?My code is "tight" C. Database/Swap is too slow on a Pi Zero microSD card. Some things...
View ArticleGeneral • Re: Make the Debug Probe stop listening to port 6666 and 4444
I have come to understand that when running openocd as a task under vscode, the "command" : "openocd" is executed from the Workspace Folder. The examples from the Pico C SDK all generate file...
View ArticleSDK • Re: Proper way to get Heap size
A little more clean up and some checks added and I think it's working correctlyExcellent news. Any insights into why it wasn't ?The only other tip I can offer is, when printing labelled memory...
View ArticleCompute Module • Re: Combining microcontroller with CM
We have no idea which 'sensors' you will have to integrate, but typ approach would be having all 'custom' stuff on your carrier board.Integration of I2C? It's just traces on the PCB...Statistics:...
View ArticleAdvanced users • Re: Setting gpio pullup in kernel module that is using the...
Why not join the journey here viewtopic.php?t=381059?Statistics: Posted by aBUGSworstnightmare — Sat Dec 21, 2024 8:06 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: zero W and 7 inch touch screen
There is none!Get the cheapest Pi with DSI to use with your display and use the Pi Zero headless.Statistics: Posted by aBUGSworstnightmare — Sat Dec 21, 2024 8:24 pm
View ArticleBeginners • Raspberry Pi Connect and Clock Sync
Hello,I am working on a small project that intentionally uses a clock time set by the user (on the rpi 5), and not the time that is auto synced via the internet.To disable the real-time clock time...
View ArticleTroubleshooting • Re: USB disk connected to Monitor - Raspberry Pi 5 doesn't...
Admittedly it might be a compliance issue but no such warning is given for the USB-C/USB-A cable. It is capable of proving 90W for a laptop power/charge.The warning is purely because dubious quality...
View ArticleRaspberry Pi OS • Re: Unable to change splash image in bookworm
The changed splash is not yet in the initramfs. See: this post for more.The gist is: I did "sudo update-initramfs -u" and rebooted, and then my custom splash screen appeared both on shutdown and...
View ArticleGeneral discussion • rpi cpu and rf ocillator
hi guys im wondering how rpi was made surley you could use 10ghz rf and a vco as a clock and have 10ghz processor i wanted to talk to someone about this ?Statistics: Posted by rza.android — Sun Dec...
View ArticleBeginners • Re: NOOB (not really) w/RPi5 Dev Kit
Did you use the official imager? https://www.raspberrypi.com/news/raspbe ... g-utility/Which OS did you select? There is no RPI5 OS. Bookworm 64-bit is likely to be recommended.Statistics: Posted by...
View Article