General discussion • Re: Raspberry Pi 5, D0 steps for 4/8 GB models?
I guess it will happen eventually, but no schedule is set. There is no end user difference in the boards, so no need to wait for a particular stepping.Statistics: Posted by jamesh — Tue Nov 19, 2024...
View ArticleOfficial Display • Re: Touch Display 2 not rotating
The overlay responsible for that display (vc4-kms-dsi-ili9881-7inch) has a few parameters that might help with that:Code: Name: vc4-kms-dsi-ili9881-7inchInfo: Enable the Raspberry Pi 7" ILI9881 based...
View ArticleTroubleshooting • Re: Major WiFi problems with latest RasPiOS 64 release
Tested on a Pi4 with Bookworm 64-bit desktop, version of 13 Nov 2024. (Using Imager settings that I always use that work)Fails to start WiFijournalctl hasCode: Nov 13 01:19:10 pi NetworkManager[544]:...
View ArticleDeutsch • Re: Raspi 5 Bootprobleme
Nimm den Hat mal komplett ab.Für mich klingt das nach ein Problem mit der Spannungsversorgung. Der Pi 5 läuft am besten mit seinem speziellen Netzteil.Statistics: Posted by crumble — Tue Nov 19, 2024...
View ArticleTroubleshooting • Re: BCM2711 change UART clock
When I search for BCM2835_CLOCK_UART I just found a reference in /dt-bindings/clock/bcm2835.h but the clock is not set here.So if anyone could point me in the right direction, that would be highly...
View ArticleGeneral discussion • Why choose Janus for building a video calling app?
It’s simple because Janus is primarily designed to support WebRTC communications that make video calling low-latency and lag-free. Plus, it has a plugin that allows developers to build a custom...
View ArticleGeneral • Re: Trouble connecting to Visual Studio Code on Windows 11
Have you tried the Zadig USB drivers as per the official documentation, page 26 https://datasheets.raspberrypi.com/pico ... h-pico.pdfStatistics: Posted by neilgl — Wed Nov 20, 2024 10:36 am
View ArticleDevice Tree • Re: SPI1-2cs in dtoverlay GPIO18 Output instead of SPI1_CE0_N
As you're on CM4, use SPI6 instead?$ pinctrl funcs | grep SPI618, GPIO18, PCM_CLK, SD10, DPI_D14, SPI6_CE0_N, SPI1_CE0_N, PWM0_019, GPIO19, PCM_FS, SD11, DPI_D15, SPI6_MISO, SPI1_MISO, PWM0_120,...
View ArticleCamera board • Re: using pi5 camera with github apps for video
OK. Thank you.for whom it may interest, I did some tests using rpicam-vid or libcamera for the capture but as a system command in my code. rpicam-vid seemed more real time than libcamera. I had no...
View ArticleCamera board • Global Shutter camera - very fast burst
Hello,will the global shutter camera accept taking two images in very fast succession, such as with 1ms in between for instance? I realize this would violate the 30 FPS max frame rate however many...
View ArticleOther • Re: Windows ARM64 release?
And no it wouldn't have violated EU anti-trust laws as the only person who can enforce them was the commissionaire involved.Does that not seem dubious at best to you? Mandating a single source, for...
View ArticleGeneral discussion • Re: PINN with specific OSes
Which OS needed the swap partition? I didn't need to add that to get them to boot.You can use Gparted to alter the partition sizes if you want, but don't delete partitions or mess with their order,...
View ArticleGeneral • Re: ADC creapage on the RP235X
I don't understand it and I have never observed this behaviour with any other ADC I have used.I do have one theory. I don't know how credible it is but feels plausible to me; that the ADC convertor is...
View ArticleCamera board • Re: Global Shutter camera - very fast burst
The GS camera runs at a maximum 60fps at full sensor resolution. If you crop down the size of the sensor readout, you can achieve higher framerates. See the following forum thread for an example:...
View ArticleTroubleshooting • Re: Connection Refused Error
Pi5 implies Bookworm. Bookworm implies Network Manager. Unless things have changed in the last week or so NM doesn't like DHCPless networks and won't bring up the interface on the Pi.With you on...
View ArticleGraphics, sound and multimedia • Re: First ever development project - Mini TV
Ok, so here is my wiring:DISPLAY > ZEROVCC TO PIN 4SCL TO GP 11SDA TO GP 10RES TO GP 25DC TO GP 24CS TO GP 8BL TO GP 1You've got that as BL TO GP 1. Do you mean BL to PIN 1 as GPIO 1 (Pin 28) is...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
Yes. On 6.6 the "fake" NUMA patches came from Igalia.But during the development a parallel set of "fake" NUMA patches were submitted upstream by Microsoft. The changes between 6.6 and 6.12 were too...
View ArticleGeneral • Re: Tcl on Pico?
How about OpenOCD? Good point, they use jimtcl https://jim.tcl.tk/ which is pretty small too.Statistics: Posted by fanoush — Thu Nov 21, 2024 11:00 am
View ArticleCompute Module • Re: Custom board with LAN9514 porting from CM3+ to CM4S
I didn't mention earlier, that the 25MHz clock for the LAN9514 is generated by the CM4S.The clock is configured in the dt-blob.bin with this code:Code: clock_setup { clock@PWM { freq =...
View ArticleRaspberry Pi OS • Re: Debian Bookworm argon1.sh freeze
I use a SD card.Download the script and invoke it with bash -x. Then you will see where exactly the script hangs.Statistics: Posted by framp — Thu Nov 21, 2024 11:24 am
View Article