Troubleshooting • Re: libsynctex2 upgrade error
I usually doCode: sudo apt updatesudo apt -y full-upgrade ; sudo apt -y autoremoveroughly once a week.Statistics: Posted by scruss — Tue Dec 03, 2024 1:06 pm
View ArticleGeneral discussion • The installed operating system (OS) does not indicate...
Raspberry Pi 5 OS compatibility issue with custom OS.I have purchased Raspberry Pi5 4gb ram and tried to run my custom OS in it. It is stating me error as mentioned below:The installed operating...
View ArticleGeneral discussion • Re: The installed operating system (OS) does not...
You probably need to update the firmware, perhaps there is a start.elf of some description missing.Statistics: Posted by jamesh — Tue Dec 03, 2024 1:13 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Best Approach for I2S and SPI on...
[ See also viewtopic.php?t=380010 ]Statistics: Posted by PhilE — Tue Dec 03, 2024 1:14 pm
View ArticleGeneral • Re: gpio_set_inover does not invert input signal
I think that gpio_set_inover has no effect because you are using the gpio with the PIO module.No, the input override also affects the value seen by the PIO module. I've used it myself with...
View ArticleMicroPython • Re: Logging temp to SD card, missing data
Thanks for the information, scruss.Statistics: Posted by Mike**K — Tue Dec 03, 2024 1:22 pm
View ArticleTroubleshooting • Re: 49 inch monitor and pi4
But my pi5 works ok with itPost the "DISPLAY:" line from the Pi5 connected to the same monitor.Statistics: Posted by dom — Wed Dec 04, 2024 1:20 pm
View ArticleTroubleshooting • Re: Running Script at Startup
init.d is old and has been replaced by systemd.That article is light on details and provides absolutely no help to troubleshoot things that don't work.While written primarily for RPiOS not Ubuntu as...
View ArticleRaspberry Pi OS • Re: Autostart with labwc
An update is on my to do list but major changes are required as the current layout and sections do not fit the new situation. Don't hold your breath - recent feedback has been extremely discouraging...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
From a user's perspective, I would like the 8 Gb option as well. I am not doubting the experience and efficacy of business - oriented options in achieving minimum production cost. Regarding the 500...
View ArticleCamera board • Re: What is Focus “locking Screw” used for on 6mm Lens ( Not...
Hello,The weather is not great here today so outside work with this equipment is not great.However I have tried to set up a system in house to try out what you have asked, of course FAR Focus is not...
View ArticleRaspberry Pi Connect • Re: Gstreamer installation failure
Comment or remove the repo that is causing the issue.Gstreamer is in the normal Debian/rpios repos.Statistics: Posted by craigevil — Thu Dec 05, 2024 1:00 pm
View ArticleUbuntu • Re: Switching from Pi 4 to Pi 5 using Ubuntu 24.04.1 LTS
I can now confirm that it worked with 0 issues. Cloned the card just in case. Yes different MAC address got different DHCP assignment so if not using tunneling then router requires configuration...
View ArticleTroubleshooting • Re: RPI4: could not attach PHY
Will your Pi4 work with an official OS image?Ifso the problem is with your image.Statistics: Posted by aBUGSworstnightmare — Thu Dec 05, 2024 1:18 pm
View ArticleAdvanced users • Re: How to set communication between Raspberry Pi 4B and...
Sorry, but you understand the CAN bus spec and how the protocol works?There is no message on the bus until you send one.Question is what kind of data is to be send to your pixhawk and what kind of...
View ArticleGeneral discussion • Re: Further development of 32-bit software?
I use 32bit. Not least because I have Pi models that don't support 64bit.Perhaps you need to look at it another way: do you want/need to support 32bit Pi models?Statistics: Posted by thagrol — Thu Dec...
View ArticleBeginners • passive buzzer to raspberry pi5
hello,im beginner with using raspberrypi5i bought https://www.optimusdigital.ro/ro/audio- ... 4sHmFts78Oit is an passive buzzer i connect it to the devicebut its not working with my codes and i tried...
View ArticleBeginners • Re: passive buzzer to raspberry pi5
How have you wired them to the Pi?Post your code.The first link states 5V, not the Pi's GPIO pins are 3.3V might still work though.Statistics: Posted by rpiMike — Thu Dec 05, 2024 1:44 pm
View ArticleCompute Module • Re: CM5 io-board projects
CM4 only has one USB 2.0 OTG so not sure how that was usable for additional ethernet, maybe you mean Pi4 which has usb 3.0?The RPi CM4 has USB 2.0, and it's perfectly possible to connect additional...
View ArticleTroubleshooting • Re: cronjob issue - running but was written to /tmp and...
To add to what's already been said,"/home/[user]" is you user's home directory. cron does not look there for its config files (crontab).Terminology:crontab: the file storing your settingscron job: a...
View Article