Beginners • Re: ip link settings on boot?
I spoke to soon I also needed to add:usbip --debug bind -b 1-1usbip -dFor some reason which I don't understand, executing usbip -d kills the can0 which is then no longer visible when typing ip...
View ArticleGeneral • Re: Wrong Pixels Lighting Up on WS2812B Strip
I mean, like I said I'm 99% sure that it doesn't have to do with the code. But I guess I can take another look through itStatistics: Posted by devinator9876 — Mon Mar 04, 2024 3:48 pm
View ArticleFrançais • Re: Pb, Configurer le réseau en bash...
Bonjour,Le problème c'est que j'ai plu eth0... à la place j'ai enxb827eba95257 ... et donc enxb827eba95257:0 apparemment ça fonctionne moins bien que eth0:0 !A mois que vous ayez une suggestion...
View ArticleTroubleshooting • Re: Hardware PWM not working with Raspberry Pi 5 4GB
I can only do not the 'noob' way!Here is the overlay which I've wrote for this demo. Might not be the most elegant one, but working.Code: /* * pwm-gpio12-overlay.dts *//dts-v1/;/plugin/;//#include...
View ArticleGeneral discussion • Re: Why 32bit Bookworm Not Recommended in PI Imager for...
IIRC There are odd posts around on here pointing to Wayland not being optimised for the older / lower powered boards yet and that it will come at some point.Statistics: Posted by MiscBits — Mon Mar...
View ArticleTroubleshooting • Re: Pi3 showing throttled at 60 degrees?
Apparently it is being throttled at 60 degrees. From the documentation:"For Raspberry Pi 3 Model B+, the PCB technology has been changed to provide better heat dissipation and increased thermal mass....
View ArticleCompute Module • CM4 HDMI QUESTIONS
Hi!I am designing a hat with a CM4.The question is to the HDMI.I am trying to see if I need:1. ESD/EMI common mode filter on data / Clock, and if there is recommendation. I know the CM4 has some...
View ArticleGeneral discussion • NVME M.2 card from RPi Foundation
Good morning,Is there a planned release date for RPi5 NVME M.2 card from RPi Foundation ?Regards.Statistics: Posted by phil995511 — Mon Mar 04, 2024 4:19 pm
View ArticleAdvanced users • Re: Argon One Replacement Daemon
Trying to use the script to compile the Daemon on Fedora Workstation Edition on a Rpi4 8GB. I am getting a similar error I got when I was running Ubuntu Mate:Code: ___ __ / | _________ _____ ____ ____...
View ArticleDevice Tree • Re: RPI5: Issue with GPCLK0 Clock Generation on GPIO4 in ALT0 Mode
In about 30 minutes after this post, you should be able to do sudo rpi-update pulls/6013 and your DT overlay should now result in a clock on gpio4. Note that the driver will automatically try to find...
View ArticleGraphics, sound and multimedia • Re: After installing RPI-5 Bookworm Updates...
I ran into same 2.7.2 PrusaSlicer issue yesterday, after my younger son installed new firmware on my Prusa MINI+. Because 2.7.2 did not work (no display of plate) because of missing OpenGL 3.2...
View ArticleCamera board • Re: Building the New RPI Camera Apps.
Guys,Thanks for the input.I followed the build detail associated with the GitHub source code repository simply to understand how I would build any resulting program that embeds what I can learn from...
View ArticleGeneral discussion • Re: Reboot using crontab
I've got a Pi3 that runs a motion detection program that I reboot every night. I put sudo reboot in the crontab and it works fine.Thanks. Am I right to assume you use:Code: m h * * * sudo...
View ArticleAutomation, sensing and robotics • Re: Docker Build With Low RAM Causing OOM...
Yes, I think you are correct and I will try this first. Thanks for the suggestion @ejolson!Statistics: Posted by KingSchnitzel — Tue Mar 05, 2024 3:35 pm
View ArticleBare metal, Assembly language • Re: Need help with assembler OPcodes and gdb
The best way in my opinion is to read the ARM Cortex-A Series Programmer's Guide for ARMv8-A. This is a higher level overview of the processor. You'll want to read from the introduction through "The...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Using MB85RC256 FRAM chip with Pi
HiI have no idea if this may be of help to anyone trying to use i2c to communicate from a Pi to an FRAM chip such as the MB85RC256 .Though Adafruit distribute an 'FRAM breakout' (that seems to use the...
View ArticleGeneral discussion • Re: Anydesk failed to load GUI on raspberry pi 4 B,where...
It will work as soon as anydesk is modified to work on Bookworm 64 bit.You should be asking them for a proper response on where the stand with that.Statistics: Posted by memjr — Tue Mar 05, 2024 4:13 pm
View ArticleGeneral discussion • Re: Camera Module for Pi 5
camera_auto_detect=1 only works for genuine Pi cameras, which yours isn't.Follow the Waveshare wiki - https://www.waveshare.com/wiki/Pi5-IMX219If you do not use an official Raspberry Pi camera, you...
View ArticleTroubleshooting • Unable to delete kiauh files (doesn’t exist)
When I try to delete the said files I get hit with the text “file doesn’t exist” when I can clearly see it right in front of meStatistics: Posted by Pimuncher2042 — Tue Mar 05, 2024 4:18 pm
View ArticleTroubleshooting • Re: Unable to delete kiauh files (doesn’t exist)
File and directory names are case sensitive.Statistics: Posted by memjr — Tue Mar 05, 2024 4:19 pm
View Article