Troubleshooting • Re: /dev/root full; what next?
Sorry for the delayed response.So an update: I cleared about 1gb, and it filled up on its own.Then I cleared about 500mb, and that filled up as well.At the time I used the find command to find any...
View ArticleTroubleshooting • Re: Replacement DA9091 PMIC
Sorry, I don't have specific dates, but it doesnt seem far off.Do we have any updates on the release of DA9091?Statistics: Posted by MadEDoctor_YT — Sat May 17, 2025 8:21 pm
View ArticleGeneral • Re: Is SPI1 TX equals MOSI for RP2350 as SPI Slave, or does it mean...
The RP2350 datasheet seems to be quite clear concerning that pointfrom RP2350 datasheet §12.3 page 1043TXSerial data output. Connects to the SPI peripheral SSPTXD (data out) and nSSPOE (output enable)...
View ArticleTroubleshooting • Re: Issues connecting to PI 4 desktop from Windows 11
Quick update to close out this thread.As I noted in an update to my initial post running the tigervnc viewer rather than the RealVNC viewer on my Windows desktop resolves the repeating character...
View ArticleBare metal, Assembly language • Re: RESET Exception/Interrupt
Understood, Thanks for the information cleverca22.Statistics: Posted by welford — Sat May 17, 2025 8:58 pm
View ArticleTroubleshooting • Re: monitor and Raspberry Pi 5 not communicating
Yes, we are using a micro hdmi to hdmi adapter, but it did work at the makers space on their monitor.Yes, the diagnostic screen does appear. For Display, it says: DISPO: HPD=1 EDID=none #0 DISP1:...
View ArticleHATs and other add-ons • Re: HAT stacking?
The current advice is that one true HAT and one true HAT+ can be stacked provided there are no pin conflicts and no I2C address conflicts.A true HAT[+] has an on board EEPROM containing configuration...
View ArticleRaspberry Pi OS • Re: chromium dropping 1200 out of 1600 frames on latest...
viewtopic.php?p=2301139#p2301139Statistics: Posted by constantine00 — Sat May 17, 2025 11:26 pm
View ArticleOff topic discussion • Firefox 138.0.4 security update
https://blog.mozilla.org/security/2025/ ... 2own-2025/Things like this are why I use the Mozilla Firefox repo.Code: policy firefoxfirefox: Installed: 138.0.4~build1 Candidate: 138.0.4~build1 Version...
View ArticleTroubleshooting • Re: Raspberry PI 5 stopped working after edit to eeprom.
I don't think rpi-0 has an eepromStatistics: Posted by kerry_s — Sun May 18, 2025 8:52 pm
View ArticleOther projects • SdrGlut V1.34 - SdrGlut A Few Fixes and iqSDR Many...
These programs work very nicely using a Pi-4 or a Pi-5SdrGlut V1.34 - SdrGlut A Few Fixes and iqSDR Many improvements.https://github.com/righthalfplane/SdrGl ... /tag/v1.34SdrGlut's companion program...
View ArticlePython • A Software Defined Radio Python Starter Kit
These programs work nicely with a PI-4 or Pi-5 on Bookworm and Ubuntu 24.04.A Software Defined Radio Python Starter Kithttps://youtu.be/NH-8Sx8qM68This video shows an example of a python program that...
View ArticleBeginners • Re: Does Raspberry Pi 5 use USB Gadget Mode to connect to a...
Be aware, that like the 4B, the Pi5 can only do gadget mode on its USB C port. That means available power is likely to be very limited unless the USB host is also USB C, supports USB PD, and has a...
View ArticleTroubleshooting • Re: Pi Won't Boot From Image
i believe the message "0.962106 MMC1 Controller Never Released Inhibit Bit(s)."occurs when there is no SD card in the slotis the card in there the right way?or, maybe the slot is damaged? try putting...
View ArticleTroubleshooting • Re: Raspberry Pi3 not working
GPIO on raspberry PI are 3.3V, NOT 5Vintroducing 5V to your PI I/O pins will likely damage the PI.there are lvel shifters, or you could use a relay, or something.also, be aware that each I/O pin can...
View ArticleNetworking and servers • Re: Yet another Samba permissions issue
Never mind, I was right about "simple and stupid": copied-and-pasted type in the directory names in the config file! Statistics: Posted by drl2 — Sun May 18, 2025 10:03 pm
View ArticleOther • Re: Mint on RPi
here is what i did to install cinnamon desktopInstall PI-OS • Update & full-upgrade • Switch to X11 using Raspi-configInstall cinnamon • Sudo apt install cinnamon-desktop-environment • Sudo...
View ArticleAdvanced users • Re: How to?
The company which we have sold tthis projects wants UART signal as output, so even though gpio seems quite easier (because I have no experience with UART) I have to follow that path. Working wih...
View ArticleTroubleshooting • Re: Ticked menu items shown in menu editor not present on Menu
have you rebooted after editing the menu?( i'm thinking maybe thats the issue?)Statistics: Posted by terribleted — Sun May 18, 2025 10:48 pm
View ArticleTroubleshooting • Re: pi 3 Buster... Cannot allocate memory ?
It mentions rc.local, so have you added anything to /etc/rc.local that might be causing this?rc.local should only run once at boot time, and not show repeated messages. Have you got something else...
View Article