Troubleshooting • Re: Can't boot anything but Raspbian on a Pi 5.
Raspbian = Raspberry Pi OS. Sorry!Statistics: Posted by indygo_pi — Fri Dec 13, 2024 5:23 pm
View ArticleMicroPython • Re: Pico2W & micropython
No, there is a UF2 for the Pico 2W: Pico 2 W MicroPython UF2 - Raspberry Pi ForumsI can't comment on picozero, as I've never used it.Statistics: Posted by scruss — Fri Dec 13, 2024 5:24 pm
View ArticleTeaching and learning resources • Re: Advent of Code 2024
Day 12 Getting very tedious!Hm. Just got to part 2.Statistics: Posted by ejolson — Fri Dec 13, 2024 5:27 pm
View ArticleRaspberry Pi 400 and 500 • Re: Overclock on the 500?
yup, 2800 and 900 seems fine, anything more and it locks, but thats enough, thanks.Statistics: Posted by Brian Beuken — Fri Dec 13, 2024 5:35 pm
View ArticleCamera board • Re: Newbie alert! Help with Rpi5 and camera distance recording
If you want to record continuous then consider a car camera, no need for detection. The only limit maybe time limit due to card space.Try my codes l linked, they can be modified to suit if...
View ArticleRaspberry Pi 400 and 500 • Re: Pi 500 M.2 parts & PoE etc.
I would have thought that someone with good electronic engineering skills would be able to reverse engineer the PoE hat and NVME hat and determine what components are required for the Pi 500 board.I...
View ArticleTroubleshooting • Re: Write Transfer Speed Samba/FTP/SFTP
Windows 192.168.178.20 Pi 192.168.178.23I hope i did this right, haven't used iperf3 before.- Run from WindowsCode: iperf3.exe -c 192.168.178.23Connecting to host 192.168.178.23, port 5201[ 5] local...
View ArticleRaspberry Pi 400 and 500 • Re: Pi500 Rp1-c0 processor?
Probably the same chip as on a Pi5 - see https://www.raspberrypi.com/products/raspberry-pi-5/i.e. it does the GPIO and other interfaces"the RP1 I/O controller, a package containing silicon designed...
View ArticleTroubleshooting • Re: SUDO problem
I executed the command and here is the result:Code: -rwxr-xr-x 1 33 0 178432 Jan 14 2023 /usr/bin/sudoI have trouble interpreting itStatistics: Posted by Toto74130 — Fri Dec 13, 2024 5:40 pm
View ArticleCompute Module • Re: CAM1 not working on a CM4 + CM4 io board
Look at your overlay if it has a 'CAM1' parameter. As you seem to be using your own - because there is no official one for IMX298 - you're on your own.Official overlays default to cam1 anyhow and only...
View ArticleGeneral discussion • Re: New pizero 2 w first boot trouble
the pi is uniquely named, and I kept default user as pi. I used nmap until the pi's name came up and the IP address was reported, to which I then:ssh pi@'piname'@ipaddressTry ssh pi@piname or ssh...
View ArticleGeneral • Re: Build issue with implict functions
Many thank; just what I was after.Using 'target_compile_option' is fine because I already use that. I was able to get by with just making the '-Wno-implicit-function-declaration' C specific -Code:...
View ArticleAdvanced users • SDL2 Mouse Cursor acts inverted when cmdline.txt uses...
I have added rotate=180 to the cmdline.txt and have one generic monitor attached (upside down mounted).cmdline.txt: ... video=HDMI-A-1:1280x1024M@60,rotate=180At the console and GUI the orientation is...
View ArticleTroubleshooting • Re: Failed to connect to a screen
if you have no card installed, (and nothing else connected) and do not get the diagnostic display..... Yep. Check your cablingor maybe Power supply? are you using the official power supply?Yes (power...
View ArticleRaspberry Pi Desktop for PC and Mac • Re: How to configure Debian to look...
On my pure Debian GUI systems I use Debian-Mate which is similar enough to the usual Windows/Raspberry user interface. I don't like customising too far from standard releases as it usually comes back...
View ArticleGeneral discussion • Re: Air holes for the official case (results)
Hello,When laying on a table, the air blown by the fan remains in the case.In my testings, the temperature of the CPU rises to 72°C at 16°C ambient.If I raise the case so the vent holes at its bottom...
View ArticleOfficial Display • 7 inch Touch Screen - Please Help!
All: I have a new 7 inch touchscreen. While attempting to connect, I damaged the ribbon cable.I've been trying to find a replacement, to no avail.I have emailed Raspberry Pi and Canakit and searched...
View ArticleNetworking and servers • Re: Documentation "Use your Raspberry Pi as a...
@AndyDThank you for the advise. I opened the issue on github.Statistics: Posted by andimuch — Sat Dec 14, 2024 5:23 pm
View ArticleTroubleshooting • Re: Simultaneously DSI Camera and Display
"one of them stops functioning properly."Which one and in what way ?Statistics: Posted by gordon77 — Sat Dec 14, 2024 5:29 pm
View ArticleAdvanced users • Re: NUMA Testing
However, I tested setting SDRAM_BANKLOW=-1 (i.e. minus one), and this appeared to do the trick:So a single NUMA node, which I'm assuming is effectively the same as no NUMA.Correct.Statistics: Posted...
View Article