Troubleshooting • Re: Pi not booting
you said: "This behaviour described above is also exhibited with no SD card inserted"(i assume you are running PI-OS, bookworm)do you get the diagnostic display?Statistics: Posted by terribleted — Wed...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2C does not persist across reboots
You're very close to the mark!Addressing #1: That's very interesting! Is there a command I can run to confirm which config.txt I'm actually loading? To give you some context, I boot off an SD card...
View ArticleAdvanced users • Re: MCP23017 Overlay Not Working on Raspberry Pi (Buildroot)
Just tested on a CM5. My MCP23017 board is wired to GPIOs 2&3, so I added ",i2c_gpio_sda=2,i2c_gpio_scl=3" to the dtoverlay line.gpiodetect lists the mcp23017Code: pi@pi:~ $ gpiodetectgpiochip0...
View ArticleGeneral discussion • Re: pi5 4gb 8gb 16gb sdram tuning
You can check what's in the released firmware updates with:Code: pager /lib/firmware/raspberrypi/bootloader-2712/release-notes.mdYou'll also find the very latest release info on GitHub:...
View ArticleBeginners • Re: thought experiment: privacy and security when working with...
and persistence of malicious softwarefor the pi5, i would say nothing can persist, at least with current publicly known thingsall of the firmware in the eeprom is signed, and if modified in any...
View ArticleGeneral • Pico 2 - RP2350
I 've tried to connect via USB (debugging pins SWDIO, GND, SWCLK) to my W5500-EVB-Pico2 ( RP2350 ) using SEGGER J-Link Commander V8.12b (latest version) in Win10 (x64). J-Link log:SEGGER J-Link...
View ArticleHATs and other add-ons • Re: SSD Not Appearing
Is there a definitive list of supported NVMe for the Official Raspberry Pi 5 M.2 HAT+? I am pretty certain that Raspberry Pi would assert that their own branded drive will be compatible with their own...
View ArticleRaspberry Pi OS • Re: Raspberry Pi 2 new installation, no icons
I managed to find a setting of the monitor and the screen now shows all icons. When I boot the older (2020) Rasbian version there's a white band around the screen. There is obviously some difference...
View ArticleCompute Module • Re: Dual Camera (imx708) with CM5-IO dev board works on...
I've just borrowed a CM5 dev kit from a colleague.Connected the two imx708 modules to it, and linked J6.64 bit OS installedCode: pi@cm5-devkit:~ $ rpicam-hello --list-camerasAvailable...
View ArticleBeginners • Re: Raspberry Pi 5 (Failed to open device: 'sdcard' (cmd 81a0010...
Based on that other linked topic, the 900mA thing looks to be a red herring that the Raspberry Pi engineers will need to address.OP, have you tried a different SD Card or re-imaging? The problem is...
View ArticleOff topic discussion • Re: Attracted by the narrative of good
Turned out that early beeb didn't support random file access.It was the BASIC (if my memory serves me correctly - there may have been an OS requirement too). BASIC 1 didn't support random access....
View ArticleGeneral • Re: No DCF77 reception without wifi?
I've heared mixed opinions about GPS signal strength indoors... just ordered mine and about to make my own experience.Also some discussions about "active" and "passive" antennas are pretty confusing.I...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Unable to launch desktop on Waveshare...
Tried messing with the config as you suggested, and it seems that it does help a bit, but it still doesn't run continuously, just flashes more often and for longer. Is there any documentation on...
View ArticlePython • Re: Advice on Building a Spirit Animal Finder Tool with Python for...
When you design a Spirit Animal Finder, you can arrange the logic in this way: create a clear relationship system to link the user’s input to the property of spirit animals. Welcome to the...
View ArticleOff topic discussion • Re: AI is dangerous
...the danger of humans having ideas was solved by the invention of the television...Attempted to be solved. Rather poorly....which allows people to use a computer like a shovel.Among other things....
View ArticleGeneral discussion • How to set full HD resolution on RPI5 (64-bit Bookworm,...
Hello,I have question how to set permanently full HD resolution (1920x1080px) on RPI5 without connected HDMI monitor with the latest 64-bit Bookworm and X11 because of the availability VNC server. In...
View ArticleGeneral • PIO program length help.
Hello, I´m new to the forum and joined seeking help for this issue. I have looked around and haven´t found any similar posts so I created this New Topic.I need the following PIO program to mirror the...
View ArticleBeginners • Re: Video loop with button start
Perhaps your trysudo nano /etc/xdg/lxsession/LXDE-pi/autostartand add@python3 /home/pi/myproject.py save and reboot.Statistics: Posted by ghp — Fri Jan 17, 2025 5:13 pm
View ArticleGeneral discussion • Re: How to set full HD resolution on RPI5 (64-bit...
I don't know if it is the only issue, but you need a D on the end if no display is connected. e.g.Code: video=HDMI-A-1:1920x1080M@60DStatistics: Posted by dom — Fri Jan 17, 2025 5:16 pm
View ArticleTroubleshooting • Re: Help with Gstreamer
So, change of plans, figured out how to do this with ffmeg. Have to reset display settings after each boot, using this command:Code: export DISPLAY=:0xrandr --dpi 96Then play the video using this...
View Article