General discussion • Re: Raspberry Pi 5 Firmware Network Download to SD Card
I have this feature on my RPi 4 where if I have a blank SD card installed, the firmware supports downloading a special version of Imager and then I can install the OS on the SD Card from the RPi...
View ArticleAutomation, sensing and robotics • Re: LED project help
What lights have you ordered and how many of them?Statistics: Posted by neilgl — Wed Jan 17, 2024 10:04 pm
View ArticleGraphics programming • Re: Can't get writeback connector to write anything...
And I did test it: It now works on my test run with Linux raspberrypi 6.1.72-v8+ #1717 SMP PREEMPT Thu Jan 11 16:15:12 GMT 2024 aarch64 GNU/Linux. Thanks 6by9 as usual Statistics: Posted by dividuum —...
View ArticleGeneral discussion • Re: Apple Macbook Pro Power Adaptor to run RP5?
Thank you very much. I've ordered the original Power Supply.Statistics: Posted by kaanaslan — Wed Jan 17, 2024 10:18 pm
View ArticleTroubleshooting • Re: Raspberry Pi 5 PCIe issues using geekworm X1001
Worth trying to tell your Pi it is powered by a 5A capable PSUCode: sudo rpi-eeprom-config -eaddCode: PSU_MAX_CURRENT=5000save the file and rebootI tried that and nothing changed; lsblk and lspci show...
View ArticleGeneral discussion • Re: Free HW for development purposes (OpenWrt)
Considering the difficulty RPL has keeping up with demand every time they launch a new product, I seriously doubt any of them are distributed for marketing purposes.OTOH plenty of people did seem to...
View ArticleGraphics programming • Re: CPU load vs. GPU load
CPUs really aren't going to help much - if you were to run glxgears on cpu it would probably be 30 spf - seconds per frame. The real problem is going to be integrating the two such that the CPU...
View ArticleDevice Tree • Re: Basic i2s overlay that supports duplex audio
I2S on Pi 5 is new and different - different hardware, and different drivers - so it's worth trying on a Pi 4 just to help to locate the problem.Statistics: Posted by PhilE — Thu Jan 18, 2024 10:00 pm
View ArticleBeginners • Re: Making a GUI for the RPI CM 4 connected to a ST7789v TFT,...
...- I was able to rotate the image by changing the "0x36" parameter from 0xA8 to 0x60. i based this on some online findings, but i need to research it further because it makes red and blue color...
View ArticleBeginners • Re: How to tell when headless Pi 5 has fully shut down
i was just hard-rebooting my pi5, when i discovered a hack"red" light passes thru the body easily, so if you cover the led with your finger, it glows"green" light gets absorbed by the body, so your...
View ArticleGeneral • Re: Static IP on Raspberry Pico
I also set a hostname for the Pico, but the router doesn't appear to make use of this eitherAgain, as far as the networking protocols, the router would not.Just to review what you are after, what are...
View ArticleGraphics, sound and multimedia • Re: vc4-kms-dpi-generic and Waveshare GPM280
...Also triedCode: dtparam=rotate=270without any additional parameter in cmdline.txt, same result.why did you put that in the kernel command line? That's a parameter related to...
View ArticleGeneral discussion • Re: Prevent hdd from turning on during shutdown?
If you see the video, the pi5 shuts down before the drive finishes spinning up and then it gives a clank sound. When shutting down the pi5 with the drive unmounted, the hdd doesn’t produce the clank...
View ArticleBeginners • Re: WiFi out, icons missing - help?
Try right clicking up where the wifi icon should be and re-adding it.Statistics: Posted by skinmarquee — Thu Jan 18, 2024 10:18 pm
View ArticleSDK • Re: Raspberry Pi Pico has two timekeepers?
you should be able to sync them by using settimeofdayStatistics: Posted by kilograham — Thu Jan 18, 2024 10:28 pm
View ArticleBeginners • Re: Raspberry Pi with Door sensors
It’s for real life for the wait time between paying and entering a car wash. So one car is one unit that’s being measured, doesn’t matter how many people are in the car. The magnetic switch on each...
View ArticleGeneral discussion • Re: Confusion about how to activate NVMe on RP5 upon...
I installed Ubuntu server with a headless setup and with an ssh connection updated the eeprom. I don't have the nvme base yet I'm waiting for my Argon V3 case to be shipped in 1 week. So I assume that...
View ArticleGeneral discussion • Re: Feeding single Raspberry Pi 4 with two power cables
It's not likely to break the Pi, but it might damage your power supply. No two sources are going to provide the exact same voltage. This will lead to the higher voltage supply trying to drive to lower...
View ArticleGeneral discussion • Re: RPi 5 read supply currents?
I never see it getting above 7W overall power consumption even with full loadI've had the PMIC show over 10W.otherwise what's the 25W power adapter for?8W will be for USB peripherals and the fan. The...
View ArticleBeginners • Re: Static IP issues, instructions on the net dont work
To set a static address in advance (after writing the OS image):Create a file called "eth0" in rootfs ... "/etc/network/interfaces.d" containing something like this:Code: allow-hotplug eth0iface eth0...
View Article