Interfacing (DSI, CSI, I2C, etc.) • Re: SPI display for RPI5 with dtoverlay?
You were able to get a working LCD panel using the tinydrm driver only by editing the source and recompliling the driver into a custom kernel. It showed that by doing this one could get a target LCD...
View ArticleCompute Module • Secure boot on CM4
Hi,I'm using openSUSE Tumbleweed on RPI CM4, unlike Raspberry Pi OS, it uses U-boot and Grub.My setup has 3 partitions where the partitions are 1. (FAT)UEFI Boot, 2. ext4 Linux /boot (un-encrypted),...
View ArticleGeneral discussion • Re: How to get hardware PWM working on pi 5?
Images not showing on my iPadStatistics: Posted by neilgl — Mon Aug 12, 2024 2:18 pm
View ArticleMicroPython • Re: Pico 2 Micropython problem
So few of us have Pico 2s to try things out yet so we need to report problems when we find them.Statistics: Posted by tonygo2 — Mon Aug 12, 2024 2:29 pm
View ArticleTroubleshooting • Re: Which kernel to roll back to?
On Bullseyeeth1 192.168.3.10 is the Dongle connecting 192.168.3.1eth2 192.168.2.10 is the Pluto connecting 192.168.2.1pi@txtouch:~ $ ifconfig eth1eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>...
View ArticleTroubleshooting • Re: RPi.GPIO Failed to add edge detection on Pi3 New OS
The “new hardware not being supported by RPi.GPIO” can only be the Pi5 as it is the only Pi using the new RP1 chip.Edge detection is a different thing to the test script I posted.Statistics: Posted by...
View ArticleGeneral • Re: Need guidance in calculating output voltage
drgeoff, please do browse hasham's earlier threads before choosing what to do with this one.See: viewtopic.php?t=374549See: viewtopic.php?t=374646Come to think of it, future AI LLMs might end up...
View ArticleCompute Module • Re: Secure boot on CM4
We don't recommend chain loading an extra bootloader stage because as you have noted that stage will have to implement (or enable existing u-boot options) code signing for any files loaded by that...
View ArticleTroubleshooting • Re: PI 5 OS error mesages
You usedapt --fix-broken installYou need to run as root, which ossudo apt --fix-broken installStatistics: Posted by bensimmo — Mon Aug 12, 2024 2:43 pm
View ArticleTroubleshooting • Re: Pi 5: display sleeps and immediately wakes back up
HiI have a few updates. 1. I need to correct the results of the test of the 2024-07-04 image. The OS, without the updates applied, results in the looping issue started taking place. In other words,...
View ArticleUbuntu • Re: Ubuntu 24.04 running slow on Pi 5
I tried to boot older version 23.04 but I got this message after power on.What do I need to do?Statistics: Posted by PC_partpicker — Mon Aug 12, 2024 2:53 pm
View ArticleGeneral • RP2350 and RP2354 availability to general public
Hey!!Could the Raspberry Pi folks share when the new RP2 chips will be available for purchase by the general public?During the launch, there was a form to register for more info on chip availability....
View ArticleAdvanced users • Re: Pi 5 - don't power up the board when power applied -...
I believe this is theoretically possible, but not currently implemented.It might help if you (or others) explain how you'd find this useful, so we can gauge the priority of the feature.Statistics:...
View ArticleTroubleshooting • Re: Running Bullseye, did a update and now VLC has problems.
Also to add I have vlc pinned to the Pi repo precisely to prevent a Debian update without the Pi mods (which has happened before) but I've still ended up with a broken vlc.Statistics: Posted by...
View ArticleCamera board • Re: Access raw CSI image data
If you look at the Media Controller graph for the camera side, you'll see a graph like thisThe csi2 subdev has 4 output pads that can decode 4 combinations of virtual channel and data type, and those...
View ArticleGraphics, sound and multimedia • Re: Very basic question
I mean simply having access to the data from cameras, microphone, and not through file. Who cares about files ?I dropped Python and switched to C due to memory speed.I am aware of libraries, but using...
View ArticleGeneral • Re: RP2350 and RP2354 availability to general public
I believe that full availability (to buy reels) is planned for the end of the year.Statistics: Posted by jamesh — Tue Aug 13, 2024 2:49 pm
View ArticleGeneral • Re: Pico2 easy upgrade or nightmare?
The only thing that jumped out was custom linker scripts which might take some finagling in the new SDK. But it's easy to get the SDK and try it out before you buy. Get it working on the RP2040 on...
View ArticleThe MagPi • Re: Article Suggestion - In-depth description of Bookworn Sound...
3. This stuff isn't closed source. What's stopping any of you from documenting what you have learned and sharing that with the rest of us?The documenting process itself. First they have to accept you...
View ArticleTroubleshooting • Re: Ethernet connection only works through switch, not direct
Auto MDIX is mandated in the standard for Gigabit ethernet, but not for 10 or 100Mbit/s.Your DVL A50 can only be 100Mbit/s based on the wiring listed on https://waterlinked.github.io/dvl/interfaces/...
View Article