SDK • Re: Atomics on Pico 2
The ARM docs state "All store-release operations are multi-copy atomic". So it seems that atomic operations exist and use of such operations have the same caveats as on Apple M?Superscalar (MIMD) on...
View ArticleAutomation, sensing and robotics • Re: Raspberry pi ssd power consumption info
That's interesting.6.6WThe PCIe connector is only rated for 5W (2 x 0.5A @ 5V): https://datasheets.raspberrypi.com/pcie ... andard.pdf page 5.If 6.6W is accurate when running over a single gen 2 lane...
View ArticleTroubleshooting • Re: Usb-c splitter cable to Connect iPad and raspberry pi...
USB-C Spec does not have a 'USB splitter cable' - - > make use of a proper power supply (for each device).That doesn't mean they don't exist though.And don't forget that the USB3 data lines are not...
View ArticlePython • Re: How does a u-shaping coder work
Add more IOs via I2Chttps://www.adafruit.com/product/732https://learn.adafruit.com/adafruit-mcp ... r/overviewStatistics: Posted by memjr — Fri Dec 06, 2024 3:11 pm
View ArticleGeneral discussion • Re: What Will Happen to Raspberry Pi Zero 2W If You...
Connect one power supply only then you're good for sure!Statistics: Posted by aBUGSworstnightmare — Sat Dec 07, 2024 2:37 pm
View ArticleBeginners • Re: Use Raspberry with SSD only (Pi4B or Pi5?)
Problem is I really need to use DietPi because I want to install a software called Loxberry which is specifically for my Loxone smarthome. Loxberry already includes stuff like influxdb, grafana and so...
View ArticleCompute Module • Re: unable to boot cm5 after firmware update on ioboard
Perhaps try re-installing the bootloader via rpiboot https://github.com/raspberrypi/usbboot/ ... /README.mdStatistics: Posted by timg236 — Sat Dec 07, 2024 2:49 pm
View ArticleAdvanced users • Re: Image File Utilities
Do you have any idea what this folder that shows up in the error message is used for (/tmp/img-backup-mnt)? Newer/other Linux distros use tmpfs for /tmpIt might be that the latest RPiOS image also has...
View ArticleGeneral discussion • Raspberry Pi OS Upgrade using APT
I have been looking at ways to upgrade my Rapsberry Pi OS from Bookworm to Bullseye without having to completely reload all system data, library settings, apps etc. Cloning the existing SD card is not...
View ArticleTroubleshooting • Tor on Bullseye
I am using a pi 4 Model B - OS os Bulleye 11. Until recenly I used Tor browser occasionally...then it would not run. All the files/data structures appeard to be OK. Mystified...I removed/purged Tor...
View ArticleGeneral discussion • Re: Raspberry Pi OS Upgrade using APT
Sorry Bullseye to BookwormStatistics: Posted by Laserman99 — Sat Dec 07, 2024 3:05 pm
View ArticleAdvanced users • Re: Diagram of the boot sequence for Rapsberry pi 4
https://www.raspberrypi.com/documentati ... t-sequenceStatistics: Posted by redvli — Sat Dec 07, 2024 3:05 pm
View ArticleGeneral discussion • Re: Air holes for the official case (results)
The active cooler air is going round in circles, you need more than a few small holes to convince the hot air not to be sucked back into the fan. Some Directors/deflectors made out of cardboard could...
View ArticleGeneral discussion • Re: How can I install Raspberry PI specific VLC?
don't add the version. Just runCode: sudo apt updatesudo apt install vlcIt will try to pull in several dependencies and should ask for a confirmation before installationthis workedStatistics: Posted...
View ArticleRaspberry Pi Connect • Re: Raspberry Pi Connect for Organisations, plus...
I did have to smile at "We’ve kept pricing simple. Raspberry Pi Connect for Organisations costs $0.50 per device per month".Not quite so simple when trying to figure out what the cost is in Pounds...
View ArticleLinux Kernel • [vc_sm_connected_init]: failed to initialize shared memory...
I am currently trying to get the Pi Camera Module 3 working on a Pi 4 B under NixOS, but I'm having some issues with the video core drivers (which I assume are needed to use the camera).I'm seeing...
View ArticleSDK • Re: prevent "Downloading Picotool"
every time I do clean build is see "Downloading Picotool". I already have it since the last build 15min ago. Why does it default to constantly refetching? [ ... ]A search did not find any info on...
View ArticleBeginners • Re: How work `rpi-eeprom-config` program
Maybe have a look at the source code on github? https://github.com/raspberrypi/rpi-eepr ... rom-configStatistics: Posted by neilgl — Sun Dec 08, 2024 2:54 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Custom Video Modes, Wayland
Which window manager do you use because the method differs.For wayfire one can add a custom mode in wayfire.iniRunCode: sudo nano .config/wayfire.iniand add your custom mode to the related...
View ArticleTroubleshooting • Re: Pi Model B correct way to first time boot after Imager?
Not sure if this link to the script I wish to run is allowed but hope its ok https://github.com/ZuinigeRijder/SolisCloud2PVOutputInteresting. I was going to look at the API to get the data, but made...
View Article