Troubleshooting • RPi 5 mounting error of portable SSD: Filesystem type f2fs...
My portable SSD shows following error in dmesg while trying to mount on a particular RPi 5 4GB :[ 20.107024] scsi host0: uas[ 20.967381] scsi 0:0:0:0: Direct-Access SanDisk Portable SSD 6004 PQ: 0...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: SPI display for RPI5 with dtoverlay?
..I would be willing to fund it though, if anyone would care to take it on? I know 6by9 doesn't - so not asking but if either of you know someone who might be interested I 'd appreciate a contact by...
View ArticleSDK • Re: Link doesn't complete with SDK 2.0.0 on W11, blocks on picotool.exe
Yay! You hero. Many, many thanks. I haven't given it an exhaustive testing but seems to be working for me -Code: c:\Program Files\Raspberry Pi\Pico SDK v2.0.0\picotool> picotool versionpicotool...
View ArticleCamera board • Re: HQ camera at 1080p 60fps possible?
2028x1080 at 50fps could be ok, my monitor is 1920x1080 so i lose 100 pixel in width and is not a problem. But i do not understand how set it upStatistics: Posted by yurif74 — Fri Aug 09, 2024 6:06 pm
View ArticleTroubleshooting • Re: Pi 5: display sleeps and immediately wakes back up
There were many updates applied. Is there a way to isolate the updates and selectively apply them in order to find the update causing the issue.Yes, from console run:Code: sudo apt updateIt wil end...
View ArticleGeneral discussion • Re: API + Frontend, to simplify debugging/running small...
Can I run the web server code on Apache2 running on a Pi with Raspberry Pi OS (Bookworm) ?Statistics: Posted by neilgl — Fri Aug 09, 2024 6:15 pm
View ArticleSDK • Re: SDK 2.0.0
I guess I'll just have to patient or build the GCC myself. Thanks.Statistics: Posted by hippy — Fri Aug 09, 2024 6:22 pm
View ArticleTroubleshooting • Re: raspberry pi imager provides no devices or os's
Are you connected to the internet as imager downloads the list of OS's fromCode: https://downloads.raspberrypi.com/os_list_imagingutility_v4.jsonStatistics: Posted by neilgl — Fri Aug 09, 2024 6:24 pm
View ArticleRaspberry Pi Connect • Re: 404 Error Page not found
It seems to be working ok here (Firefox on WIn 10)Connect via screen sharing to a Pi5 in the list, it opens a new window with that Pi5 desktop. Disconnect. You may now close this window.Statistics:...
View ArticleTroubleshooting • Re: UART 2 enabled but loopback fail
No communication with the module on serial 2 so did a loopback test shorting hardware pins 27 and 28 (GPIO pins 0 and 1) as per https://pinout.xyz/pinout/uart.The UART GPIOs are different on a Pi...
View ArticleHATs and other add-ons • Re: Raspberry pi 5 NVME m.2
viewtopic.php?p=2241358&hilit=Nvme#p2241358Adding an extension for mounting 2280sized drives is simple as wellStatistics: Posted by aBUGSworstnightmare — Sat Aug 10, 2024 4:29 pm
View ArticlePython • In search of...
Hi,I am playing around with trying to implement a simple home control widget using a Pico W. I have become familiar with using Django and MVC structured web work.Two things. First, all the examples of...
View ArticlePython • Re: In search of...
Hi,I am playing around with trying to implement a simple home control widget using a Pico W. I have become familiar with using Django and MVC structured web work.Two things. First, all the examples of...
View ArticleGeneral • Re: Hazard3
I see Hazard3 supports some single instruction atomic read-modify-write operations, such as AMOSWAP.W and AMOADD.W. I think Cortex-M33 lacks the corresponding ARM instructions (which were added in ARM...
View ArticleRaspberry Pi OS • Re: VNC on Raspberry Pi 5
Just curious.. I'm able to load VNC Server on RPI 5, but it won't start under Wayland. Did you get yours to somehow start the Server function under Wayland? I switched to X11 and it came right up....
View ArticleAdvanced users • Re: rpi-sign-bootcode in secure boot for Raspberry Pi 4
Actually, I realise that my question is in fact answered by this thread (And what I followed to install the secure boot)viewtopic.php?t=344770So the answer is I guess, don't use the update-pieeprom.sh...
View ArticlePython • Re: How much can I ask a Raspberry pi4b to do?
Was this powered by battery?How are you converting the battery voltage to 5V for the Pi?Statistics: Posted by rpiMike — Sun Aug 11, 2024 5:42 pm
View ArticleTroubleshooting • Re: Boot Order NVME vs Micro SD
Raspberry Pi EEPROM Manager provides a simple and convenient way to view the current boot order as well as set a new boot order.Statistics: Posted by RonR — Sun Aug 11, 2024 5:43 pm
View ArticleGeneral discussion • Re: Pico 2 Micropython problem
Works OK with:for i in range(r, 1, -1):Statistics: Posted by tonygo2 — Sun Aug 11, 2024 5:55 pm
View ArticleAdvanced users • Which kernel to roll back to?
A fresh install today, August-11-2024, of bookworm Pi OS (64-bit) Desktop to a Pi 4 fails to connect to various external usb-ethernet adapters. This was not a problem with legacy bullseye. After weeks...
View Article