Troubleshooting • Re: PiServer not working
I do have Rasberry Pi 4b and trying to make it work with PiServer running on a VM on the same network.You do not specify which hypervisor you are using.In case you are using Virtualbox make sure you...
View ArticleBare metal, Assembly language • MMU Intermediate Physical Address size
Hi folks,I have an issue tuning the IPS / T0SZ / T1SZ settings in TCR_EL1 on rpi4.For some time I've had MMU enabled in EL1, with page tables working for both TTBR0_EL1 and TTBR1_EL1. Previously I was...
View ArticleCompute Module • Re: piTop, CM5, Waveshare CM4 to Pi3
Yes, initially booted stand alone in both IO board and Pi3 adapter.Now I wonder if I have damaged the eMMC?! The CM5 is a tight fit with the sd card slot on the Pi3 adapter.The CM5 no longer boots in...
View ArticleGeneral • Re: Adding pico-extras library to VS Code
After cobbling together some out of date instructions, the following seems to work:Download the zip from Git and unpack in a folder (or use the git command)Edit settings.json in the project folder...
View ArticleGeneral • Re: PT52-Lua The Modern Retro computer
I wanted to see if it builds on a certain PC. Do I just download the RP2350_Support zip, or is it best to use git in bash? Anyway with gitlab how to specify the RP2350_Support when I clone it?Note, I...
View ArticleTroubleshooting • Re: 49 inch monitor and pi4
does "video=HDMI-A-2:1920x1080@60D" it go at the start? end? space? no space?On the existing line. Yes, there should be a whitespace separating it from the rest of the line.It doesn't matter if it's...
View ArticleSDK • Re: set Interrupt return location?
Never do lots of things in an interrupt function. One example of a useful interrupt style is the top half and bottom half scheme on Linux. The top half is the actual interrupt function, which finishes...
View ArticleRaspberry Pi Connect • Re: Transfer Devices Between Accounts?
It's now possible to transfer devices from the dashboard. Just head to the device page, select "⚙ Settings", and then "Transfer…" (see below). If you've got a lot of devices please feel free to reach...
View ArticleCamera board • Re: What is Focus “locking Screw” used for on 6mm Lens ( Not...
The --info-text "%focus" option adds a numerical measure of focus quality to the title bar of a GUI preview window. So only provides the extra information if displaying a preview window in a local GUI...
View ArticleNetworking and servers • Re: How do I set a static ip via config file?
So you're living back about 12 years ago.I agree with you, but the OP said:I don't want to use an interactive cli, I want to set the static ip once via a config file right after I write the os to the...
View ArticleRaspberry Pi Connect • Re: Gstreamer installation failure
What is the relation with Raspberry Pi Connect?Statistics: Posted by DirkS — Wed Dec 04, 2024 5:09 pm
View ArticleGeneral discussion • Re: New Raspberry Pi Products
You never know it might have a CAMM connector to expand the ram.Doubt it, but that would certainly be a surprise.Actually a standard DIMM connector would be better as they could then sell it at...
View ArticleTroubleshooting • Cannot Get Raspberry Pi5 to boot into desktop
Hi all,when trying to use Code: sudo raspi-configI select system options -> boot/auto login -> desktop autologinand reboot it just boots into cmd as the logged in user? (also if I select B3 to...
View ArticleGeneral discussion • Re: Open Frame power for long term usage
First point -- are you powering a Pi4B or a Pi5?The Pi4B needs a recommended 3A, the Meanwell is suitable, and should work "out of the box".The Pi5 itself will work with a 3A supply, but the...
View ArticleHATs and other add-ons • Power Hat+ spec questions
In “Raspberry Pi HAT+ Specification, 3.1. HAT+ classes” Power and Stackable modes contain the statement “that does not electrically connect to GPIOs 2-27”. I take that to mean to be compatible with...
View ArticleCamera board • Re: OV9281 Arducam
This worked for me, thanks.Thanks for the confirmation. It's now merged, so should be in all future releases.Statistics: Posted by 6by9 — Thu Dec 05, 2024 4:41 pm
View ArticleGeneral discussion • Re: [Raspberry Pi 5] Help with USB-C chargers - for...
I think it is an interference problem, so the exact model of PSU is the key issue, not its rating (though I'm surprised you had an issue with the RPi PSU). It could be ripple from the PSU or radiated...
View ArticleSDK • Re: Examples won't build for me either: Can't find cmake
Ah, no, I saw your comment about maybe it was the CMake integration extension, but it seemed like you were not sure or not. I see now you said you removed it and all is OK, sorry for missing that.Just...
View ArticleMicroPython • Re: Logging temp to SD card, missing data
Well, timestamps may not work since I have no valid persistent RTC. The 3 minutes of data that I just recently got starts with 00:00:00 using localtime(), but it's unlikely to be the first 3 minutes...
View ArticleDevice Tree • Re: Kernel Source Tree version in GitHub
are you living in the past? Are we communicating through a wormhole?Great answer. I'm in a mancave rather than a wormhole I somehow forked https://github.com/raspberrypi/linux to my own GitHub...
View Article