Compute Module • Re: CM5: What's the status of audio on GPIO 12~13?
This breaks compatibility with the ClockworkPi mainboard. I thought the CM5 was supposed to be more or less a drop-in replacement for the CM4? There's no way to put audio over GPIO 12/13 anymore at...
View ArticleTroubleshooting • Re: Network mount not surviving reboot
I don't use mount units either, although I did look at them at some point. There's a lot more richness and flexibility in the mount unit approach, but it does leave you with a group of separate files...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: eepflash.sh write error
thanks that was it!Code: willie@Pi4:~/utils/eeptools $ sudo ./eepflash.sh -w -t=24c32 -a=53 -f=wpc_racecam.eepThis will attempt to talk to an eeprom at i2c address 0x53. Make sure there is an eeprom...
View ArticleGeneral discussion • Re: VLAN config NMTUI Bookworm
There is enough documentation including examples I remember from 3 years ago or so. But you need to think where to get it and not leave it all up to AI and/or search engines. That won't work as there...
View ArticleTroubleshooting • Re: Unable to Use UART Communication After Disabling...
Which UART is routed to GPIO 14 and 15 varies depending on (among other things) whether bluetooth is enabled in device tree or not.Change your code to use /dev/serial0. That should always be a symlink...
View ArticleTroubleshooting • Re: Raspberry pi 5 green light flashing.
https://www.raspberrypi.com/documentati ... lash-codesStatistics: Posted by gordon77 — Wed Dec 18, 2024 4:21 pm
View ArticleOther projects • Re: DIY Raspberry Pi Multispectral Imaging Camera System
This looks fantastic. I can't give it the attention it deserves owing to the fact I'm currently subject to an increasingly fierce campaign by my kids over the fact that I still haven't got any of the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: External Camera Support
I wanted to update that I was able to work with the HDMI to CSI adapter.I started from scratch and eventually everything works.Thanks for the support. it was not easy Statistics: Posted by erez8 — Wed...
View ArticleRaspberry Pi OS • Re: Installing new software directly to an image in a...
One difference is that you are using a 64 bit image, while mine is 32 bit (that's what "armhf" means, right?)Anyway, do you know where the signatures are stored? What is it actually complaining about...
View ArticleAdvanced users • Re: NUMA Testing
I have some weird problem that might be related to NUMA: On a Pi5 (didn't test on Pi4 yet), showing a 10bit HEVC 4K video on a single DRM plane flickers (see short video here), assuming the following...
View ArticleTroubleshooting • Re: Raspberry 5: Process irq/161-mmc0 causing heavy cpu load
Hm. The host is probing at 100kHz. It's almost like the card-detect line is stuck. One last command:Code: watch -n 1 "pinctrl get | grep SD_"Are the values for SD_FLG_N and/or SD_CDET_N both "hi"? Do...
View ArticleGeneral • Re: Debug JST sockets for Pico 2 W
Just use header pins?I may end up doing a construct of my own yes.Statistics: Posted by Slion — Wed Dec 18, 2024 4:46 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CSI Virtual Channel support on...
Dear 6by9,thank you for your answer.Things are now much clearer to me, but I still have a few follow-up questions. I would be happy if you could answer them.Is the RP1 CFE replacing the Unicam driver...
View ArticleTroubleshooting • Re: Audio input trouble
I didn't think about ARM. It's a Java program, so I assumed the JVM would take care of it. Could I be mistaken?Statistics: Posted by barryburd — Thu Dec 19, 2024 3:42 pm
View ArticleTroubleshooting • Re: Raspberry Pi HDMI and Files not working
With rpi-conect or VNC viewer running you should be able to see/edit files on the microSD card.In Windows, with the card in a USB adpater we should see something like this for "bootfs"Windows can only...
View ArticleMicroPython • Re: Size of web page handled by a Pico W server?
That's an idea. Thanks.Statistics: Posted by JKJ — Thu Dec 19, 2024 3:50 pm
View ArticleGeneral discussion • Re: M.2 Enclosure with a RTL9210B Chip - Is It Good with...
Hi TrevorThank you very much, it's great to hear that.Does it also boot well from USB, like the AMS chips do?Statistics: Posted by spaceman5 — Thu Dec 19, 2024 3:55 pm
View ArticleBeginners • Re: Install onto and boot from NVMe
I did something similar to this last week, but I installed directly to the NVME. I just plugged the rpi5 into the network and carried out a network install, worked a dream. no downloading the OS and...
View ArticleMicroPython • Re: Building an Internet-Radio using a Pico W using just Python
The link works but it is displayed in a shortened form.What puzzles you?That it refers to CircuitPython and not to MicroPython?Well, MicroPython to my knowledge currently does not support mp3...
View ArticleOff topic discussion • Re: Chromium fullscreen
Can you just click on the full screen icon? (right of Zoom in the three dots menu)Yes I can, now I know about that icon, I suppose I should have realised that was what it was for, but I didn't, not...
View Article