Bare 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 ArticleHATs and other add-ons • Re: M.2 and POE HATs: Preferred stacking order?
For completists:Pimoroni M.2 base unit. top marks. Cannot recommend highly enough. Plus they sell varying lengths of matching FPC cable.FPC connection is a bit tricky. Use lots of light and a...
View ArticleUbuntu • Re: No gfx acceleration on Ubuntu on rpi5?
kerry_s' assertions (I'm well aware my job is an absolute joke as far as they're concerned)my mistake, i apologize.no developer is a joke to me.you have a tough job, things got corporate.Statistics:...
View ArticleGraphics, sound and multimedia • Re: H264/H265 HW Encoding on Pi5?
https://www.phoronix.com/news/FFmpeg-Vu ... code-H.265I haven't read to much into this, but this implies we can have gpu accelerated encode on the Pi 5 for example?Have the RPF done any internal...
View ArticleSDK • Re: RP2040 inter thread synchronisation
I just got confused because there's a DMA timer with that name, but that's not the case.The main timer interrupts are actually related to ALARMs.I think that SDK is using one alarm (from alarm pool)...
View ArticleRaspberry Pi OS • Re: How do I change icons?
copy /usr/share/applications/chromium.desktopto/home/you/.local/share/applicationsthen go into the file and change the Icon= linesome desktops require a reboot to update.local is a hidden folder so...
View ArticleHATs and other add-ons • Re: MicroPython port for Build HAT
Nice work! I think there are some people in the MicroPython community who'd be very interested in this, particularly Laurens Valk of Pybricks. I've posted a link into the MicroPython discord in a...
View ArticleNetworking and servers • Re: USB 2.5gb Ethernet Adaptor
For what it's worth, Raspios kernel 6.6.31 and 6.6.47 have a RTL8152 driver enabled by default, at least on 64-bit Bookworm. I don't know if it's new enough to support all RTL8156 devices, or how good...
View ArticleOff topic discussion • Re: Boolean Algebra?
It was mostly "invented" in order of completeness for all possible operations. I guess there is some interlock system somewhere in the world that uses it, probably unknowingly.Ah, thanks. I guess some...
View ArticleTroubleshooting • Re: Mouse cursor artifacts on third party desktop environments
if i remember right, i think it's cursor theme settinggo into the settings -> appearance(?) -> mouse theme, advanced(edit?)i think you change to none for the action ? (really don't recall, i'm a...
View ArticleBeginners • Re: pi5 using 480i
I always thought it meant it was sending a 480p signal when it did that, well, I guess that clears that up. And, yes, there was no scrolling.As for what version? I ran the Raspberry Pi Imager and...
View ArticleAdvanced users • Re: rsync backups may create inconsistent backups with...
I don't know the specifics of how the Debian people and processes handle binNMU updates. Generically, APT does update the timestamps on files when it updates a package, but the timestamp is preserved...
View ArticleGeneral • Re: Procedure for protecting code on Pico 2
The code in the RP2350 hacking challenge repo was helpful for me to understand how to use secure boot/encrypted boot.I did look at that. It doest appear that example uses an encrypted uf2 which is my...
View ArticleSDK • Re: git pull/git submodule update --init -> warning: unable to rmdir
You can install picotool locally, then it won't slow things down - i forget if it is mentioned in the getting started docs, but there are instructions here https://github.com/raspberrypi/picotool ......
View ArticleAdvanced users • Re: RAID 1 (mirror) with two NVMe
Does it mean that it can boot from RAID array without the knowledge that it is booting from RAID array? I guess that would only work for RAID 1.I have not tried it on a Pi, and I do not understand how...
View ArticleSDK • Re: RP2350 - no_flash option generates duplicated 512 block within...
UPDATE1: They fixed this problem for picotool but still the extra E10 related flash clock is kept I guess: "already fixed in picotool develop - the flag still gets passed for no_flash binaries, but...
View Article