Advanced users • Re: Should I be able to boot RPi5 to a 32bit image or is it...
Reason I ask is that we use a 3rd party library (.so) that only works with 32-bit (armhf) - they have not yet provided a 64-bit (aarch64) .so yet.Surely that should work, provided all the other 32 bit...
View ArticleCamera board • Re: Porting driver from VC4 to PISP
@will127534, can you also share a RAW/DNG image when things fail please? You can use libcamera-still with the -r command line argument to capture this.EDIT: Doing this on both a Pi4 and Pi5 would be...
View ArticleGeneral • Re: External clocks
I am still puzzled how it can be that I solder an external oscillator module with a frequency of 14 MHz (or 14.31 MHz in my second try), and without any code changes at all I get a ROSC frequency that...
View ArticleBeginners • Re: running creality print on pi 4B
It might run under wine but it will be horrendously slow.The source is available https://github.com/CrealityOfficial/CrealityPrint but it would probably take a huge amnount of work to get it compiled...
View ArticleTroubleshooting • Re: Can't connect pi to run headless
Headless is great, but as you see, if trouble you need a HDMI+keyboard(+mouse). With local attached console, it is easy to ping other devices in the network so then you will find out and we can help...
View ArticleCamera board • Re: Thickness of cover glass on Raspberry pi v2 camera
Here you go:https://www.taoic.com/company/8049/IMX2 ... etail.htmlStatistics: Posted by sh0ck — Mon Dec 18, 2023 6:29 am
View ArticleHATs and other add-ons • Re: PoE for Pi 5
An external PoE splitter may be a solution. Search for RAK POE Splitter USB-C 5V 6A.Note: I have not tested the product in question.Statistics: Posted by dagb — Mon Dec 18, 2023 6:48 am
View ArticleTroubleshooting • Re: Error to install Adafruit_DHT
I googled the error message and landed here: https://raspberrypi.stackexchange.com/q ... afruit-dhtStatistics: Posted by embeddedbarsha — Mon Dec 18, 2023 6:58 am
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
It's intentional - the upstream devs have split the dts files by chip manufacturer. The documentation needs an update.Statistics: Posted by PhilE — Mon Dec 18, 2023 7:04 am
View ArticleTroubleshooting • Re: Raspberry Pi 4 8GB not booting (green led blinking 3...
I've had mine sitting in a drawer for a couple years because of the same issue. Did you ever figure something out?Statistics: Posted by kzaoaai — Tue Dec 19, 2023 3:48 am
View ArticleTroubleshooting • Re: Raspberry Pi 5 fails to boot with a large config.txt
The file contains primarily comments, but I brought it up because, for instance, the Pi 4 starts up without issue using the exact same file. No matter how many times I edit the config.txt file from...
View ArticleAdvanced users • Re: Is everyone happy with the quality of libgpiod?
3. But it turns out that what seemed to be going on - may not be what's actually happening in the hardware... Let's connect an LED from GPIO24 (pin 18) to GND (pin 20) & see what happens:$ gpioset...
View ArticleTroubleshooting • Re: [RPi5] Video and Audio on different HDMI ports not working
Try adding disable_fw_kms_setup=1 to pi4 config.txt - I think that will remove it (and confirm if it is related).@dom any ideas I can try? As it seems not related to disable_fw_kms_setupStatistics:...
View ArticleCompute Module • Re: Raspberry CM4 updating EEPROM - sdcard issue
Try flashing an official Raspberry Bookworm OS and report back.Do you have another Pi? Use that one instead of Windows.Statistics: Posted by aBUGSworstnightmare — Tue Dec 19, 2023 5:38 am
View ArticleRaspberry Pi 400 • Re: i2s max speed v cable length with WM8371 codec
Did you check the specification for any advice https://www.nxp.com/docs/en/user-manual/UM11732.pdf ?For longer connections (let's say 0.5m) you should use shielded cables. Do the test with a cheap...
View ArticleGeneral discussion • Re: Advice please
What would be the best set up to use for a cad software for uses with a 3d printer?I have the 3d printer but nothing else, so I would be starting with nothing, so I would need to get pleaseI've been...
View ArticleTeaching and learning resources • Re: Advent of Code 2023
Every year the same classic Dijkstra's algorithm for optimizing cost is featured. This year introduces the Shoelace formula.I remember discussing the same formula on this forum a couple years ago but...
View ArticleC/C++ • Re: Visual Studio alternatives for Linux
It comes down to what one expects from IDE. On Windows platform I personally don't need anything fancier than FAR Manager. QT Creator is a nice IDE but takes ages to startup on my old...
View ArticleTroubleshooting • Re: Kernel fail pi4
Hi,Thanks! Sorry i thought apt-get update and upgrade updates it too.Statistics: Posted by mman1982 — Tue Dec 19, 2023 7:05 am
View ArticleGeneral discussion • Problem with a Pi0W (an original one)
It is running Buster. Up to date. It has been running a single python app of mine for some years now. It has a 16GB Sandisk card that has 8GB free.I write 4 files to disk at midnight every day. I...
View Article