General • Re: Trace FIFO and TPIU with ITM
I think I found one more issue in my code from my previous posting:It is important to initialize TPIU, Funnel and DMA first and enable ITM afterwards. Otherwise some important packages are missing in...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4: DSI1 init. commands rarely fail
what if you use stock OS with your custom driver and overlay?Why didn't you add to the existing driver?Statistics: Posted by aBUGSworstnightmare — Tue Nov 12, 2024 11:42 am
View ArticleTroubleshooting • "Processing triggers for initramfs-tools" part of...
When doing sudo apt upgrade everything seems to proceed normally until it gets to this part, which seems to take an eternity:Processing triggers for initramfs-tools (0.142+rpt1+deb12u1)...
View ArticleAdvanced users • Re: Is the PISP a fake IP hidden by an over-complicated...
I think you've missed that there is both the Camera Front End (CFE) that you've shown the Media Graph for, but also the PISP backend. See sections 2.1 and 2.2 of...
View ArticleAdvanced users • Re: RaspiOS 12 (aarch64) with KMSDRM, tool for taking...
You don't use X, and you're not using the framebuffer, so what are you using?If your application is directly using the DRM/KMS APIs, then producing a memory version of the screen output is down to it....
View ArticleTroubleshooting • Re: window manager broken
ok, fixedno issue at allrun command sudo taskselchoose xfce as it was previously, after reboot everything run smoothlyand i have been asked if i want to switch to Labwc or keep X:thank you very...
View ArticleTroubleshooting • Re: SD Card Wiped During Update
Thanks! Reports of this happening pop up once in a while, so it will be good to see if we can zero in on some specific cards being problematic.Statistics: Posted by ShiftPlusOne — Tue Nov 12, 2024...
View ArticleTroubleshooting • Re: RPi5 boot issue - 'Fatal firmware error'
Waiting for response from technical staff.We've traced through the code that results in "Unexpected error @ 0x00010164" and it's an unexpected response from sdcard.Can you try flashing recvovery...
View ArticleTroubleshooting • Re: "Processing triggers for initramfs-tools"...
Regenerating the initramfs images does take some time, especially on the slower Pis. Especially on the 32-bit systems which have more images to create.If you know you are always going to use the same...
View ArticleCompute Module • Re: Raspberry Pi Compute 5 Release Date?
https://x.com/bretweber/status/18564274 ... 85peQ&s=03The official Raspberry Pi account has replied Good news!!!!Statistics: Posted by Redhunt — Wed Nov 13, 2024 12:28 pm
View ArticleGeneral • Re: Did I break my original Pico by loading Pico 2 programs into it?
I didn't realize that links were not allowed. I have deleted the link to my channel.Statistics: Posted by dminderman — Wed Nov 13, 2024 12:30 pm
View ArticleRaspberry Pi Connect • Re: Having trouble with Raspberry Pi Connect Lite
No I was not using sudo, but I was using the terminal in webmin, if that would make any difference.The key thing is to run the rpi-connect commands as the same user that the rpi-connect client is...
View ArticleGeneral discussion • Re: Autostart with labwc
thagrol, I interpret the man page for labwc-config to mean that, by default (without the --merge-config option), a user config replaces a general config, instead of specifying additional things to...
View ArticleNetworking and servers • Re: MQTT explorer (or alternative) for Raspberry Pi OS?
Thank you all the replies and ideas! I will try them and see which one fits my needs better. My ideal MQTT client would be something like a webpage with a dashboard that can display my topics in a...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
..It is just IO board, CM5 has only 5V input, not sure many industrial customers use this board as is.That's correct; the PMICs is on the CM5.And when checking area between usb connector and CM5 I...
View ArticleAutomation, sensing and robotics • Re: Waveshare Stepper Motor HAT and...
Ok. So repeating the zero movement slowly is probably a good plan. If you think the sensor is triggering on a different "step" then you could try asserting the reset line of the driver chip, although...
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 ArticleCamera board • Re: imx462 banding
PR: https://github.com/raspberrypi/libcamera/pull/207Statistics: Posted by witte — Wed Nov 13, 2024 12:55 pm
View ArticleGeneral discussion • Re: How will Chromium continue adblocking after Manifect...
I'm wondering if there might end up being a forked project spun out from Chromium as a result of this change. In that case, Raspberry Pi could use that as the upstream, and continue as normal. That...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: USB devices not recognised
Are there any interesting entries in the output of dmesg when you get this problem? There will be quite a lot of output, so narrowing it down to USB related entries may helpCode: dmesg | grep -C2 -i...
View Article