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 ArticleUbuntu • Re: Can RPi5 Ubuntu desktop 24.4 LTS run PCIe 3 for NVMe?
Many thanks for headup on the full document. It works! 771MB/secondIt is /boot/firmware/config.txt instead of "/boot/config.txt" in the video presumably due to different version.sorry, but for me...
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 ArticleBeginners • Re: How to do Peripheral Pin Select?
On a fresh install, we still need to enable the uart (UART1) on GPIO using raspi-config, it is not on the GPIO by default.Statistics: Posted by neilgl — Wed Nov 20, 2024 10:16 am
View ArticleGraphics, sound and multimedia • Re: First ever development project - Mini TV
Other pic:I did my homework for the simplest driver solution as here: https://github.com/32teeth/Generic-ILI9 ... /README.mdBut I cannot get that working on Raspberry Pi OS. I'm very new to coding,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Pi 5 UART Port - General Usage?
Amazing! Thanks again Statistics: Posted by kneave — Wed Nov 20, 2024 10:23 am
View ArticleDevice Tree • Re: SPI1-2cs in dtoverlay GPIO18 Output instead of SPI1_CE0_N
OK, so that means that i cannot use the SPI1 for the ADS1118 together with the CM4 module?What could be a workaround as my mainboard connect the spi1 of the cm4 module to the ADS1118.Thanks for you...
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 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 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 ArticleRaspberry Pi Connect • Re: No connect buttons on "devices" screen
Being obtuse here....The machine in question is in another country, so it will be 2 weeks before I can physically access it - is there anything I can do now?CheersPerhaps it depends on what the...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
Just to clarify: With this kernel, am I now running the upstream NUMA implementation? From previous posts, I believe this implementation differs a bit from the one we've been testing on 6.6, but with...
View ArticlePython • Re: Automatic application launch at startup
Autostart works different on new releases. Read this post.viewtopic.php?p=2267440#p2267344Statistics: Posted by SurferTim — Thu Nov 21, 2024 10:36 am
View ArticleRaspberry Pi OS • Re: Debian Bookworm argon1.sh freeze
Same eeprom version on my box. But I use a different kernel:Code: framp@asterix:~ $ uname -aLinux asterix 6.6.31+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64...
View ArticleAI Camera - IMX500 • Re: How to Benchmark: Accuracy and Inference Time
Unfortunately external data input injection is not yet available to use. We will look to add it in a future update.You can obtain hardware inference times using the IMX500.get_kpi_info() method in...
View ArticleTroubleshooting • System not seeing M2 HAT and/or 256 card
Pulling my hair out at this. Raspberry Pi 5, running latest bookworm update. Raspberry pi approved power supply for Pi5. Active cooler fitted.Followed official documentation for fitting official M2...
View ArticleCamera board • Re: Setting WB with a grey card
Hi, and thanks for the question.Yes, AWB is quite hard when there are many different things in a scene, and when some of the illuminants are hard to predict - and possibly not ones for which the...
View Article