Troubleshooting • Re: xdotool not working Pi5 Debian 12
ok I managed to find a solution. `wmctrl` and `xdotool` need X11 running. I wwas running Wayland.To fix this I ran `sudo raspi-config`went to `Advanced Options` then `Wayland` and select option 1 to...
View ArticleGeneral discussion • Re: RPi5 Rev 1.0 SD-card doesn't work on Rev 1.1 board.
Update/full-upgrade doesn't make a change.Statistics: Posted by pasquenel — Mon Dec 09, 2024 2:58 pm
View ArticleHailo • Re: Hailo_invalid_driver_version (76)
In general, I would suggest a reboot after any update to avoid such errors in the future.Is there still no way for an 'apt' package upgrade to indicate that a reboot is required or advisable...
View ArticleGeneral • Verification of Boot ROM in RP2350
Hi!Reading through the datasheet for RP2350 I find the link to the boot rom code:https://github.com/raspberrypi/pico-bootrom-rp2350But how can I verify that the code I find there generates the binary...
View ArticleRaspberry Pi OS • Re: Clarification re: picotool & vs code
I use the following to create a link for 'picotool' in the '/usr/local/bin' directory, which is in the default search path, which then allows 'picotool' to be run on the command line from anywhere....
View ArticleTroubleshooting • Re: Help, Pi5 stuck on boot with fan on
Ok, it looks like it might be the card.I have a spare 256GB SSD with enclosure available. And I have a backup image from a couple of months ago.After I burn the image to the SSD, do I also need to...
View ArticleGeneral • Re: gpio_set_inover does not invert input signal
hello everyone,it works now,Imade mistakes somewhere probablely.Statistics: Posted by jeanz1985 — Tue Dec 10, 2024 3:17 pm
View ArticleTeaching and learning resources • Re: Advent of Code 2024
day 9Code: pi@pi5-8:~/AoC2024/day09 $ g++ -std=c++23 -O3 day09.cpp pi@pi5-8:~/AoC2024/day09 $ ./a.out Day 9: Disk Fragmenterpart 1 - 6241633730082part 2 - 6265268809555run time - 217.211...
View ArticleAdvanced users • PCIe DMA Address translation
Can anyone explain whats going on with PCIe DMA Address translation in RPi5 ?In: https://github.com/raspberrypi/linux/bl ... .dtsi#L926Code: dma-iova-offset = <0x10 0x00000000>; // HACK for RP1...
View ArticleGeneral discussion • Re: I have an idea but im not software knowledgable.
I think if they play with the system for a month or so they can learn it cause its not different from dish very much, but im just trying to have the capability to remote in and put on what they want...
View ArticleRaspberry Pi OS • Re: Browser oftren Hangs.
Chromium works fine for me on an 8gb Pi 5. Something's sound off on your system to have what look like memory issues with those lower requirement browsers.I can get Chromium to "hang" for short...
View ArticlePython • Re: problems with pwm output from lgpio
I recently upgraded the OS on my pi4b (Latest version of Bookworm) and have been trying to get the lgpio module to control the fan. It works with simple switching on and off but I get no output from...
View ArticleHATs and other add-ons • M.2 HAT+ mounted to RPi5
Sorry if this has been asked already but with the HAT attached to the RPi5 there isn't a way I can see to reconnect to my CZH-LABS DIN rail terminal block adapter. I would like GPIO pin access that...
View ArticleRaspberry Pi OS • Kate editor for raspberry pi?
I need the non-snap, non-flatpak version of Kate for arm64. We use it to develop code in assembly for various platforms, and we specifically need this editor. However, we can't use the containerized...
View ArticleHATs and other add-ons • Re: Hardware Help
I have a RPi Active Cooler sandwiched between my RPi5 and my M.2 HAT - all screwed together using standoffs and long screws. But the GPIO pins are no longer exposed nor is there any way I can see to...
View ArticleBeginners • What are all the available options for /boot/config.txt ?
Hi,I'm in the final stage of compiling my Linux kernel for my raspberry pi 4 (btw thanks for those how already helped me ! )I'm reading the arch/arm64/boot/dts/overlays/README that describe how to use...
View ArticleAdvanced users • Re: NUMA Testing
I'm now using the fake NUMA patch, having updated to the latest EEPROM firmware and kernel. I'm seeing these two messages in dmesg (after the interleave 0-7 one which confirms fake NUMA has done it's...
View ArticleRaspberry Pi OS • Re: Kate editor for raspberry pi?
I need the non-snap, non-flatpak version of Kate for arm64. We use it to develop code in assembly for various platforms, and we specifically need this editor. However, we can't use the containerized...
View ArticleGeneral • Re: shutdown command invoked
this is how its look now, any sugestions what to check next?Statistics: Posted by drakston — Tue Dec 10, 2024 3:55 pm
View ArticleOfficial Display • Re: Raspberry Pi OS (Bookworm) | Original Raspberry Pi...
Please can you confirm the revision code for your Pi? /proc/cpuinfo revision code reads as 000eCode: Revision: 000eIt's exactly the same as found on the 2x raspinfo.txt, attached to the original...
View Article