SDK • Re: SDK support for data storage in flash on both Pico and Pico2 ?
The SDK provides API functions to read, write and erase Flash areas but LittleFS is likely what you want if you prefer more and don't want to roll your own file system.Official file system support is...
View ArticleTeaching and learning resources • Have all Courses moved from Future Learn to...
Have all the Raspberry Pi Python courses moved from Future Learning to edX? Are they not free anymore? I see that you can "audit" a course, but it expires and then you have to pay. Is there a way to...
View ArticleOff topic discussion • My suggestion on the Pi 6 design
I’ve got the Pi 4 and the Pi 5, they are both great little computers, but I found they are both lacking being marketed as SBC. I have some complaints on both unit designs.The Pi 4 without internal...
View ArticleGeneral discussion • I cant connect my pi4b and my tablet with real vnc
Ok masterminds, Im a HAM radio operator and im trying to run my pi4b headless useing my tablet as my monitor for digital modes through my Verizon S24 Ultra hotspot but im being told that Verizon...
View ArticleTroubleshooting • Re: Raspberry Pi 5 8GB won't boot after pieeprom update - 9...
I have the same issue, did you fixed it? how can i fix?I gave the Raspberry Pi to another person, and here's what he wrote to me:"I revived the Raspberry. The issue was with the EEPROM, specifically...
View ArticleKeyboard computers (400, 500, 500+) • Re: raspberry pi 500 + boot override...
after booting from nvme, run "sudo blkid" and "cat /proc/cmdline" and post the results in this threadStatistics: Posted by cleverca22 — Thu Oct 16, 2025 1:21 am
View ArticleSDK • Re: Reduce cyw43 memory size
Extracted the blob from the object file and tried compressing it, here are the results:Code: blob original 2252407zip (-7 max) 122799gzip -1 145925gzip -9 140975Best gzip (deflate) gets it to 62.6% of...
View ArticleTroubleshooting • Gaps In Logs - How to find out what happened?
This on a Pi B4 running BusterThis Pi runs a shell script once every two minutes that captures an image from a USB webcam, badges that image and then uploads it to a web host. The script keeps a...
View ArticleTroubleshooting • Re: Gaps In Logs - How to find out what happened?
The images below are screen grabs of the video produced from the still images each day. During the time period in question one image was captured at 23:36:06 and the next 16 minutes later at 23:52:06....
View ArticleTroubleshooting • Gateway doesn't return pings sourced by local subnet
I put together a Pi 3b configured as a router, running iptables. Currently ithas only two networks on it, my local subnet and a connection to my ISP. Inthe future I'll be adding a second local subnet,...
View ArticleKeyboard computers (400, 500, 500+) • Re: Installing 2TB drive on my 500+
Apparently there is more to moving from a pi500 to a pi500+ than just cloning your usb nvme drive. I did a clean install to the 2TB nvme ssd and everything worked fine. Maybe someone that has a better...
View ArticleOff topic discussion • Re: My suggestion on the Pi 6 design
Maybe try cm5 https://thepihut.com/products/raspberry ... 5-io-boardNo heatsink is listed in awesome extras. Is there a ready-to-go cooling solution?I showed that board to the kitten named Purr who...
View ArticleBeginners • RPI4 - USB - M2-SSD
try new OS Debian Trixieon hardware:RPI 4BORICO TCM2-C3 - NVMe M.2 SSD ENCLOSURE (10Gbps) (RED) WD_BLACK SN770 250GBCode: sudo hdparm -t --direct /dev/sda2test from PC USB 3.1 _____ 420.86 MB/sectest...
View ArticleAdvanced users • Re: Using Raspberry Pi in device mode
I tasted this on Pi 4 and it works fine but it doesn't on Pi 5 again. Even if there is an issue related to Mac, shouldn't it be the same for both of them?The Pi 5 takes more power so it is less likely...
View ArticleGeneral • Re: Pico minimal 2nd stage boot loader
So I then built a minimal app to test loader ... so minimal on board LED blinker code Again fairly simple to follow1.) sets the stack pointer to value you set (loader does that but you may want...
View ArticleOther projects • Re: Convert rpi4b and 10.1 touch monitor into a sort of tablet?
off topic:i have something similarhttps://wiki.52pi.com/index.php?title=EP-0188just wondering, does touch to wake work on that model?mine doesn't wake on touchi'm using a py script to blank the...
View ArticleCompute Module • Re: CM4 and CM5-IO-Board compatibilty
I've used this method: using a CM4 on a CM5-IO-Board. USB 3.0 is disabled (meaning both USB 2.0 and USB 3.0 on the board are inoperative), but HDMI works fine, and the GPIO is functional.I haven't...
View ArticleCompute Module • Re: Raspberry pi CM5 won't boot
https://github.com/raspberrypi/document ... nings.adocSecure-boot configuration is not valid ?Trying to update the EEPROM?Statistics: Posted by qiangyou_peng — Fri Oct 17, 2025 1:44 am
View ArticleOther • Re: How to restore the default repository
Without further investigation I gave up on Cinnamon and turned to Gnome and worked without problem, the repos on Synaptic was empty nothing in there.Statistics: Posted by lotech — Fri Oct 17, 2025...
View ArticleUbuntu • Re: I am stuck with Ubuntu
Ok here's the update to my problem.I followed the info. kindly provided by kerry_s to setup and replaced Gnome with Cinnamon, but it didn't boot up properly beside a flashing cursor. So that I used...
View Article