Other programming languages • Re: [SOLVED]bash programming compare operation...
The issue with bash programming compare operations behaving differently in crontab is often due to differences in environment variables between the shell and crontab. To resolve this, explicitly...
View ArticleTroubleshooting • 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 ArticleGeneral discussion • 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 ArticleRaspberry Pi Connect • Re: enable-linger no longer works on rpi-connect 2.1.0
We're still unable to reproduce this on a stock install of Raspberry Pi OS with rpi-connect running a single non-root user even with the Boot configuration in raspi-config set to "Console" (no...
View ArticleCompute Module • Re: RPi5: USB-C support
I found the look severely outdated, do others agree?Nope, I love it, it’s a development board. If you don’t like it don’t buy one or build your own.Great work Pi team, I’ve ordered mine.Statistics:...
View ArticleCompute Module • CM5 in CM4 boards - USB 3.0 from CAM0/DISP0?
Lot of existing CM4 boards may work with CM5 as is, however the CAM0/DISP0 changed into USB 3.0. Would straight wiring from the CAM/DISP FPC into usb 3.0 socket (possibly with some passives if needed)...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
Code: ubu@raspberrypi:~ $ sudo rpi-update next *** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom *** Performing self-update *** Relaunching after update *** Raspberry Pi...
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 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 Article