Compute Module • Re: Carrier board to work with both CM4 and CM5
I would have a good read of the CM4 and the CM5 datasheets and work out what concerns you. Also have a look at the CM4 and the CM5 IO board.Statistics: Posted by dp11 — Mon Dec 02, 2024 2:59 pm
View ArticleSDK • Re: Driving a 2" ST7789 display with the Pico-C-SDK
But is there no ready to use library like Adafruit_GFX for the Pico-C-SDK?Not from us. There are third party libraries.Statistics: Posted by jamesh — Mon Dec 02, 2024 2:59 pm
View ArticleGeneral discussion • Re: Product pricing
And BTW, all (?) Raspberry Pi links to buy from MicroCenter appear to be delivering "Forbidden" results.It looks like they are using geo-blocking on their website. It works on an American vpn but not...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: i2c connection with GPIO0 and GPIO1...
Software-wise, "dtparam=i2c_arm=on" should be sufficient. That will enable /dev/i2c-0 - it will appear in the output of "i2cdetect -l". Have you tried it and failed, or are you just wanting...
View ArticleTroubleshooting • Raspberry PI 5 HDMI output issues
Hi all,Hopefully someone can help me. I have a prototype where I want to add a touch screen control to the pi.Now the PI is powered currently using GPIO pins, but I have also tested through the usbc...
View ArticleNederlands • ik ben op zoek naar de benaming van de solderpads op de pi zero...
Beste forum bezoekers.De sd kaarlezer van mijn Pi zero W V1.1 is onbruikaar. Nu wil ik een nieuwe bevestigen aan de solderpads op de achterkant.maar ik kan nergens een duidelijke beschrijving vinden....
View ArticleAutomation, sensing and robotics • Re: Simple light level detector using...
The official project (foundations learning on .org ) examples don't use a resistor and it would alter your result ...You are switching over from high to low and vice versa at somewhere between...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
Here demanding means connecting any storage device to USB or a PCIe m.2 hat.Has the boot loader changed recently then? I though the confirm on boot was only needed if the USB device is the boot...
View ArticleAutomation, sensing and robotics • Re: Raspberry pi ssd power consumption info
Okay, I am waiting for your answers.Statistics: Posted by Kubilay — Mon Dec 02, 2024 3:35 pm
View ArticleRaspberry Pi OS • Re: Missing Bookworm 'rar' and 'unrar'
p7zip-rar/stable 16.02-3 arm64And presumably not available for 32-bit. Looking at what I have it seems I already have non-free selected but I don't know if what I have is what I should have -Code:...
View ArticleCamera board • Re: OV9281 Arducam
Tested my Innomaker OV9281 with a Pi5. It works fine.What errors are logged in the kernel logs?If it is just that the Arducam modules are slow initialising, then...
View ArticleAdvanced users • Re: NUMA Testing
You still need to activate by adding a setting in the eeprom config. See e.g. Jeff Geerling's blog https://www.jeffgeerling.com/blog/2024/ ... ram-tuningOr even the first post of this...
View ArticleSDK • Re: Why is the default stack size 2 KiB?
I believe only 2KB is available from each 4KB because the other 2KB is reserved for Stack Guard use. Or something like that. Stack Guards can be disabled.Aren't they disabled by default?Apparently so....
View ArticleTroubleshooting • Re: cma_alloc failed on rpi 5
I've disabled kernel=kernel8 and also the cma-256. Will report back on this later today.There's a related issue here. Perhaps you could provide the log from that post.Statistics: Posted by dom — Tue...
View ArticleCompute Module • Re: CM4 Provisioner issues
I think the documentation is outdated. It gives guidance for configuring /etc/dhcpcd.conf but Raspberry Pi OS is not using dhcpcd anymore. Also the lite install is missing whatever is needed to make...
View ArticleBeginners • Re: raspberry Pi as printer server
Looks like Bosse_B stopped by a few days ago (Nov 8th), but didn't see this thread.They weren't using a Raspberry Pi Zero, though. Those have slightly different USB capabilities than the rest of the...
View ArticleGeneral discussion • Cross-compile libcamera & rpicam-apps
Hi, can someone give working example or guide me on how to cross-compile libcamera and rpicam-app?I was looking this but can't get it work.Statistics: Posted by neox1337 — Tue Dec 03, 2024 3:13 pm
View ArticleTroubleshooting • PI 5 sometimes will not power on
Hi all,My new Raspberry PI 5 using an original 27Watt adapter sometimes blinks the green light 8 times when connecting it to power. (SDRAM Failure).However, when I use my Nintendo Switch adapter it...
View ArticleGeneral discussion • Re: Cross-compile libcamera & rpicam-apps
Hi, can someone give working example or guide me on how to cross-compile libcamera and rpicam-app?I was looking this but can't get it work.What are you trying to achieve?Statistics: Posted by DS256 —...
View ArticleOfficial Display • Re: Rpi5 + Touch Display 2 + OS Lite, how to rotate?
Ah, sorry for the confusion. Yes, I use the CLI with OS Lite. The chromium-browser auto-started using rc-local, in portrait. I disabled the auto start and indeed, the CLI / OS Lite itself starts in...
View Article