Troubleshooting • Re: Network is unreachable
You at least have 1 big error where NetworkMannager might fail on:static ip_address=192.169.86.102/24Remove any local static IP destinations anyhow.Statistics: Posted by redvli — Sat Dec 07, 2024 5:01...
View ArticleAdvanced users • Re: Cross-Compiling Linux Kernel for rpi 4
Have a look here viewtopic.php?t=343387&hilit=kernel+com ... y#p2057115Statistics: Posted by redvli — Sat Dec 07, 2024 5:04 pm
View ArticleAdvanced users • Re: Image File Utilities
Do you have any idea what this folder that shows up in the error message is used for (/tmp/img-backup-mnt)? Newer/other Linux distros use tmpfs for /tmpIt might be that the latest RPiOS image also has...
View ArticleC/C++ • Re: Anyone know why I'm getting this warning about alarm_callback_t?
Also I'm perplexed as to why I don't need "&" to pass the address of the function to add_alarm_in_ms().You can add the ampersand if you prefer.It is not necessary, because the absence of...
View ArticleAI Camera - IMX500 • Re: imx500-tools
Hey guys, I have recently bought a Raspberry Pi AI camera and I wanted to try it out for the first time, I have a Raspberry Pi 4 by the way. I wen through many tutorials online on how to set it up yet...
View ArticleCompute Module • Re: What is performance of the VideoCore VII GPU in the CM5?
And what is the performance of the VideoCore VII GPU in the Pi5?Statistics: Posted by simmania — Sun Dec 08, 2024 4:48 pm
View ArticleBeginners • Re: A replacement for MotionEyeOS?
Another alternative is to use the example from the excellent github picamera2 repository captures motion: https://github.com/raspberrypi/picamer ... _motion.pyStatistics: Posted by neilgl — Sun Dec...
View ArticlePython • Re: PulseAudio and Root User Headaches
Quick Synopsis: PiCamera was Bookworm-PiCamera2 (what I am using now) is Bullseye 64 bit. OK.But:You were using the old camera Library on the new OS release (which defaults to PipeWire)You are using...
View ArticleAdvanced users • Where is the kernel config ? ( cross-computer )
Hi,I wanted to ask into viewtopic.php?t=319270 but the topic is closed ¯\_(ツ)_/¯When I boot the raspberry pi 4 tree /boot give me :Code: /boot|-- Image|-- System.map-6.1.93|-- broadcom| |--...
View ArticleGeneral discussion • Is there OEM packaging?
I bought an RPI4 from an online retailer. This didn't come in a taped box as usual, but in an antistatic bag with a sticker that looks like RPI.org. Because I was skeptical, I asked the dealer why it...
View ArticleNetworking and servers • Re: Imager v1.8.5 PI5 Bullseye SSH Key Not Working
I thought it would have placed the keys where it needed to go on tho host and pi. I mean why wouldn't it?The Imager application is distributed in multiple ways, and can be installed in multiple...
View ArticleCamera board • Re: Camera flickering at low light
What type of lighting ?If you put it in manual exposure and vary the exposure time does it change ?It seems that the type of light doesn't matter, only whether there is enough of it, and flickering...
View ArticleSDK • multicore_lockout_start_blocking() does not return
Hello!I'm using an RP2040 to drive an 65c02 processor and call this a computer. Code is available on github.This implements a mass storage device using the Pico's flash as backend. However, this...
View ArticleGeneral discussion • Re: What Will Happen to Raspberry Pi Zero 2W If You...
Try it and see.I agree. OP should try it and let us know what happens for sure.I don't know why either of you are encouraging a user to do something you both know shouldn't be done, which may have...
View ArticleMicroPython • Re: conflict between peripherals
Thanks for clarifying, ghpThere is an feature of Adalogger's SD card reader that I had missed:"SD Detect JumperOn the back of the board, directly above GP15 and to the left of the cowbell logo on the...
View ArticleTroubleshooting • Re: Removing power supply unit: password is no longer accepted
I don't think this would cause your problem, but just in case: you do shut down the OS before removing the power?Statistics: Posted by davidcoton — Sun Dec 08, 2024 5:09 pm
View ArticleSDK • Re: prevent "Downloading Picotool"
That boot_bootrom_headers issue suggests you're building picotool 2.1.0 using SDK 2.0.0. You'll need to use SDK 2.0.0 to build picotool 2.0.0, and SDK 2.1.0 to build picotool 2.1.0 (2.1.0 is the...
View ArticlePython • Re: Python Sounddevice problems
Did you install the venv with access to system site packages? (https://learn.adafruit.com/python-virtu ... nv-details)Also, see the next page to make sure you are invoking sudo properly...
View ArticleAdvanced users • Re: systemd service ran fine on CM4 doesn't work on CM5
Barring a natural disaster, it's guaranteed to point to the non-Bluetooth UART - provided udev has had a chance to run (see @rolivers comment).I do not know how this is supposed to work on CM5; it is...
View ArticleGeneral discussion • Re: RPi5 Rev 1.0 SD-card doesn't work on Rev 1.1 board.
The following is running :sudo rpi-eeprom-updateBOOTLOADER: up to date CURRENT: Tue 12 Nov 16:10:44 UTC 2024 (1731427844) LATEST: Tue 12 Nov 16:10:44 UTC 2024 (1731427844) RELEASE: latest...
View Article