Troubleshooting • Re: Pi5 hanging when transfering large files to NAS
On a headless Pi5(Bookworm64) with NVME drive and a NAS directory mounted on the Pi5 if I attempt to transfer a large file >6GB from the NVME drive to the NAS directory the system hangs. What...
View ArticleGeneral • Re: Did I break my original Pico by loading Pico 2 programs into it?
That's correct and worked when I tested it. The target chip should ignore everything which isn't intended for itMaybe it is a new feature or rp2350 ROM and works only in one way? Pico 2 ignores Pico 1...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: MIPI-CSI2 camera having ISP
Code: [b]pixelplus@raspberrypi:~/px6130/driver $ v4l2-ctl --device=/dev/video0 --set-fmt-video=width=1280,height=960,pixelformat=YUYV --stream-mmap --stream-count=1 --stream-to=output.yuv[/b][...
View ArticleRaspberry Pi Connect • Re: RPI Connect connection freezes when I list...
What do you mean nono?When you say RPi Connect freezes, does the actual device also freeze? Or is it just Connect?Is this a new image that you've installed? Is it on a new SD card? Or is the SD card...
View ArticleTroubleshooting • Re: SD Card Wiped During Update
Assuming the sd card is in the/a pi's card clot "simples" Code: cat /sys/block/mmcblk0/device/cidIf you post the result (in code tags) I can pass it through my tool as a "rawcid" parameter and post...
View ArticleBeginners • Re: RPI5: Incompatibility with a certain powerbank
Thank you very much for your answers! And to the mod that moved this post in the beginners section.It indeed is impossible to power the pi in this way. Is there some sort of buck converter that I...
View ArticleSDK • Re: Trying to figure out Dormant on RP2350
> Have you tried making the dormant mode work?Apologies for being a pedant but are you still talking about powman? That's not dormant mode. Powman is about switching hardware on and off. Dormant...
View ArticleTroubleshooting • Re: Raspberry Pi Imager and Google Drive
Thanks for the insight, incognitum.I've copied your reply into the GitHub bug (https://github.com/raspberrypi/rpi-imager/issues/960), and will acknowledge & reply there.Statistics: Posted by...
View ArticleTroubleshooting • Re: Cloning SD card with autologin enabled
Thank you for the hints.When using Raspberry Pi Imager, to write the cloned image on a new SD card, autologin is never enabled (whether I use Advanced settings or not).The solution is quite simple: Do...
View ArticleTroubleshooting • Re: New router WiFi connection problems
How does your RPi get its network settings? DHCP from the router? Or is it static?Statistics: Posted by SurferTim — Thu Nov 14, 2024 10:42 am
View ArticleSDK • Re: Setting LEDs on keyboard freezes up
Couldn't find anything. I inferred it from something I did on the STM32H7 but that has a propriety ST stackStatistics: Posted by matherp — Thu Nov 14, 2024 10:45 am
View ArticlePython • Re: stop loop with button press--raspberry pi and gpio
Hello, I am pretty new to python and coding, so this may be a basic question, but how would I go about exiting a loop with a button press via gpio input?What I want is once a condition is triggered...
View ArticleRaspberry Pi OS • Re: Adding an 'identify' feature for monitors in Screen...
I can think of a way to do that, so I'll stick it on the to-do list....Statistics: Posted by spl23 — Thu Nov 14, 2024 10:57 am
View ArticleOther • Re: How to force console output res at 480x320 on RPI5
Try adding this to your cmdline.txt file - add it to the start or end of the existing line. Do not add a second line.Code: video=HDMI-A-1:480x320M@60DThe old firmware video dfiver (which used those...
View ArticleSDK • Re: Unable to build blink example VS Code extension
Is there way to manually check whether the toolchain was properly installed or not, I might be missing some components.You could copy the installed toolchain from the broken machine to the working...
View ArticleРусский • Re: Ошибка при запуске PINN
OK.I have never seen the "Asynchronous SError Interrupt" error before with PINN.I suspect either a faulty SD card, or PINN wasn't installed onto it correctly. This can happen if your SD card adaptor...
View ArticleSDK • Re: troubletrouble defining a macro to replace a zero argument fn call:...
Hi,I'm having trouble with printf when using time_us_64() in a macro definition:Code: #if (USE_SDK) #define delay(x) sleep_ms(x) // done in pico-rp2040 ??? typedef uint64_ttimestamp_t ; #define...
View ArticleGeneral discussion • Re: PINN with specific OSes
I have sacrificed my SSD installation to check this.Both BBN_full and OpenPlotter_touchscreen booted flawlessly, but Ubuntu 22.04 gave the same error that you encountered.They've had a few problems...
View ArticleSDK • Re: Is there a way to know if the TX FIFO is empty before doing pull?
Code: .mov_status txfifo < 1…mov x, ~statusjmp !x, …pullStatistics: Posted by PicoTinker — Fri Nov 15, 2024 10:27 am
View ArticleTroubleshooting • Re: I can't remote into my raspberry pi 0 because of...
Does anyone know what's happening here? Why doesn't raspberry work as the password for pi? Why isn't it asking me for the new username I tried to setup? Will deleting userconf.txt let me login again...
View Article