Troubleshooting • Getting Kernel headers using rpi-source
Since I cannot use "apt-get install linux-headers-$(uname -r)"Code: Reading package lists... DoneBuilding dependency treeReading state information... DoneE: Unable to locate package...
View ArticleGeneral discussion • Re: RPi5 Rev 1.0 SD-card doesn't work on Rev 1.1 board.
Are you running any bootloader/chooser like PINN or uboot?Statistics: Posted by rpdom — Mon Dec 09, 2024 4:01 pm
View ArticleCamera board • Re: OV9281 Arducam
Thanks, appreciatedStatistics: Posted by gordon77 — Mon Dec 09, 2024 4:15 pm
View ArticlePython • Issue with GStreamer and OpenCV Integration on Raspberry Pi NoIR...
I am using a Raspberry Pi 4 with the Raspberry Pi NoIR Camera v2. The camera works perfectly with libcamera commands, and I can view the video stream without any issues. However, when trying to use...
View ArticleGeneral discussion • Re: Raspberry pi 4b/5 and YOLO models
I have seen people use Coral TPU. That should get you decent FPS. And it's officially supported by Ultralytics. Hailo can work, but AFAIK, it's a bit difficult to get it to work since it's not...
View ArticleAdvanced users • Re: systemd service ran fine on CM4 doesn't work on CM5
I'll suggest it to management.Statistics: Posted by PhilE — Mon Dec 09, 2024 4:29 pm
View ArticleRaspberry Pi OS • Re: RPi 5 8GB RAM failed reboot and exit to initramfs
boot from NVMe first, then USB.Any reason for NVMe first? Is it for data security reasons? Can another person boot Linux from a plug in usb thumb drive and gain access to the NVMe?I noticed that my...
View ArticleHATs and other add-ons • Re: Geekworm x1009
Here voltages from terminalAre there any bad or wrong?And which voltage Pi mesures for low power alerts?EXT5V_V? Or another?PS Physically on gpio 5.05V and 3.33V (Voltmeter says)Statistics: Posted by...
View ArticleSDK • Re: prevent "Downloading Picotool"
Thanks. Not having a dependency on a remote resource is already a lot better, especially if the whole thing is pointless. However, it still builds picotool each time you do a clean build and in my...
View ArticleAdvanced users • Re: NUMA Testing
What do these mean - is there actually a performance hit, or is it just assumed there will be?I don't believe there will be. Feel free to post if you find any evidence to the contrary.We should...
View ArticleBeginners • Re: What are all the available options for /boot/config.txt ?
I don't find anymention of hdmi_safe in the README nor on https://www.raspberrypi.com/documentati ... g_txt.htmlThere is a search option on that page.But, yes, hdmi_safe is a legacy option that...
View ArticleSDK • PIO PWM Input - Pulse Width Measurement
Hello.There are several topics on the forum already touching on this but I wanted to create a new one because I cannot find an example that is specific enough to really help me.I am slowly learning...
View ArticleTeaching and learning resources • Re: Advent of Code 2024
day 10Code: pi@pi5-8:~/AoC2024/day10 $ g++ -O3 day10.cpp pi@pi5-8:~/AoC2024/day10 $ ./a.out Day 10: Hoof Itpart 1 - 538part 2 - 1110run time - 15.453 ms.pi@pi5-8:~/AoC2024/day10 $source...
View ArticleHATs and other add-ons • Re: Could PyBricks be up and running on BuildHAT..
Do those cheap sensors already work with the Build HAT and the firmware currently available ?I would say yes. My reasoning: they are proved to work with Lego Hubs, so should be fine with BH too...no...
View ArticleBeginners • Re: Systemd Permission Denied on .venv directory
I run my python script without having any shebang line at the start of that script using: Code: ExecStart=/home/pi/my_project/env/bin/python /home/pi/my_project/blink.pyI use the full path to the...
View ArticleCompute Module • Re: How to enable USB OTG on the CM5 IO board
Have you read the datasheet about OTG? What are you trying to do?I read this datasheet https://datasheets.raspberrypi.com/cm5/ ... asheet.pdf But there is not much explanation about it. I was assuming...
View ArticleGeneral discussion • Re: Flakey Pi, Image or SD Card?
"I have a number of Pi's, 2 3B's, 1 Pi4 and one Pi5. I have been having problems with one of the PiB's."Is it a PiB (first ever Pi) or one of the two Pi3B systems?Statistics: Posted by neilgl — Wed...
View ArticleGeneral • Re: Connecting a Pi Pico directly to the internet with SIM modules
I would bet on the latter one, since that Waveshare shield is NB-IoT. I don't know global situation, but at least in Poland you have to have special plan to cover that (maybe for business customers...
View ArticleGraphics programming • Re: 7" Display 2 and rotating content using DRM
I don't have a test framework immediately to hand, so pushed https://github.com/raspberrypi/linux/pull/6533 as a speculative fix.If you could test it and report back, that would be great.Statistics:...
View ArticleGeneral • Re: RP2350 sample kit
There should be more news on this made public early next year which will hopefully explain all.Statistics: Posted by jamesh — Wed Dec 11, 2024 4:35 pm
View Article