Beginners • Re: Why does Brave install on Ubuntu but not RPI OS?
why are you running 32bit raspberry os instead of the recommended 64bit. Oops! I'll check that. Oversight on my part if I did that. Thanks!Statistics: Posted by AScottC — Wed Jan 24, 2024 9:35 pm
View ArticleGeneral discussion • Re: Detect RPi 5 Best Practices?
Good point, but I'm going to grep -q for the bcm2712 string.Statistics: Posted by bitbasher — Thu Jan 25, 2024 8:58 pm
View ArticleTroubleshooting • Retrieve and edit data from SD card
Hi everyone, it's me again.I accidentally broke the configuration in /etc/network/interface. However, I've documented all the steps I did, so all I need to do to fix the problem is to enter the...
View ArticleGeneral discussion • Re: Question about nvme and official case
I crossing my fingers that the official NVME adapter can also come in the HAB form factor.I'd like to install it below the RPi instead of above.Statistics: Posted by bitbasher — Thu Jan 25, 2024 9:03 pm
View ArticleBeginners • Re: Pi 5 Max SD card size
The upper working temperature limit is a bit low compared to other marques I've looked at, it is probably fine for a normal use Pi, it would be a bit low to use in one of my number crunching...
View ArticleGeneral discussion • Re: Linux update / upgrade confusion
Thanks for the reply.I can confirm that today the RVNC issue is solved.But the other concerns are still there :- Have I lost the fix for the unstable usb-3 ?...
View ArticleAdvanced users • Re: "Realtime" GPIO with bcm2835...
You might be running into realtime throttling.Try running ...Code: sudo sh -c "echo -1 > /proc/sys/kernel/sched_rt_runtime_us"... and see if the problem goes away.Also, I think when realtime...
View ArticleGeneral • Re: make: *** No targets specified and no makefile found. Stop.
Oh, they actually update the pdf?PDF, IDK, seems like it should also be online as a web page. I like how The GNU Project does documentation, for example.Also, as far as the forums, like I said almost...
View ArticleAutomation, sensing and robotics • UL Listed Raspberry Pi
Hello everyone!For those of you interested in an industrial Raspberry Pi device, Synergy Logic ( https://synergy-logic.com ) has developed a UL-listed industrial Raspberry Pi 4 device that you might...
View ArticleSDK • Re: Any downsides to using RPi 5 for install of SDK?
That looks good... Where do I put this 'test.cfg' file?you can just put it anywhere, in my example, its right in the home diryou must then give openocd the path to wherever you put it, i gave it...
View ArticleDebian • Re: Wayland and Sway
xfce desktop itself is not yet wayland.but they have been moving the apps needed to work under wayland.https://wiki.xfce.org/releng/wayland_roadmapthunar and mousepad are already native...
View ArticleTroubleshooting • Re: Can't find the ip address of my Pi
I went out and bought a keyboard but I'm having so many issues here. I need to start a new thread with an appropriate title.Statistics: Posted by Crum — Thu Jan 25, 2024 9:31 pm
View ArticleAdvanced users • Re: Using cd copier (piclone) on sway
i think it came in with gnome-disk-utilityStatistics: Posted by kerry_s — Thu Jan 25, 2024 9:36 pm
View ArticleRaspberry Pi OS • Re: Why Raspberry Pi Imager is not into the Microsoft store?
Because the major operating system vendors (both Microsoft and Apple) do not allow apps that require elevated privileges in their store.Which do is necessary to be able to write to raw storage...
View ArticleBeginners • Re: ADS-B Setup
You may get better answers on the flightaware forums ? https://discussions.flightaware.com/Or even on a ham forum. Or do hams no longer need to have any technical knowledge about RF and cables?If you...
View ArticleTroubleshooting • Re: Problem "refreshing" hardware for a...
So, let me get this right, the firmware on the cloned SD card is faulty. Is that related to or caused by the firmware on the older Pi4B? That is an old (5 years) setup, which may not have had an apt...
View ArticlePython • Re: Installation of pyexcel
Thanks, I already managed to install pyqtgraph library like shown abowe. Let me try to fix this tommorow morning.Regards, VladoStatistics: Posted by California — Fri Jan 26, 2024 9:31 pm
View ArticleCamera board • Re: How to make PICAM 3 stream locally for CCTV
im trying to use Shinobi on my main pi 4 and I want to create a few smaller cameras with pi zero w 2, I have one and I have a camera module 3 however I cannot for the life of me get it to stream to a...
View ArticleDevice Tree • BeagleBone style GPIO pin management
Now that we have pinctrl, we can do what I call BeagleBone Style GPIO pin management, where a single device tree overlay BB-GPIO.dtbo enables all of the hardware subsystems without configuring any of...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
Tegra might be open, but it's a power hungry beast.The Nvidia software stack is definitely not open. It just works well.If the IP doesn't belong to you then you can't release it (unless you like...
View Article