General • Re: Did I break my original Pico by loading Pico 2 programs into it?
Basically, I need to digest a lot of information. You've provided several good avenues for me to explore and I need to develop more tools to help chase down this goofy problem. Thanks you to everyone;...
View ArticleGeneral discussion • Re: Autostart with labwc
Your test is conclusive. But I can’t interpret the man page as saying anything but the opposite,In which case the man page is wrong.Or the out of the box configuration in RPiOS is different to the...
View ArticleGeneral discussion • Re: Raspberrypi & 3.5inch Resistive Touch Display...
@aBUGSworstnightmare 'piscreen' nock-offs i dont understand. whats thats?Statistics: Posted by MrBeyfendi — Wed Nov 13, 2024 1:50 pm
View ArticleHailo • Re: Hailo_invalid_driver_version (76)
We are in the process of packaging and releasing the v4.19 drivers + middleware software. Until this is ready, I suggest you revert to the standard Raspberry Pi kernel release which has the v4.18...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
I wish I had filed off those board edges.cosmetic 'defects' The production versions are definitely routed out, so the edges will be smooth as a baby's bottom.Statistics: Posted by jamesh — Wed Nov 13,...
View ArticleHailo • Re: AI HAT+ show no serial number
Do the demos work with your AI Hat+?Statistics: Posted by naushir — Wed Nov 13, 2024 1:52 pm
View ArticleAdvanced users • Re: Is the PISP a fake IP hidden by an over-complicated...
Bloody ISP designers coming in and spouting facts all over the place. It's political correctness gone mad.Statistics: Posted by jamesh — Wed Nov 13, 2024 1:55 pm
View ArticleCamera board • Camera V3 Wide incorrectly detected as imx708 (instead of...
I have recently bought a Camera Module V3 that is not working.I wanted to check if there is anything that I can do before asking for a return/refund.On the RPI5, it is detected as a "imx708" instead...
View ArticleTroubleshooting • Re: Logwatch Fails to Send Email Now and Then
Please humor me and try the following.Save away your /etc/logwatch/conf/logwatch.conf and create a new one with the following contents:Code: Output = mailMailTo = me@mac.comMailFrom = LogwatchDetail =...
View ArticleRaspberry Pi OS • Re: [Pi 4]smaller size than "Raspberry Pi OS Lite"
I am now looking into a much easier solution. I plan to make script that make all configuration and then just release the application instead of complete OS.I am not sure if the script will be able to...
View ArticleGeneral discussion • Re: Unbundled Hailo
have a look i.e. at https://buyzero.de/en/collections/hailoRaspberry Pi AI Kit (with Hailo-8L B+M, 13 TOPS)is sold for EUR77.95 - https://buyzero.de/en/products/raspberr ... ilo-8l-b-mHailo-8L module...
View ArticleAutomation, sensing and robotics • Voice and automation where to start
I've been looking at various solutions but I'm not sure as to how well they are being maintained after Mycroft appears to have hit a brick wall, at least as far as I can see. I'm looking at...
View ArticleRaspberry Pi OS • Re: Problem with Apt and latest system update on Bookworm 64
I am facing a similar problem. I don't know why the boot partition vanishes, /boot/firmware is empty. I have to mount manually /dev/nvme0n1p1 (I run Raspberry OS from pcie).The first time that...
View ArticleTroubleshooting • Re: Using pi 5 with usb thermal camera
On the offchance this is another manifestation of https://github.com/raspberrypi/linux/issues/6141, what happens if you follow the instructions in https://github.com/raspberrypi/linux/is ......
View ArticleGeneral • Re: System only works when powered thru USB
How clean is that 12V in? What is the bandwidth of those power sources?The better the bandwidth the better the power. LED panels driven from 60Hz transformer will require a lot of a storage. Large...
View ArticleSDK • Re: Unable to build blink example VS Code extension
Code: collect2.exe: error: ld returned 9 exit statusThat error is coming from the linker, but I'm not sure what's causing it - my first guess would be to try deleting your build directory and...
View ArticleTroubleshooting • Re: New router WiFi connection problems
I'm not sure how to force DCHP on the router.Given that noone here knows the model of router you have been supplied with, there probably won't be an easy answer...However, in my experience it would be...
View ArticleРусский • Re: Ошибка при запуске PINN
Try runningsudo apt update;sudo apt dist-upgrade -yThat will update a bunch of code including the Linux kernel.Попробуйте запуститьsudo apt update;sudo apt dist-upgrade -yЭто обновит кучу кода,...
View ArticleRaspberry Pi OS • Re: Programs that use 100% CPU
A further solution is to punt pcmanfm and either live without a graphical file manager or install one that plays better. This solves it going rogue. I find the fm in MATE, more stable.How does one do...
View ArticleC/C++ • Allocate memory for DMA on Raspberry Pi 5
Hi,I had a DMA project running on the Raspberry Pi3+ that output a signal on PWM1. The memory for the data and CB were allocated to VC memory using the Mailbox property interface.Now I wanted to move...
View Article