General • Re: Did I break my original Pico by loading Pico 2 programs into it?
or maybe something is missing from flash:The RP2040 version has four targets, each of which create a similarly named UF2 file (e.g. doom_tiny.uf2). These UF2 files contain the executable code/data,...
View ArticleRaspberry Pi OS • Re: Adding an 'identify' feature for monitors in Screen...
Code: sudo apt install wdisplay NOTE: the tools is not able to deal with touch devices (assignment of screens to outputs, touch input rotation etc). So use it for display identifier/screen alignment...
View ArticleBeginners • Re: RPI5: Incompatibility with a certain powerbank
I didn't see that in the specs. I'll go along with you.I have a RPi5 8Gb with keyboard, mouse and thumb drive in the USB.0.84A @ 5.12VI agree. If you are going to draw a lot of power (>2A) from the...
View ArticleRaspberry Pi OS • Can't get autostart working using ~/.config/wayfire.ini
I've just created a fresh install of Bookworm on a Raspberry Pi 4 Model B.I see now that because of Wayfire what I used to do to automatically launch a web browser using...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: MIPI-CSI2 camera having ISP
You'll need to add extra logging to the driver.Code: static int PX6130_s_stream(struct v4l2_subdev *sd, int enable){struct i2c_client *client = v4l2_get_subdevdata(sd);struct PX6130 *sensor =...
View ArticleРусский • Re: Ошибка при запуске PINN
@Executor - Are you using a Pi5 2GB model with the D0 stepping of the processor?PINN is not compatible with that yet.Statistics: Posted by procount — Thu Nov 14, 2024 11:35 am
View ArticleGeneral discussion • Re: Rasperry Pi offline status
You really need to approach your signage software supplier for tech support on this. Usually this error is 1) Pi is off 2) Pi has crashed 3) Pi is no longer connected to a network (wired or...
View ArticleTroubleshooting • Re: New router WiFi connection problems
I recommend (until you sort things out) using DHCP from your new router.Just my opinion. Once you get it working, then you can:Login to your router. Check out its network settings. Ensure your static...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Beep ! (how to make beep ? on a RPI? )
There used to be a USB dongle with a piezo "speaker" built in which was a very tidy solution, I'm sure there must be something like that somewhere on Aliexpress.Statistics: Posted by pidd — Thu Nov...
View ArticleRaspberry Pi OS • Re: Can't get autostart working using ~/.config/wayfire.ini
I use ~/.config/autostart and have a desktop file that runs a bash script that launches firefox automatically when I log inThis worked under wayfire and now under labwcStatistics: Posted by Annie UK —...
View ArticleGeneral discussion • Re: How will Chromium continue adblocking after Manifect...
I'm wondering if there might end up being a forked project spun out from Chromium as a result of this change. In that case, Raspberry Pi could use that as the upstream, and continue as normal. That...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: USB devices not recognised
Are there any interesting entries in the output of dmesg when you get this problem? There will be quite a lot of output, so narrowing it down to USB related entries may helpCode: dmesg | grep -C2 -i...
View ArticleSDK • Re: Is there a way to know if the TX FIFO is empty before doing pull?
Thank a lot, I will look that.Statistics: Posted by VincentAlex — Fri Nov 15, 2024 11:27 am
View ArticleBeginners • Re: PI OS Upgrade: Buster to Bookworm
I come to the same conclusion as jojopi.For cases like this, others can check as well if you also would have posted checksum/fingerprint (we can't see what is on your SD-cards):Code:...
View ArticleSDK • Re: Unable to build blink example VS Code extension
The antivirus was the issue, I disconnected the machine from internet, disabled the antivirus, clicked on compile and viola, there it went smooth like butter.I am not going to renew the subscription...
View ArticleSDK • Re: troubletrouble defining a macro to replace a zero argument fn call:...
Cross-posted with 'arg001'shouldn't %d handle a uint64_t? Never has in my experience, whether compiling for a Pi or a Pico.I believe this is because the "%d" indicates the value to be printed will be...
View ArticleGeneral discussion • Re: cost of ethernet
of couse, in fact for 5€ more i got a PI5 with much more memory an 4 real usb ports .However I think the question vas different:why has not made a choice to provide a version of Pi-0 with the ethernet...
View ArticleOfficial Display • WayVnc could not activated
On Raspberry pi fresh installation. Bookworm i can not activate there both Raspberry Pi configuration and raspi-config. Is there any conflick with Official Display and Vnc?Other pi without monitor can...
View ArticleHailo • What's the command to test the github Hailo demos out with...
Hi,I've tried running the RPi 5 / Hailo basic examples for the gitub repo, and they all seem to work, but these are all using perecorded video files as input (640x480, I believe).(I'm using the Pi...
View ArticleHATs and other add-ons • Re: M.2 HAT+ troubleshooting
Hello there! Regarding the supported SSD list - it seems like the supported Crucial P3 1TB has almost the exact same specification as the one I'm using, except the fact that P3 has Gen3 PCIe, and my...
View Article