Troubleshooting • Re: sshpass, scp and sftp on Bookworm
Did you try the scp without sshpass (being prepared to type the password manually)? I suspect sshpass and ssh are fine and your issue is with scp/sftp only.The main problem with your scp command is...
View ArticleGeneral • Re: Reading and writing flash (W25Q128JVS)
PICO_FLASH_SIZE_BYTES seems okay (134217728).Here's the problem. That size is NOT okay.It should be 16*1024*1024. Not 128*1024*1024.I opened the datasheet and saw "W25Q128JV: 128M-bit / 16M-byte."...
View ArticleCamera board • Re: rpicam-vid HDR questions
thanks let me look at thatStatistics: Posted by wkeeling — Tue Aug 13, 2024 6:26 pm
View ArticleSDK • Re: Missing .hex file with pico_add_extra_outputs()
I did find this bit in on_device.cmake from the SDK which does seem to indicate it should still be supported, but PICO_32BIT does appear to be set for my build so I'm guessing it's a bug rather than a...
View ArticleGeneral • Re: RP2350 compatibility and performance - first tests
Is that when compiling for ARM ? It would be intereresting to see how compiling for RISC-V goes.Statistics: Posted by hippy — Tue Aug 13, 2024 6:45 pm
View ArticleCamera board • Re: Rebuilding rpicam-apps
Looks like I will have to reimage the system. I deleted the old libcamera before I downloaded the new one. So now I am stuck new one won't build and don't have the old one to uninstall. live and learn...
View ArticleAdvanced users • Interrupt not working for dynamic device tree overlay...
I have a GPIO expander (TI TCA9539) on board connected to a Raspberry Pi. I've written a device tree overlay as follows:Code: // Raspberry Pi device tree overlay for TCA9539 GPIO...
View ArticleCompute Module • CM4 VL805 interface issue
After two previous failed attempts, made a CM4 carrier board with usb 3.0 based on the reference design. The component layout and traces have been untouched, i am still having issues making it...
View ArticleBeginners • Re: Pi 5 Power Requirements
Thank you very much. I was asking in the Volumio forums what sort of "issues" might occur due to power problems but no one could provide them. It seems to be working fine - again, once the system...
View ArticleRaspberry Pi OS • Re: XRDP to RPI OS Bookworm 64-bit ACTIVE SESSION via VNC
Thanks, but I asked about the Remote Desktop protocol connection, which I already actively use to connect to many other machines from Windows, macOS and Android. I don't need a separate way to connect...
View ArticleCompute Module • Re: CM4 VL805 interface issue
Can you post your kicad design somewhere I can look at?Statistics: Posted by dp11 — Tue Aug 13, 2024 7:56 pm
View ArticleNetworking and servers • Re: Cant access device on Wifi AP
If you'd prefer to continue with your current approach, please post the output from journalctl for the activities of: network coming up, and when your ISP router goes off line (plus afterwards a...
View ArticleAdvanced users • Re: Image File Utilities
If a 'less complex server' it will work, and of course when you take the copy off-line. Of course you're right. You can only be 100% sure the backup is OK if the system is stopped.But if you stop all...
View ArticleGeneral discussion • Re: AutoCorrect LibreOffice in July 2024 raspberry pi OS...
The first place that came to mind https://www.libreoffice.org/get-help/community-support/Oh I thought all these new autoCorrect in LibreOffice was just unique to just Raspberry pi OS , most of the...
View ArticleC/C++ • pico riscv compiler
Hi Folks,Has anyone got a link to the incantations for building the above compiler?I'm my own worst enemy. I shouldn't have tried. I expected to fail at the first hurdle whereupon I would have given...
View ArticleBeginners • Re: Raspberry Pi 5 connector with 2 leads
After all this questions and answers I've come to the conclusion that I could do away with all buck and battery converters and stop worrying about how to connect the power to the Pi and just but a...
View ArticleOff topic discussion • Re: anyone belong to debian
So what email address do you think will work then, then I have to check lots of email accounts everyday What a d..... world some forums live inI have literally nothing to do with the Debian forums so...
View ArticleOther projects • Re: Space:1999 Commlock (handheld audio & video player)
It could be that the button with two 10k ohm resistors is being used to pull up (R1) the input to 3V3, then when button is pressed it goes to 0V. The second resistor R2 protects the GPIO pin from too...
View ArticleRaspberry Pi OS • Re: Whack-a-config - tweaking for x11, wayfire, AND labwc
Making the new system under wayfire look as much as possible like the old x11/lxde system was a reasonable choice, on a greatest good for the greatest number basis. It made things easier for those...
View ArticleCamera board • Re: bookworm lite, rpi5, picamera2 preview on second hdmi
Unfortunately no real updates.... What I've been able to achieve: With picamera2, one can intercept every newly generated frame with a callback, modify+copy it into a numpy array and then memmap into...
View Article