Raspberry Pi OS • Re: Static IP with Bookworm
I have several Pi's in my home network, all running Bullseye. It is the IP address that has kept me from moving to Bookworm. Let me explain why. ..You could try editing /etc/rc.local and adding a...
View ArticleRaspberry Pi OS • Re: Disk Encryption
Yeah! sdm method works great and very easy. Prompt saying "do you want to wipe scratch disk" is a nice touch. My last question: Do i need to do additional stuff manually after every kernel or some...
View ArticleGeneral discussion • Re: VLAN config instructions NMTUI Bookworm
Hi thanks for respondingMy query, " what are the high level steps for connecting a rpi using bookworm to a vlan ?" (i already have a few rpis using buster and connecting to vlans with no problem)The...
View ArticleFor sale • Authentic Pi Supply PiJuice Solar Panel 40Watt USB Charger
Hello Friends,These are the final lot which I got from Arrow Electronics, Inc.Original Arrow Invoices can be provided upon request.Since the Wuhan Virus epidemic, their production is quitted and will...
View ArticleAndroid • Re: [DEV] LineageOS 22 (Android 15) for Raspberry Pi 4 & Pi 5
Hi @Konsta,unfortunately I still have the problem that I can no longer connect to my Bluetooth devices such as JBL Clip 3 with the newer version of LineageOS (from 20). I had already posted this...
View ArticleGaming • Using ControlBlock for Retropie - thoughts?
HiI am looking at the different controllers for managing arcade bits and the ControlBlock for Pi 3 is on a promotion. Has anyone got any views on it compared to other controllers? The interesting...
View ArticleTroubleshooting • Notification of updates then I can’t login RP5
I have a RP5 32gb SD Card and all is running well, but when I get a notification that there is an update available that’s when I am unable to login my login name and password is rejected, in order to...
View ArticleTroubleshooting • Re: Raspberry 5: Process irq/161-mmc0 causing heavy cpu load
Hmm, I can't reproduce that here. mmc0 has used 0 seconds of CPU time since boot for me (nvme boot, no SD card).Do you have any nonstandard config.txt options?What's the output of hexdump -C...
View ArticleTroubleshooting • Re: Network mount not surviving reboot
But, yeah, it might be worth a try though I'd probably remove or comment out the existing fstab entry when trying it.Using a systemd *.mount file means you MUST remove the /etc/fstab line.Statistics:...
View ArticleSDK • C++ HTTP(S!) Server - how to implement "secure" communication?
Hi,I've written a basic GET/POST HTTP server with a lightweight file system for my html files, but now I want to implement the "S" part of HTTPS. I don't have certificates, I just want to use random...
View ArticleCompute Module • Re: What is performance of the VideoCore VII GPU in the CM5?
The Cortex A76 core does 16 FLOPs in FP32 and 8 FLOPs in FP64 (per cycle, per core), so at the stock 2.4GHz it does 153.6GFLOPS FP32 and 76.8GFLOPS FP64How do you get to 16 FLOPs per core per clock?I...
View ArticleTroubleshooting • Re: bookworm forced fsck on boot
Perhaps. But note that before the reboot I've added a new (good copy) file. So the block arrangement on the SDcard likely changed. That's what led me to fsck. But perhaps I'm projecting my hard disk...
View ArticleAdvanced users • How to (need advise) increase the size of the boot partition...
Hi,can somebody help me with my raspberry pi3 updating? Need a proposal what will work.And I cannot take out my SD-card because I have no physical access. The device is far away and nobody can change...
View ArticleGeneral discussion • Re: Is the Raspberry Pi Zero lineup dead?
I have been experimenting with RPi0 2W, I even have it going online with a GUI web browser, admittedly slowly, but just about usable......what more do you want for a £14 computer..... Statistics:...
View ArticleGeneral • Re: PIO feature request: load 32bit values from instruction memory
Would be useful, though no idea if it is possible without total redesign of the PIO in next gen device. But it would use up a location in the already rather short memory space.A simpler alternative...
View ArticleSDK • Re: What is the -D PICO_BOARD for Zero ?
I need to specify the board type for an rp2040-zero. I seems I need to pass something like this to cmake. -DPICO_BOARD=pico_w I do not seem able to find a board which matches...
View ArticleDevice Tree • Re: MCP23017 overlay error -EIO: can't write IOCON 32
If I use this python scriptCode: cat test.py import smbus2import RPi.GPIO as GPIOimport time# I2C and GPIO setupI2C_BUS = 11 # Typically bus 1 is used on Raspberry PiMCP23017_ADDRESS = 0x20 # Default...
View ArticleTroubleshooting • Re: Raspberry Pi HDMI and Files not working
With rpi-conect or VNC viewer running you should be able to see/edit files on the microSD card.In Windows, with the card in a USB adpater we should see something like this for "bootfs"Windows can only...
View ArticleGeneral discussion • M.2 Enclosure with a RTL9210B Chip - Is It Good with RPi?
Hi allIn the past I needed to buy a USB to SATA 2.5 Adapter,and people here highly recommended me on AMS chips.(I was also recommended to avoid JMS - JMicron chips)That advice was great, and indeed I...
View ArticleAdvanced users • Re: How to (need advise) increase the size of the boot...
You cannot shrink Ext4 online, it is a real showstopper for many remote operations. In theory you can have a bullet-proof Ext4 schrinker in initramfs, but no-one will guarantee and not waste time on...
View Article