Networking and servers • Hostname IP address trouble
I initially connected my Raspberry Pi 3 to the network using a cable. From my Windows PC, I am able to "Ping myhostname" and it works. I then used that to connect Visual Studio Code.Later, I enabled...
View ArticleCompute Module • Re: Compute module 5 custom board not working
Why have you created your own 3.3v rail? CM5 vref needs to come from cm5-3.3v.. how to you ensure you do violate the specification where no pin should exceed Cm5_3.3v during powerup or power down ?is...
View ArticleNetworking and servers • Re: Hostname IP address trouble
Reboot your router?It should time out after a while anyway (usually hours, could be days).Statistics: Posted by rpdom — Thu Mar 20, 2025 9:14 am
View ArticleCamera board • Re: Problem with Picamera2 (Bad images)
Not entirely sure what to suggest, but I'd try some different camera resolutions to see if that shows any differences, such asCode: from picamera2 import Picamera2picam2 =...
View ArticleCamera board • Re: Capture_metadata() Blocking on CM5 While Working on CM4
Hi, and thanks for the report. The code snippet you gave is perhaps a little too short to gain very much idea what is going on. Could you perhaps post a fully self-contained example that we can try,...
View ArticleAdvanced users • Re: Raspberry Pi 5 - Connecting more units
see clusters, some tasks benefit from more cpus some don'tStatistics: Posted by RaTTuS — Fri Mar 21, 2025 7:56 am
View ArticleTroubleshooting • Re: What do you use your R-Pi 5 for?
I use my Pi5 mainly for software development using mostly VSCode. As a freelance Pi developer it works great for my needs.Statistics: Posted by rpiMike — Fri Mar 21, 2025 7:59 am
View ArticleBeginners • Black Screen After Log In
RPi5 + KDEAfter log in, there is only a black screen. However, I can still see the cursor moving. Any reasons for this? Thanks.Statistics: Posted by milanolarry — Fri Mar 21, 2025 8:31 am
View ArticleOfficial Display • Re: Raspberry Pi 7" Touchscreen Randomly Changing I²C...
That's a REV4 PCB which uses ICN6211 bridge (instead of Toshiba).Can you disconnect your custom sensors and post some logs/data which shows what the address looks like when normal and when it...
View ArticleBeginners • Re: Black Screen After Log In
what if you're using a stock official OS image?Statistics: Posted by aBUGSworstnightmare — Fri Mar 21, 2025 8:37 am
View ArticleAI Camera - IMX500 • Re: CCTV security environment
therealdavidp,Here's an issue I have with it. Hopefully the code isn't too long..Pi5, imx500, mp4s saved to /run/shm/It captures OK but there seems to be an issue in the mp4 file, Kdenlive reports the...
View ArticleRaspberry Pi OS • Re: Sudopwd package
the package sudopwd "leaks" the password in the terminalwhile being used as standalone entity You've got a modified system. sudopwd and su-to-root aren't in the stock install. If its saving the sudo...
View ArticleCompute Module • Re: Random failures flashing eMMC on CM5 - "No space...
Would argue that using an installation method that uses a USB stick or network boot (like cmprovision) is still the most hassle free installation method.If the installation is essentially writing a...
View ArticleTroubleshooting • Re: Pi 3B board
What does this command show Code: v4l2-ctl --list-formats-extStatistics: Posted by neilgl — Fri Mar 21, 2025 9:37 am
View ArticleOfficial Display • Re: Touch 2 framebuffer depth
In general 32 bit framebuffers are XRGB (or some other combination of those letters). This is 24 bits of colour and 8 bits of spacing. This is done to improve performance as accessing 24 bits make...
View ArticleTroubleshooting • Re: HDMI Display is messed up
Changing the resolution from the GUI solved the problem but adding "video=HDMI-A-1:1280x720@60D" to cmdline.txt did not work.Statistics: Posted by pranav-ether — Sat Mar 22, 2025 8:07 am
View ArticleRaspberry Pi OS • Re: Creating Images for Usage with rpi imager
Introducing rpi-image-gen: build highly customised Raspberry Pi software images - https://www.raspberrypi.com/news/introd ... re-images/Statistics: Posted by B.Goode — Sat Mar 22, 2025 8:09 am
View ArticleCamera board • SLVS-EC When?
Would be great to see future Raspberry Pi Products adopt Sony's SLVS-EC Interface. It's much higher bandwidth to support the future high frame rate and high resolution sensors. Especially if Raspberry...
View ArticleBeginners • Re: Raspberry Pi 5 - Connecting more units
I thought I had added the link, well the link to all the OctaPi projects.https://projects.raspberrypi.org/en/pro ... rch=OctaPiIn fact it's still in the right click paste.---So no PCIe probably...
View ArticleCompute Module • Re: How to Enable DSI1 on Raspberry Pi CM4 (Debian Bookworm)...
yes i have board (cm4 mounted on io board and cm4 dsi1 to serializer input 1 and serializer fpd link 0 is connected to descrializer and my rgb888 pannel is connected on deserializer).I tried this also...
View Article