General discussion • Re: Having error mounting my SSD Drive
This will likely help viewtopic.php?t=302752Statistics: Posted by DS256 — Fri Jan 10, 2025 11:34 pm
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 ArticleGaming • Re: Iconic Arcade! Can't connect to the internet. Getting frustrated.
Yes everything connected to the starlink is working as intended. For some reason the device is juzt not downloading anything when I hit install.To the other response... I don't think yall know exactly...
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 ArticleTroubleshooting • Re: All My Raspberry Pi's shutting down at the same time...
Ok, well it looks like the pi's aren't shutting down, it looks like the wifi connections dropping, but then I connect to the pi with a monitor and keyboard, the WiFi looks like it's connect when it...
View ArticleJava • Re: Pi4J does not work correctly with PI5 in a Java project
I changed the minimal example to use GPIO27 and rebuilt it using maven (no IDE). It runs OK, the LED on GPIO27 goes on and off once per second.Code: REGISTRY: [2] "I/O Registered Instances"...
View ArticleTroubleshooting • Debug Probe - How does it work
Hello,I have bought two units of the new Raspberri Pi debug probes. The documentation is not great. What the specs says is:While designed for use with Raspberry Pi products, the Debug Probe provides...
View ArticleSDK • Re: [Closed] USB Serial port TX performance
Hi,Found it...change this:Code: // CHANGE CHANGE CHANGE//.pico-sdk\sdk\2.1.0\src\rp2_common\pico_stdio_usb\include\tusb_config.h//#define CFG_TUD_CDC_RX_BUFSIZE (256)//#define CFG_TUD_CDC_TX_BUFSIZE...
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 ArticleAdvanced users • Re: No video output after POE+ssd HAT
Are you running the latest EEPROM software??> sudo rpi-updateCheck https://github.com/raspberrypi/rpi-upda ... /README.md for details.Statistics: Posted by mwallis — Sun Jan 12, 2025 11:07 pm
View Article