HATs and other add-ons • Re: In-box heatsink removal? [Solved]
A light twisting ~15deg clockwise, then the same CCW and the little blighter came off without any trouble. No trace of adhesive residue either.Thanks again.Statistics: Posted by g40 — Tue Sep 17, 2024...
View ArticleGeneral • Re: Zephyr support on RP2350 ?
There appears to be work in progress ... see https://github.com/zephyrproject-rtos/zephyr/pull/77368I'm going to subscribe to the pull request; I need an excuse to learn Zephyr because it supports...
View ArticleGeneral discussion • Re: RPI 5 device acces vis ssh or usb
This isn't really a RPi issue, as far as network configuration SSH goes, it's an issue with your non-Raspios Linux distribution. You'll likely get better answers asking about that in a Yocto...
View ArticleTroubleshooting • Re: Raspberry Pi 5 boot issues - possible EEPROM error?
Actually, further googling the issue, it was revealed to me that steady flashing of LEDs meant that the Bootloader has finished its job. Now I just need to figure out what next.Statistics: Posted by...
View ArticleC/C++ • Re: Example of GPIO use with Linux only (no third party libraries)
We are indeed talking about the same thing. Weird, I know. I must admit I hadn't looked too closely at that code and I stand corrected - the original code doesn't even follow its documentation - it...
View ArticleTroubleshooting • Re: Raspberry pi installer Windows 11
Hi, Thanks for your help.The exe is there and when I run it starts the application without running the installer.Unfortunately it still reports an error writing to the card ( and bricks it!)I may...
View ArticleGeneral • Need ideas for pesticide drift detector.
Greetings,I live in an agricultural zone, and a neighbor has been raising the alarm about pesticide drift into adjacent neigborhoods, especially during our frequent coastal fog days. The only reliable...
View ArticleGraphics, sound and multimedia • Re: Output buffers not getting configured in...
We narrowed down the issue to meta-raspberrypi layer raspberry-firmware.inc https://github.com/agherzan/meta-raspbe ... rmware.incwhere in Dunfell it uses https://github.com/raspberrypi/firmware ......
View ArticleOfficial Display • Re: White band on one side of screen
Here is the raspinfo output:http://paste.debian.net/hidden/63b5c004Statistics: Posted by wisefire — Wed Sep 18, 2024 9:46 pm
View ArticleTroubleshooting • Pi 5 failing after most recent update
Hi,I apt dist-upgraded my Pi 5 (late evening 18/09/2024) running the official Raspbian OS (DE-less)This resulted in the following errorCode: Bus error (core dumped)After a reboot it just closes the...
View ArticleGeneral • Re: Need ideas for pesticide drift detector.
I thought perhaps a particle detector of some sort, calibrated for certain chemical(s) attached to a RPi Pico might work.It depends on what data you're looking for. You won't be able to identify what...
View ArticleTroubleshooting • Re: Pi 5 failing after most recent update
the proper way to update isCode: sudo apt update && sudo apt -y full-upgrademain causes of failure is improper power & bad media(sd/usb)rarely, certain things attached can cause...
View ArticleAdvanced users • Re: TP-Link Archer T2U PLUS [RTL8821AU] Monitor mode
Wrong driver - 8812AU is not the same as 8821AU https://github.com/morrownr/8821au-20210708 works. Solved.Statistics: Posted by tasc — Wed Sep 18, 2024 10:36 pm
View ArticleGeneral • Re: Pico2 easy upgrade or nightmare?
When you have a custom board header the file goes where?In ${CMAKE_BOARD_HEADER_DIRS}I normally use:Code: set(PICO_BOARD_HEADER_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../boards)which gives me a /boards...
View ArticleBeginners • Re: pi5 using 480i
Instructions are in the first post i made in this thread.You need to go to the command prompt and type "sudo nano /boot/cmdline.txt" to edit the file. Then with the file on on your sd card in the...
View ArticleSDK • Re: IRQ handler issue
Triggering on rising edge or falling edge or both? Post code so people can see.Statistics: Posted by Heisen — Wed Sep 18, 2024 11:19 pm
View ArticleTroubleshooting • Re: Removing heatsinks from Pi 4
Dental floss is the way I usually go. It will separate things if its only a double sided sticky thermal pad. Then scrape off what's left with a plastic credit card. Then I clean up with an alcohol...
View ArticleBare metal, Assembly language • Re: More information on dealing with USB devices
Great, thanks. Hopefully this will help me better understand the USB code in circle.Statistics: Posted by SteveSpencer — Thu Sep 19, 2024 10:22 pm
View ArticleOff topic discussion • Re: Non Pi question RS485 related
I sucked it up and paid the stupid money But I need to do this again so will be looking at doing it cheaper next timeStatistics: Posted by Hydrogrower — Thu Sep 19, 2024 10:26 pm
View ArticleUbuntu • Re: No gfx acceleration on Ubuntu on rpi5?
I downloaded the ISO file from the ubuntu website (and burnt it with the rpi-imager using the "custom" option).This is most likely the issue. If you try the 24.04.1 desktop image listed in rpi-imager...
View Article