General discussion • Re: cron reports command not found
How do I get cron to run the command?You need to set the $PATH variable to include the location of command executable.Or just find the actual location of the command and use the full path to it in...
View ArticleCamera board • Rp5 + Libcamera-vid + IMX378 Camera
I have a Rpi5 with an IMX378 connected.https://www.waveshare.com/imx378-190-12.3mp-camera.htmRpicam-jpeg worked fine to produce an image. But Rpicam-vid produced this:Code: root@popcamera:/pop#...
View ArticleTroubleshooting • Re: Bookworm: Link-Local Ethernet suffers regular timeouts...
If it's host to host you may have an Ethernet negotiation issue. The rules for 802.3 change every few years but at one point many hosts did not implement auto mdi-x, relying on the switch to implement...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
You need to add the 8 or so additional meta-files to sourceforge to tell PINN how to install the OS: partitions.json, os.json, marketing.tar, partition_setup.sh etc. Each one of these is specific to...
View ArticleGeneral discussion • Re: pi-apps Downgrade Chromium via command line
Have a "Lite" install for a Kiosk I am building and everything was working great until a new version of Chromium Browser got installed. I would like to downgrade but don't have the desktop environment...
View ArticleCamera board • Re: "Or Better"?
Here's a script that attempts to create synchronized videos using the PIP method combined with my original script. Let me know if it works for you. (My Pi5 should be here in a few days)Doesn't work....
View ArticleCamera board • Re: about the video stream serious delay problem.
I tried Pi 4B ,bulleyes OS, using rtsp stream video,problem remains.I use laptop power adapter.The delay,and bad image pixels is very annoying.It is even far slow and not clear than video seen from...
View ArticleAdvanced users • Re: Image File Utilities
Hi I use Raspberry Pi 5 with newest version of linux 6.6.54-v8+ and this script.This script works very well, but sometimes I see this message:"rm: cannot remove '/tmp/img-backup-mnt/boot': Device or...
View ArticleCompute Module • Re: CM4 CAM0 I2C Pins
I think you should try to diagnose why CAM0 isn't working for you.In cam1 mode (using the ov5647 overlay with no parameters), the kernel expects the camera to be on I2C0 on GPIOs 44 & 45. When the...
View ArticleGeneral • Re: Run Project (USB) from Raspberry Pi Pico Project under VS Code
Put the board in BOOTSEL mode, then look in Device Manager if you have the following USB devices:- RP2 Boot- RPI RP2 USB Device (mass storage)Statistics: Posted by gmx — Fri Oct 11, 2024 9:35 am
View ArticleDeutsch • RPi4 als Massenspeicher an MFG
Hi,ich möchte meinen Multifunktionsdrucker mit Paperless NGX betreiben. Das ist auf einem RPI4 installiert. Leider kann mein Scanner nur auf USB A scannen. Kann ich an diesen Port irgendwie den PI...
View ArticleOther RP2040 boards • Re: RP2350B availability for contract mfrs?
FYIEasyEDA created parts/footrprints for both the RP2350A and RP2350B at my request in preparation for building boards at JLC. The part numbers are C9900136558,C9900136713. You can access them though...
View ArticleGeneral • Re: Pico2 stuck in BOOTSEL
This is normal if it has no valid image loaded.Make sure you are loading an image built for Pico 2, not for Pico 1.Statistics: Posted by gmx — Sat Oct 12, 2024 8:42 am
View ArticleBeginners • VPN
Hello everyone.I want to make traffic routing to an server using RPI3 device. I also have a remote server (in other country) which i want to use to access the blocked resources. Also i have a private...
View ArticleTroubleshooting • Re: Raspberry Pi Zero 2 W shutting down after booting
Does it boot ok if you use a spare microSD card, and write Raspberry Pi OS to that using Imager (with WiFi settings etc.)?That will tell us if your monitor is working ok to show the desktop (or...
View ArticleSDK • PIO state machine stall, bug?
Hi, consider this PIO code on pico2:Code: .program memory.side_set 1 opt.wrap_targetaddress_latch: wait 1 gpio 26 side 0 ; wait ALE HIGH wait 0 gpio 26 side 1 ; wait ALE LOW mov isr, null ; reset isr...
View ArticleAI Camera - IMX500 • pip install imx500-converter[tf] fails
Hello,The installation of imx500-converter[tf], that is needed to deploy custom models also fails. Has anybody tried this already?RegardsJochenCollecting imx500-converter[pt] Using cached...
View ArticlePython • Re: Python Script keeps Exporting after Finally Statement
I suggested to set rg to False in the finally block. You seem to have set it to True.Statistics: Posted by joan — Sat Oct 12, 2024 9:21 am
View ArticleBeginners • Re: Thermal padding size for active cooler?
Interesting as all the official active coolers l've bought came with the pads stuck on the cooler, so you have to peel them off to throw them away...Looking at pictures they maybe different...
View ArticleDeutsch • Re: i2c am Raspi4b und 5b
Hallo,Ja, da stimme ich dir auch vollkommen zu!Damit hatte und habe ich auch in der Vergangenheit und heute so meine Probleme.Kritik wird von den Machern einfach ignoriert, keiner kümmert sich!Es...
View Article