Troubleshooting • Re: Network mount not surviving reboot
Have a look at making a systemd systemctl mount file.Systemd does that automatically from fstab. Last I checked, the docs recommended to use fstab and let systemd work from that.But, yeah, it might be...
View ArticleBeginners • Re: Remote Operation Pi5
I use RealVNC Viewer on a PC/laptop/iPad to connect to various Pi systems on the LAN, no internet, using ip addresses 192.168.1.123 etc. All fine.thanks for this hint - I will check this more in...
View ArticleCamera board • Re: Getting the most FPS/Quality out of the Pi Camera Module
Holy smokes, that YUV suggestion was stellar it doubled my recorded MP4 video FPS! I did get a 5-10% boost in JPEG image FPS rate, but it did seem to demand 3% more CPU pi_config =...
View ArticleSDK • Re: Need help with SDK and newlib.
You could make a debug build of newlib and step through that:Implementing our own C standard...
View ArticleHATs and other add-ons • Re: M.2 Hat+ SSD Kit, drive not visible
It is the Raspberry Pi NVMe 512 GB SSD. I bought the SSD kit with the M.2 Hat+ included.Statistics: Posted by SteveB38 — Tue Dec 17, 2024 10:02 pm
View ArticleTroubleshooting • Raspberry 5: Process irq/161-mmc0 causing heavy cpu load
Hi,I have been using a new rp5 for a couple of days now and on this device a process (ID:88) called irq/161-mmc0 is causing a cpu load of 0.5 which leads to an overall load about 0.20 (found by...
View ArticleAdvanced users • Re: Image File Utilities
Is there anything special about writing backups to nfs-mounted drives? I had been writing backups to an external drive shared from my Mac using cifs, but that stopped working, so I decided to try a...
View ArticleRaspberry Pi OS • Re: Raspberry Pi 5 Screen Blanker
start with a clean installuse whats in the gui firstmenu -> raspberry pi configuration, just turn the screen saver on & reboottry to stick with the current that the percentage are using, it'll...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Pi 500: SPI_IOC_WR_MODE with...
There's a pull request in our kernel tree (https://github.com/raspberrypi/linux/pull/6545) that simply adds SPI_NO_CS to the list of supported modes for the DW SPI controller, as used by the Pi 5...
View ArticleCompute Module • Re: CM5 trouble with 7inch display on DSI
I tested a V2 display on both interfaces of CM5 / CM5IO only yesterday, so I know it works.I'll retest in the morning, but something is wrong on your system.V2 display to DISP0Code: 007589.615: Loaded...
View ArticleNetworking and servers • Re: Move Synology NAS Drives to Pi 5
Sounds like a weird sort of error. Magnetic disks have spare tracks they can rewrite too. Works for a while then the spare tracks run out. I usually replace them on the first error as surface coating...
View ArticleGeneral • Re: [solved] SH1107 OLED 128x128 with C
Hello,Many thanks for this port! I was also very interested by u8g2 on this particular display Statistics: Posted by laurent — Wed Dec 18, 2024 10:16 pm
View ArticleBeginners • Re: Manage ufw by editing the sd-card
Edit "RULES" section of /etc/ufw/user.rules assuming your desktop is linux.Statistics: Posted by pidd — Wed Dec 18, 2024 10:17 pm
View ArticleDevice Tree • Re: MCP23017 overlay error -EIO: can't write IOCON 32
1.Code: pi@remote:~ $ cat mcp23017newzwei.dts //Test overlay on bit-bashed I2C//devices connected are an EEPROM ans a GPIO expander////swi2c-dummy-rev1-overlay.dts//for devicetree bindings of MCP23017...
View ArticleCompute Module • Re: What is performance of the VideoCore VII GPU in the CM5?
80 GFLOPS from the Raspberry Pi is not much motivation for anyone to spend similar effort.In the past I have suggested a GPU programming environment for the Pi could be motivated by the importance of...
View ArticleTroubleshooting • Re: Audio input trouble
The USB mic is in itself a sound card. You may need a USB dongle with a line input (If your proposed input is line level) or one designed for a mic input (if that is your required input).Statistics:...
View ArticleTroubleshooting • Re: Notification of updates then I can’t login RP5
Are you logged in as a user (pi) that has sudo privileges?Statistics: Posted by neilgl — Wed Dec 18, 2024 10:31 pm
View ArticleMicroPython • Re: Lets talk about lightsleep on PICO
@gmx, if I'm reading your scope correctly, you see a reduction of 1.6 milliamps.Correct? Which exactly what hardware blocks are disabled? Can you provide the code you are running?From section 5.7 in...
View ArticleTroubleshooting • Ubuntu Not Working On Pi 500
Hello,I recently got the PI 500 and so far have been happy with it. I have been trying to install Ubuntu onto it and every time it boots It shows the Ubuntu boot logo then goes to a green screen with...
View ArticleTroubleshooting • Re: PipeWire CLI tools not working
On a Pi4 running Bookworm 64-bit with all updates the above commands worked fine.Note ffmpeg is already installed by default: Code: ffmpeg -versionffmpeg version 5.1.6-0+deb12u1+rpt1Statistics: Posted...
View Article