General discussion • Installing Bomgar on Raspberry Pi 5
I'm trying to install Bomgar on my new Raspberry Pi 5 in order to remotely check on WireShark captures. I've followed the instructions presented here:https://www.beyondtrust.com/docs/remote ......
View ArticleMedia centres • Re: Peppy player
I've tried to use Raspberry Pi OS with desktop and boot into console. There is the same issue with rotation. Though I didn't start X11. The good thing is that there is a sliding action...
View ArticleBeginners • RPI-5 does not boot anymore - UBUNTU 23.1
Hi community,Just started my RPI 5 ...but Does not boot at all... Cursor is blinking upper left. That's it ! Tried this command found on ubuntu website...sudo fsck -p /dev/sdb1Results:...
View ArticleCamera board • Re: Can't make gstreamer work in RPI 5
The libcamerasrc gstreamer plugin is very limited, its better to use libcamera directly in python or C++ and then use the gstreamer libraries or opencv to push the frames to your pipeline using...
View ArticleHATs and other add-ons • Equalizer for DigiAMP+ & RPi3B+
I have set up my RPi3B+ with DigiAmp+ HAT and some older boombox speakers with incorporated woofers. I installed LibreELEC to act as mediaserver.The sound is, well, non-optimal. I have tried to...
View ArticleGeneral • Re: Default GPIO settings need to be spelled out, user will trip on...
Yessir, thank you for highlighting it for me. That table does not capture the info that GPIOs are Schmitt trigger on reset. Documentation is hard. Well, it's easy to win on a forum by pointing things...
View ArticleGeneral discussion • Re: bookworm: where is IPv6 duid stored?
Truncate empty (without removing) the file /etc/machine-id.Thanks.! That did the trick. Great sleuthing btw.Statistics: Posted by wolfgangrupprecht — Mon Apr 08, 2024 1:51 am
View ArticleGeneral discussion • Clarification on using PL011 UART
I have a Pi 3 model B+ and want to connect to it using a USB to serial adapter and the GPIO pins for UART Tx/Rx.Reading the documentation however leaves me a bit confused as to what config options I...
View ArticleBeginners • RPi zero to led matrix
Hi I am new to using a RPI zero. My led matrix is not lighting up even when I followed the online tutorials (the same python script had worked when I was using RPI 4b to the led matrix). Is it because...
View ArticleBeginners • Mouse macros under wayland
Hi everybody,I'm looking for recommendations for a mouse macro recorder/creator.Optimally of like to press the record button, make my moves and then later create a script so I can replay my macro as...
View ArticleAdvanced users • Re: Pi 4 Unable to Boot Bookworm Lite Image From Network
Finally figured out the issue. It appears that these 2 lines are the one the causing the problemCode: dhcp-range=eth0,192.168.25.3,192.168.25.10,1ddhcp-range=192.168.25.255,proxyIf I remove the line...
View ArticleGeneral • Re: Very strange problems encountered using the RP2040's PIO to...
You can't do 'SET Y,118'. The maximum value for SET is 31.The common way to deal with needing large constants is to load them into one of the other registers - ISR, OSR, X, whichever you aren't using,...
View ArticleGeneral discussion • Re: Who knows about this resistance near CPU of Pi 4B?
Hello,The function of a resistor in the vicinity of a CPU, such as on a Raspberry Pi 4B, can vary depending on its placement and role in the circuit. Generally, resistors are used to limit current,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: What driver preceeded VC4 DRM?
Remembe that the EDID data is stored in an I2C EEPROM -> one possible solution for reading/writing it is shown here viewtopic.php?t=367924#p2206724Statistics: Posted by aBUGSworstnightmare — Mon...
View ArticleBeginners • Re: Mouse macros under wayland
Hi everybody,I'm looking for recommendations for a mouse macro recorder/creator.Optimally of like to press the record button, make my moves and then later create a script so I can replay my macro as...
View ArticleCompute Module • Can an emmc CM4 boot from an sd card?
I have a CM4 emmc (CM4104008) with 8 gb storage. Is it possible to run from an sd card?Statistics: Posted by tasslehawf — Tue Apr 09, 2024 1:53 am
View ArticleSDK • Re: Out-of-Memory Errors When Publishing MQTT Messages
In the file pico-sdk/lib/lwip/doc/mqtt_client.txt you'll find:1. Initial steps, reserve memory and make connection to server:You need to increase MEMP_NUM_SYS_TIMEOUT by one if you use MQTT!Did you...
View ArticleTroubleshooting • Ran into multiple issues on netboot Pi, need some help.
I managed to get a Raspberry Pi 4 to boot from my local network using dnsmasq and tftpboot. However, I encounter issues below:Not able to reboot/shutdown regardless of which command I useIt will...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
I am trying to figure out why my rpi4 does not reboot to 6.6. Instead it keeps booting to 6.1.It is currently running root on zfs and the rpool is in non-allocating state so zfs-kmod is in different...
View ArticleCompute Module • RTC on IO board not detected
Hi,Did not see an IO board forum, so hoping this post is OK here.I have an IO Board, with a battery installed (and confirmed supplying 3.1 VDC). I added `dtoverlay=i2c-rtc,pcf85063a,i2c_csi_dsi` to...
View Article