Compute Module • CM4 USB error / MSG not working
Hello!I have a Rpi 4B which has the latest 64-bit OS installed (Bookworm). CM4 is connected to the Rpi 4B via USB cable. I was wondering why the rpiboot-msg fails and then I saw this in dmesg:Code: [...
View ArticleTroubleshooting • Re: Camera on RPi4 closes after a few seconds
there is no option to Enable Camera through Raspi-config like all the installation instructions say.Those instructions are out of date. The Enable option activated an old firmware driver for...
View ArticleCamera board • Re: Capturing raw images on the Raspberry Pi 5
I really don't think anything has happened in that driver recently, the ov5647 is pretty long in the tooth these days so mostly people don't go near it. And your code looks absolutely correct to me,...
View ArticleTroubleshooting • Re: Official Touch Screen With Raspberry Pi 5
It should work fine is.Won't it need a new cable due to the different connectors on the Pi 5?Either a PI 5 or Compute Module Display cable should work.Statistics: Posted by rpdom — Fri Feb 09, 2024...
View ArticleAdvanced users • Re: Any Tips for Speeding Up the Manual Process of Setting...
I just use a simple .sh script that installs what I want it to, moves files where I want them and then I'm done with it.I do the same, works great.Statistics: Posted by rpiMike — Fri Feb 09, 2024...
View ArticleSDK • Re: Dual Core Memory Protection
This applies to C++.Hah, indeed it does.Statistics: Posted by jeremyd — Fri Feb 09, 2024 10:27 am
View ArticleAutomation, sensing and robotics • Re: Determining torsion in a pipe during...
Is the measure aimed to correct something on the fly (i.e.: pipe is torsioning too much)?Is it a pipe or a cable?Statistics: Posted by vffgaston — Fri Feb 09, 2024 10:28 am
View ArticleBeginners • Re: Rpi 5, LAN network connection failed
Reformatting for legibility and comprehension -Hello everyone, and I ask for your patience - I am an (enthusiastic) beginner, here on the forum for the first time. Yesterday I was reviving a new...
View ArticleTroubleshooting • Re: Raspberry Pi Zero 2W doesn´t connect to my network
adding a power supply solved the problem - thanks a lot.Statistics: Posted by valdemirs — Fri Feb 09, 2024 10:37 am
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
There was a post on here about fan hysteresis not working on 6.6, although it appears to have been deleted. I can confirm that it isn't working properly - the necessary patch is not present in...
View ArticleGeneral discussion • Re: Where can I find a Pico Pinout that uses the new...
RemovedStatistics: Posted by gordon77 — Sat Feb 10, 2024 9:59 am
View ArticleFrançais • Re: gpio c++
salut merci les gars !effectivement j'avais mal ecrit une hysteresis "faute de frappe" j'aime pas trop les copier coller car j'aime bien ecrire ! ca rentre mieux dans la tete donc j'ai mis a jours sur...
View ArticleRaspberry Pi OS • Re: Bookworm has no /dev/hidraw0 for my Inverter connection
ls -la /dev/hidrawls: cannot access '/dev/hidraw': No such file or directoryalf@quinque:~ $ sudo ls -la /dev/hidrawls: cannot access '/dev/hidraw': No such file or directoryNew account?mitu suggested...
View ArticleAdvanced users • Re: No DRM in Firefox - can't find the...
to each there own.i3 is worthy wm, can be configured in countless ways.have fun.Statistics: Posted by kerry_s — Sat Feb 10, 2024 10:08 am
View ArticleGeneral discussion • Re: Which raspberry pi models are still being manufactured?
In short I think everything except the original 28pin Pi1 is still in production.Were they ever produced? Are you suggesting that the two I have are a figment of my imagination?Statistics: Posted by...
View ArticleGraphics, sound and multimedia • Re: TC358743 on rpi5
I was updating my code and found out that eglCreateImageKHR return NULL with DRM_FORMAT_RGB888it only works with 32bit formats like DRM_FORMAT_ARGB8888 and DRM_FORMAT_XRGB8888my program is based on...
View ArticlePython • Re: Writing generated audio as FLAC?
Digging around, it seems I need the script to convert from <class 'bytes'> to <class 'numpy.ndarray'> or else have the sine wave generated directly as a <class 'numpy.ndarray'>...
View ArticleFrançais • Re: Python 3.11.2 bloc quand j'execute mon code
Bonjour,j'ai remplacé la ligne Code: fp.geometry("680x9800-600+100")comme vous me l'avez dit parCode: fp.geometry("540x790-600+100")et ça marche sur le RPI5. Ce qui veut dire que c'était trop grand.Je...
View ArticleAdvanced users • MultiBoot
Hello,How to do a multiboot with grub ? How to install Raspi OS, Osmc, Libreelec on the same micro sd card ?Regards.Statistics: Posted by dmht13 — Sat Feb 10, 2024 10:55 am
View ArticleBeginners • Re: Hwo to fix my OS booting screen?
Well, thanks guys!Statistics: Posted by tiioftt — Sun Feb 11, 2024 10:06 am
View Article