Advanced users • NVMe boot issue
Just started booting to NVMe using a Pimoroni NVMe base and the Intel SSD from my old laptop. The issue is that if I put NVMe (6) first in the boot order, it fails to boot on the first attempt. I'm...
View ArticleAdvanced users • Re: Power RPi 4B through header so I can use USB-C as OTG...
1) do you know if it's possible to change/move OTG function by USB-C port to another USB-A port by firmware or OS (specific I assume) change ?It isn't. For two mian reasons: 1. the USB controller that...
View ArticleTroubleshooting • Re: Pi 4Bas OTG USB g_mass_storage not working where am I...
There's a lot wrong with that guide and a lot missing from it especially when it come to the limitations of the mass storage gadget. Try mine instead: USB Mass Storage Gadget - A Beginner's GuideAs...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
Here's a Youtube video about Jeff's video. Pi-ception! Youtuber does offer other insights too. I do hope the Pi Foundation is taking note of some of these videos offering up their views and opinions....
View ArticleTroubleshooting • Re: New raspberrypi 5 won’t boot. Just green flashing light.
what pattern is the green led blinking?Looks like 4 fast, 3 slow I thinkStatistics: Posted by PaulStation24 — Fri Jan 26, 2024 3:32 pm
View ArticleBeginners • Encountering difficulties while installing the preempt-rt patch...
I am working on a project that requires running on an RTOS,.I need to apply the preempt-rt patch to my Linux system.I am using a Raspberry Pi Zero-W with the current Linux kernel version of "Linux pi...
View ArticleGaming • Re: Linux Air Combat on Raspberry Pi 5
Given that it's your forum and possibly your pet project, perhaps you could encourage helpers by giving some brief installation guidelines.My attempt has fallen at the first hurdle -RPi5-4GRasPiOS...
View ArticleSDK • Duplicate labels in '.dis' file
For example, looking at the 'firmware.dis' file of a MicroPython built for a Pico ...Code: pi@Pi3B:~/pico/micropython/ports/rp2/build $ grep "mp_hal_ticks_ms>:" firmware.dis1001b8e0...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
Yup, most of the other SoCs are using Mali, and are therefore either using the closed source library from ARM, or panfrost which is reverse engineered. So Mali isn't a great example either. Nor is...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2C and PI 5
The Designware I2C controller is not designed to support non-standard I2C clock speeds. If you look in the kernel log (dmesg) you'll see complaints about your 10kHz setting. I have a driver patch...
View ArticlePython • Re: Adafruit Python Library Deprecation
This link recommends using the Char_LCD library: https://learn.adafruit.com/adafruit-16x ... thon-usageThis link says the Char_LCD library was archived in 2018, and that the library was deprecated,...
View ArticleGraphics programming • Re: Rpi4 GPU performance profiling
If you tell me what the api was that you tested that didn't expose the counters I can check if it now exposes the counters.But Igalia develop the mesa driver, I'm not too familiar with the inner...
View ArticleSDK • Re: Duplicate labels in '.dis' file
rp2/mphalport.h has "static inline mp_uint_t mp_hal_ticks_ms(void)" so I guess its just many copies of it.Statistics: Posted by trejan — Fri Jan 26, 2024 3:50 pm
View ArticleRaspberry Pi OS • PI5, Bookworm, Wayland, Touch, Dual Monitor Configuration
HiPI5 8GB, Bookworm all up to date!I have two HDMI monitors, one small Waveshare 10" with touch and another 24" Monitor. When pressing the touchscreen the "touch" appears on the other monitor....
View ArticleGeneral discussion • Re: Partition/OS Management
Any other solution would be appreciated as well.Multiboot does not seem better.A Boot Manager like grub or Hypervisor which manages the different partitions and OSses must be a need for many...
View ArticleGeneral discussion • Re: Connecting a raspberry pie zero 2 W with a pi pico
Hello everyone,I hope I was very self explanatory with my subject and spelled it correctly. I am doing a project right now that involves connecting a pie zero 2 W and a pie pico together in i2c. I...
View ArticleCamera board • Re: Arducam 16MP AF camera on a Pi5 ?
I think I'll give up experimenting with the different cameras and stick with the Rapberry V3 camera until the HQ camera works outside.I use the camera to watch birds at the feeder. The V3 is not bad...
View ArticleMicroPython • Re: Security Concern with Raspberry Pi Pico W: Reconnecting to...
Test three; memory usage. After each successful connection it appears that memory use is reduced -Code: 145152 ('192.168.0.205', '255.255.255.0', '192.168.0.1', '192.168.0.1')144992 ('192.168.0.205',...
View ArticleGeneral discussion • Re: STICKY: Introduce yourself!
My name's Trent Gamblin. From the East Coast of Canada but have lived in the West half of my life.My family couldn't dream of affording a computer, but every time I saw one at Sears or something there...
View ArticleGaming • Re: What game servers can I make with a raspberry pi 5b?
What servers did you end up creating?Statistics: Posted by Mirielith — Sat Jan 27, 2024 3:36 pm
View Article