Compute Module • Re: Secure Boot
the keys can be stored in the CPU, and whatever boots on the pi can read the keysThe problem is how standard LUKS will get the keys from Pi (I guess from EEPROM).Statistics: Posted by i486 — Sun Oct...
View ArticleTroubleshooting • Re: Unable to put wlan1 in monitor mode
What type of Pi? What OS?What type of network adapter are you using?What are you trying to achieve by doing this?Statistics: Posted by kip_the_elder — Sun Oct 06, 2024 10:14 am
View ArticleC/C++ • PWM with C++
Raspberypi 4 BI was using libgpiod2 for GPIO control.Now I would like to use hardware PWM but as I understand it is no supported by this library.What is the current "StateOfArt" for enabling hardware...
View ArticleCompute Module • Re: CM4 eMMC read/write cycle lifetime or TBW?
In my case, the eMMC part is KLMAG1JETD-B041 (16GB). I’ve already checked its datasheet, but it didn’t provide clear information on the specific read/write cycle limits or TBW for this model. I also...
View ArticleBeginners • Re: These nvme base hats look interesting but do not have access...
Now that you mention it, that vid did mention Suse as the best implementation. There was also mention of distros getting it wrong by installing into "btrfs root" rather than a subvolume. Sadly, I was...
View ArticleTroubleshooting • PINN - Libreelec: reboot in another system
Hi,I've got a RPI4 in which I installed PINN to be able to implement a dual boot with libreelec and android, I would like to keep the installation completely headless and use Kore android app to...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry PWM signal
Thank you for replying. I have tried your bash script and the rpi-hardware-pwm library however, I am still getting the same results. Do you think this could be a hardware issue?Statistics: Posted by...
View ArticleTroubleshooting • Re: Pi5 Completely (permanent) locks up when CPU reaches 100%
I forgot about fragging. NTFS was heralded as the future. I dived on that, sick as I was of FAT getting corrupted. Turned out, to nobody's surprise, unlike the blurb, NTFS gets fragmented as well....
View ArticleTroubleshooting • Re: RPi 4 boatload missing?
Thanks: none of my usb ports are working.. Read elsewhere that it’s a VL805 f/w issue.Others’ output list the VL805 firmware current and latest versions- Like this one:If it’s not the bootloader then...
View ArticleAdvanced users • Re: Shrink and Auto-Resize Bookworm
If you're using this PiShrink script: https://github.com/Drewsif/PiShrinkI do not see any indication of Bookworm specific issues, I've not tried it myself on Bookworm yet. You might get a solution if...
View ArticleTroubleshooting • Re: VScode not able to update
I use Buster on my Daily driverBuster is not getting any security updates from us or Debian and most packages will be over 5 years old. A lot has happened since then, so trying to use deb files...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Checking on the RISC OS forum it says that you need updated versions of fixup4.dat and start4.elf - but not the very latest versions for version 5.28 of RISC OS and I have downloaded these and...
View ArticleCamera board • Re: 64mp Hawkeye Arducam stops working after OS updates
I have reported it to Arducam, let's see if it gets fixed....Statistics: Posted by gordon77 — Mon Oct 07, 2024 10:40 am
View ArticleOfficial Display • Re: Touchscreen + Buildroot + SDL (Pi4) - lack of touch,...
Hmm. I'm pretty sure I'd tried dtoverlay=vc4-kms-v3d and display_auto_detect=1 already, though maybe not both at the same time.I've now definitely tried that combination, and also...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
I suspect RPL's Operations Manager (or whatever title they give him/her) is tearing their hair out over all these new releases. After years of just having to handle one or two a year, there seems to...
View ArticlePython • Re: Python Script keeps Exporting after Finally Statement
An explict return is AFAIK only required in two circumstances:You want to exit the function early:You want to return some specific data to the caller.Or for proper concise coding standards.Statistics:...
View ArticleHATs and other add-ons • Using GPIO Ports with Raspberry Pi 5 NVMe Hat
Hi everyone,I recently purchased the NVMe Hat for my Raspberry Pi 5, and it’s working well with the WaveShare disk. However, I have a question about GPIO access when using this setup.When I attach the...
View ArticleTroubleshooting • WiFi and SSH Connection Drops on Raspberry Pi OS Bookworm...
Hello everyone,I'm new to the SBC and Python communities and am working on creating a low-cost birdhouse monitoring system using a Raspberry Pi Zero 2 W and the Camera Module 2 NOIR. I began by...
View ArticleRaspberry Pi Connect • Re: No Connect Options - Can't Connect to my Pi
Hi Group,I setup Pi Connect on my Pi 5 a few days ago and it worked OK. Kinda slow with the Pi and the computer I connected with on the same local network.Anyway, just a few minutes ago I tried to...
View ArticleCamera board • Re: Synchronization to achieve real-time video (or timestamps)...
We have posted a patch series to the libcamera mailing list enabling software frame synchronisation across multiple camera on a single Pi 5 device, or across multiple Pi (5/4/3...) devices connected...
View Article