Troubleshooting • Error while updating my Raspberry Pi 4 now Kernel Panic
I wanted to upgrade my box to Bookworm and changed apt.list and started to update after a while I saw segmentation error and booted my Raspi but I could not boot. After that manually edited fstab and...
View ArticleCompute Module • Re: AI Hat+ and GPIO header
As the AI kit does not need any GPIO why would you expect the proprietary HAT would need one?Nevertheless, would not expect RPT to release a schematic of the two AI HAT's.Statistics: Posted by...
View ArticleOff topic discussion • Re: Rpi Display configuration on mimxrt 1170 Evkb
Sorry, we don't provide support for interfacing the peripherals made by Raspberry Pi with other SBCs, and certainly not on anything other than the Linux kernel.The drivers and configuration is all...
View ArticleHATs and other add-ons • Re: Hardware Help
several discussions on the forum on that topic i.e. viewtopic.php?p=2262052&hilit=GPIO+AI#p2228989Statistics: Posted by aBUGSworstnightmare — Tue Nov 26, 2024 12:42 pm
View ArticleOfficial Display • Re: Display 2 + Raspberry Pi 5 strange behaviour
That's not one I've seen.Does the band move as you change your highlighted area?I was thinking that could be a power issue causing bleed along a line, however that is down the screen as it is natively...
View ArticleNetworking and servers • Re: RPi5 as WiFi Hotspot Max. Speed
I'm confused. Having a R Pi 5 with Bookworm I get:Code: rpi@rpi5:~ $ iwlist wlan0 bitratewlan0 unknown bit-rate information.Strangely mine says that but also gives an answer!!!!Code: $ iwlist wlan0...
View ArticleBeginners • Re: Raspberry Pi USB 3 Hub - some questions
1. Can't remember what was said, sorry, I would assume not as that's not particularly a good thing for normal setups.i want to use pi 02w with single connection i will connect hub to raspberry pi and...
View ArticleBeginners • Re: Power Supply advice for Pi5
I believe HDMI 2 spec allows for 300ma power on the 5V, but not intended to power downstream devices. I think the main use for it is to power active cables with extenders to drive a signal over longer...
View ArticleBeginners • Re: Help with Using Multi Digital Microphones with Raspberry Pi 5
You can't wire digital microphones in parallel like that into PCM_IN. You need a multiplexing device, or better still a device with lots of separate I2S inputs.Statistics: Posted by MikeDB — Tue Nov...
View ArticleRaspberry Pi OS • Re: Best way to disable WiFi Power Save?
One way is to create a file (using sudo) in /etc/NetworkManager/conf.d with the file type ".conf" e.g., powersave.conf, with the contentsCode: wifi.powersave=offMake the file protection 600 and...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Temperature Troubleshooting
Wireless or ethernet?If wireless USB3 can interfere with it, I use ferrite clamps on USB3 leads which near enough stops the problem.Always run on Ethernet, would never run anything like that on...
View ArticleMicroPython • Re: Connecting to the Internet with new Pico 2 W
Code: import timeimport networkssid = 'BT-JJAC9T'password = 'xxxxxxxxx'wlan = network.WLAN(network.STA_IF)wlan.active(True)wlan.connect(ssid, password)# Wait for connect or failmax_wait = 10while...
View ArticleRaspberry Pi Connect • Re: No connect buttons on "devices" screen
I'm having this same issue with Raspberry Pi Connect lite. No connect buttons show up, and I'm signed it, remote shell is allowed, and everything in the doctor is good.I've replied to your other...
View ArticleGeneral discussion • Raspberry Pi 5 Crashes When Running FFmpeg for Jellyfin...
Hello Raspberry Pi Community,I'm encountering a persistent issue with my Raspberry Pi 5 running Debian Bookworm. I’ve installed FFmpeg and set up the Jellyfin server to stream movies. However,...
View ArticleCompute Module • Re: CAM1 not working on a custom board with a CM4
i2c-10 would normally be on GPIOs 44&45.Prove your wiring by attaching an oscilloscope to those 2 GPIOs, and using "pinctrl set 44,45 op dh", and "pinctrl set 44,45 op dl" to set it high and low...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
After the reboot, the XRDP browser rendering errors are still thereLikely because this issue is in user code rather than kernel code.Statistics: Posted by dom — Wed Nov 27, 2024 12:41 pm
View ArticleRaspberry Pi OS • Re: Where to make requests for Raspberry PI OS?
RemovedStatistics: Posted by gordon77 — Wed Nov 27, 2024 12:41 pm
View ArticleCompute Module • Re: CM5 in CM4 boards - USB 3.0 from CAM0/DISP0?
The CM5 IO board design files are available so I would check those out.Statistics: Posted by jamesh — Wed Nov 27, 2024 12:45 pm
View ArticleTroubleshooting • Re: 512 GB card is too small for 477 GB image
Congratulations. You've just found that not all SD cards of the same size have the same capacity. Not even ones of the same brand/model. (Note the small print on the listed capacity!).It's pot luck if...
View ArticleBeginners • Re: Connectors for power through GPIO
You should use both connectors for 5V as a typ 2.54mm pinheader is rated for 3A.--> 2 leads for Ground as well!You will most likely not be able to crimp an AWG16 to a DupontWell, no matter how many...
View Article