Troubleshooting • 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 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 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 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 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 ArticleBare metal, Assembly language • Re: Additional network drivers for Circle?
Excellent! I have tested the develop branch on a Pi Zero v1.1 with a Realtek RTL8152 adaptor, and as expected, it works.This is wonderful news, as it means I can use the Zero boards with the adaptors,...
View ArticleSDK • Re: rp2350_chip_version assert - manufacturer ID mismatch?
I'm working with rp2024 and have no need for the recent modifications for 2035 which are obviously still getting smoothed out.There are two bugs right there in one sentence. Statistics: Posted by...
View ArticleTroubleshooting • Re: After restarting, won't start properly
Tried a brand new sd card, seems like its still happening. Please anyone got any information on it?Statistics: Posted by asd24sa — Thu Sep 19, 2024 10:54 pm
View ArticleRaspberry Pi OS • Re: Will a SD card configured for Pi3b work on Pi5
Yes, a typo AllStarLink v3So what OS is used on the Pi3B in order to run ASL3? The question would seem to be, is the OS itself compatible with Pi5?And, if you are trying to upgrade your ASL system, is...
View ArticleBeginners • How can I connect my Pi5 to my WPA3 network?
How can I connect my Pi5 to my WPA3 network? It won't do it. Everything else I have connects without issue, except for this brand new pi.Thanks.Statistics: Posted by bradHip — Thu Sep 19, 2024 11:09 pm
View Article