Troubleshooting • Re: Help, Pi5 stuck on boot with fan on
It sounds like it's the card.Take the card out then boot again. Post what the screen comes up with.without the sdcard. Fan stays full on without the cardStatistics: Posted by luckyluca — Mon Dec 09,...
View ArticleGeneral discussion • Re: Extra long bolts for my rpi5 and nvme board
The PiHut spacer kit page says what they sent can be either 4-40 or M3 thread screws and nuts. 4 x 4-40 x 5/16" Aluminum Spacer (M3 x 8mm)4 x 4-40 x 5/8" Zinc Screws (M3 x 15.9mm)4 x 4-40 Zinc Nuts...
View ArticleGeneral • Re: Size of HASH_VALUE item in RP2530
> The boot rom checking the integrity of a boot images with a 32 bit digest is really, really bad.this is ONLY used if you aren't doing secure boot, so i it seems a bit weird to call it really...
View ArticleGeneral • Re: Raspberry Pi Pico 2 W / WH / H Thread
I found some and need a female 20-pin ribbon cable with the black rectangular male prongs. I'd post an image representing what I'm looking for but the file size is sad.Statistics: Posted by hellohi1 —...
View ArticleTroubleshooting • Re: Wi-Fi no longer connecting
Nothing was attachedTo add a photo, resize it (scale it) to less than 512KB (I use Gimp to do that) maybe 768 x 768 pixels, then click the Attachments tab below where you type the text in.Click Add...
View ArticleGeneral discussion • Re: Is it possible to work Image with Pi4 as well Pi5
Short answer: No. The Pi5 requires Bookworm (Debian 12).Longer answer: Yes, but it requires a lot of work, and by the looks of it it doesn't seem like you're up for the task.Statistics: Posted by...
View ArticleRaspberry Pi OS • Re: Virtual Keyboard Size
In terms of "Keyboard Settings" not working, it would appear that squeekboard is attempting to launch the gnome control center instead of lxinput.@spl23 has made...
View ArticleAndroid • Re: [DEV] AOSP (Android 15) for Raspberry Pi 4 & Pi 5
New builds. Android 15 QPR1. Initial support for Pi 500 and Compute Module 5.https://konstakang.com/devices/rpi4/AOSP15/https://konstakang.com/devices/rpi5/AOSP15/-update to latest AOSP release...
View ArticleHATs and other add-ons • Re: Could PyBricks be up and running on BuildHAT..
I have a somewhat different view of the Build HAT firmware source code opening (compared to a few months ago). Simply put, I hope not. I've recently seen some counterfeit LEGO Prime sensors appearing...
View ArticlePython • Re: Issue with GStreamer and OpenCV Integration on Raspberry Pi NoIR...
Hi, so I'm a bit puzzled that your original pipeline works at all:Code: gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw, format=YUY2, width=640, height=480, framerate=30/1 ! videoconvert !...
View ArticleGeneral discussion • Re: I have an idea but im not software knowledgable.
Well i understand the ir wouldnt work, what i was thinking of having is like a setup where the RP has an input and output and the input is the hdmi plugin from the roku stick or firestick and the...
View ArticleSDK • Re: Need help with SDK and newlib.
Okay I did a build and test withCode: target_compile_definitions(${BINARY} PUBLIC -DPICO_SCANVIDEO_MAX_SCANLINE_BUFFER_WORDS=322 -DPICO_SCANVIDEO_SCANLINE_BUFFER_COUNT=10 -DLUA_NOBUILTIN -DUSE_PT_IO...
View ArticleCompute Module • Re: Standard LCD 7 inches does not work fine on CM4 DSI0...
I hadn't noticed that ICN6211 could be configured over DSI. I thought it was I2C only...me neither! Might be described only in the full data sheet (which is under NDA).Statistics: Posted by...
View ArticleRaspberry Pi Connect • Re: Rasberry pi Connect Beta Problem
Yes, mine says "Last seen less than a minute ago" and has Screen Sharing and Remote shell below that.Connect by clicking the "Connect Via" button on the right and selecting "Screen sharing". A browser...
View ArticleTroubleshooting • Re: Need advice on portable battery to supply power to Rpi5
Then update the pi's cmdlone.txt to tell it the PSU can deliver 5a.Thanks @memjr, what do you mean by updating the cmdline.txt file ?What command line instructions should I add ?Statistics: Posted by...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
think I've found it:Code: drivers/input/touchscreen/hynitron_cstxxx.c:28:10: fatal error: asm/unaligned.h: No such file or directory 28 | #include <asm/unaligned.h> | ^~~~~~~~~~~~~~~~~had to...
View ArticleTroubleshooting • Re: Remote server unresponsive
Maybe implement some sort of watchdog that reboots it if a given network command fails (curl) or reboots once every day at 1300 ?Statistics: Posted by neilgl — Wed Dec 11, 2024 1:23 pm
View ArticleTroubleshooting • Re: Multi Wifi Network configuration
Are you running Bookworm on that Pi zero 2? That now uses network manager, so from the commnad line we can use nmcli or nmtui.Statistics: Posted by neilgl — Wed Dec 11, 2024 1:29 pm
View ArticleBeginners • Systemd Permission Denied on .venv directory
I am somewhat new to raspberry PI and this is my first attempt to add a systemd service.I am trying to run a python script at startup.The python script and .venv are in the following directory:...
View ArticleBeginners • Re: Systemd Permission Denied on .venv directory
Maybe add the user (pi) Code: [Service] Type=simple User=pi ...Statistics: Posted by neilgl — Wed Dec 11, 2024 1:32 pm
View Article