Interfacing (DSI, CSI, I2C, etc.) • Re: MIPI-CSI2 camera having ISP
Thanks to your help, we successfully probed our driver. Since we supply power directly to our camera module externally, we could have removed the pm_runtime_ related functions. However, we mistakenly...
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 ArticleRaspberry Pi OS • Re: Where to begin - errors in the latest OS Upgrades?
Update - so I have spent much of the week (I am retired) trying out options as 'scientifically' as possible. It feels to me that the link issues are on the radio side, the VNC connection seems...
View ArticleTroubleshooting • Re: I can't remote into my raspberry pi 0 because of...
I'm trying to do this: https://www.youtube.com/watch?v=O4oVIsZJDs4Logging in through USB is the main point of this project for me. The annoying thing is that I've already done it and for some reason...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: which gpio pins should I take out ?
Yes, they are the ones i need. I know i need some now [so for sure GPIO2,3,4 and,7,8,9,10,11 , so with the power bus makes 11 out of 15 alreasdy taken. amanong 5/6 14/45 12/13 and 18/19 which two...
View ArticleGeneral • Re: Connecting to Pi 400
Yes all updated to the very latest version - Bookworm 64 bit with October 24 Desktop. I'm using a Pi 4 power supply (NOT an official one) bought from Amazon - I have an external SSD connected via USB...
View ArticleSDK • struct uart_inst
I am confused by this, in `hardware/uart.h`:Code: // Currently always a pointer to hw but it might not be in the futuretypedef struct uart_inst uart_inst_t;I cannot find any definition for the `struct...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Dual Screen setup with Touchscreen
I already configured the config.txt and this is my current kernel version 6.6.51+rpt-rpi-2712.configure config.txt? What (mess) did you do? Post your config.txtStatistics: Posted by...
View ArticleNetworking and servers • OVM and Pihole running on the same Raspberry Pi...
...is it possible?Sorry if someone else has already asked this question.Yesterday I set up OVM on my Pi 4B, all running well. Is it possible to add and run Pihole as well making it a dual purpose...
View ArticleRaspberry Pi OS • Re: mousepad for editing extreme files
Mouse pad doing things simply.Have you tried VSCode and maybe something like gistpad or many of the other plugins.Or maybe it is integrated by now like GitHub pretty much is.Statistics: Posted by...
View ArticleРусский • Re: Ошибка при запуске PINN
Have you tried installing another Operating System on your SD card, like Raspberry Pi OS, to test if your SD card is ok?Do you have another SD card you can try? Or another Raspberry Pi?Other than...
View ArticleRaspberry Pi OS • Re: RISC-V Emulator
Extracting the value of 'Perfect Number #25 ' using RISC-V Alpine container.Code: ubu@raspberrypi:~ $ podman run -ti amp24/amp_riscv /bin/sh/ # apk add nano fastfetch rust cargofetch...
View ArticleTroubleshooting • Re: Raspberry Pi 5 drops Wifi connection
Check that your router does not have a short lease time.What does this command show? Code: sudo iwlist wlan0 scan | egrep "Cell|ESSID|Signal|Rates"and this Code: journalctl | grep wlan0 | grep lease-...
View ArticleBeginners • Re: Where is /etc/default/rcS
Thanks, /boot/firmware/cmdline.txt already had fsck.repair=yes, like you said. All my efforts in googling mentioned grub and other solutions.Statistics: Posted by jools72 — Sat Nov 16, 2024 11:29 am
View ArticleTroubleshooting • Re: About the Black Screen Issue on Raspberry Pi 5 Bootup
Did you create the microSD card using Raspberry Pi Imager? If so we set the username (pi) and password in the Imager OS Customisation settings.I did create the SD card in Pi IMager, but I have already...
View Article