Compute Module • Re: CM5 availability
https://rpilocator.com/?cat=CM5Just emphasizes what I said !Statistics: Posted by theoldwizard1 — Sat Jan 11, 2025 12:18 am
View ArticleSDK • Re: How can I adjust I2S pulse width?
If you are using the same example code, it should work normally.It is important to note that the PCM5102 module has some important jumpers, which may be interfering with the sound.The PCM5102 module...
View ArticleNetworking and servers • Re: Building a Raspberry Pi 5 Server with 10 HDDs...
I'd be interested in that too. With five drives on a single PCIe lane performance is going to be interesting. If all the drives are active you'll be lucky if you can saturate the ethernet connection....
View ArticleGeneral discussion • Re: How to use SSH with two Linux machines?
Hello,This is my first time using SSH, and I want to use SSH to control my Raspberry Pi 400, from my laptop running Linux Mint 22 (Wilma). Do I need to do any setup in the Pi's terminal? In case you...
View ArticleTroubleshooting • Re: Struggling with a touchscreen setup and cables/adaptors
I don't suppose this helps, but it sounds like this may have been a better monitor option - https://thepihut.com/products/hannspree ... ch-monitorIt's over twice the price but I guess at least it's...
View ArticleBare metal, Assembly language • RPi5 L1 cache
Different than the other recent thread about caches.Does the BCM58712 have a "snoopy" L1 D-cache ? That is to say, is there hardware that maintains D-cache consistency across all processor ?I have an...
View ArticleGeneral discussion • Re: Need To Learn
I think at first I think if I start it manually and then after each program is done, I'll have it start auto. Question: I already have a webserver running (not on the net yet). So how would I install...
View ArticleGeneral discussion • Re: Pi5 8GB vs 16GB - Geekbench 6
Do you have the same results?Sorry, no idea. I found it intriguing though and found this Geekbench comparison for RPI 5 with a wide discrepancy on reported results...
View ArticleRaspberry Pi OS • labwc keybindings?
In X11 (vd. /etc/xdg/openbox/lxde-pi-rc.xml), Alt+F2 was mapped to execute lxpanelctl run. Is an equivalent action available in labwc?Also, after checking out the sample labwc rc.xml, I've tried...
View ArticleSDK • Re: I2C random timeouts using i2c_write_timeout_us()
A couple of notes bearing in mind that while I've researched this and implemented only the SMbus Alert Response Command using the Pico SDK, I am really a beginner at this.It is worth noting that while...
View ArticleGeneral • Re: Use debug probe with PICO 2
I was able to down load, compilem and install openocd supporting RP2350.Here are the steps.First you need the cmsis-dap driver.I had to modify the file config.ac and comment line 23/Code:...
View ArticleCompute Module • Re: CM5 trouble with 7inch display on DSI
New cables finally arrived today. Pinouts are actually different. One pin that should be a ground is floating, and some grounds have no continuity to other grounds.Sincerely thanks for the help to...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Small TFT based on ILI9341 ST7789 -...
I swapped miso with mosi..... now it works, thanks! What about touch? How can I make it work?Statistics: Posted by tomek_yeet — Sat Jan 11, 2025 11:16 pm
View ArticleSDK • Re: Run fails in Pico Extension on Windows, need Zadig?
For Linux that's usually setting up rules in udev for Picotool. The github has them, just copy:Code: sudo cp udev/99-picotool.rules...
View ArticleRaspberry Pi OS • Re: systemd-timesyncd fails sync time for minutes after...
Thanks for responding bls!The problem I describe, where timesyncd doesn't appear to send an NTP request for more than 10 minutes, happens consistently after a few reboots. (I only noticed this because...
View ArticleMicroPython • Re: Unable to allocate memory on a raspberry pico w
My situation is quite specific, unfortunately I have to use a certain version of uPython that's about 5 years old My understanding of the MicroPython Release Notes is that the 'rp2' port did not get...
View ArticleTroubleshooting • Wire ethernet not working on new PI 5 Bookworm installs
new build not connecting with eth0 interface. works with wifi but would like bith to be configured and wired preferred when both are available.What am I doing wrong?Code: wkeeling@pi5dev8g:/etc $...
View ArticleBeginners • Can I connect to my laptop screen to see the Pi's console output?
Folks.....Yes, I know how to connect my Pi's to VNC and view the GUI on my computer. This is not my question!I have a number of head-less Pi's and it would be convenient to be able to connect a Pi to...
View ArticleBeginners • Re: Can I connect to my laptop screen to see the Pi's console...
You could configure your Pis to expose a serial console on the UART pins, then get a 3.3V USB serial adapter for your laptop. Plug the adapter into the laptop, and the serial pins into the GPIO. Run a...
View ArticleTroubleshooting • Re: Wire ethernet not working on new PI 5 Bookworm installs
Have you tried a known good Ethernet cable in a known working Ethernet port in your router?Have you tried rebooting the router?Statistics: Posted by neilgl — Sun Jan 12, 2025 10:45 pm
View Article