Beginners • Re: Can’t install ZFS on kernel 6.6.X
You can install newer zed, zfs-dkms and zfsutils-linux from bookworm-backports.First, add the following line to /etc/apt/sources.listCode: deb http://deb.debian.org/debian bookworm-backports main...
View ArticleMicroPython • Re: Dynamic USB Devices
If that's the case then the entire issue should be resolvable simply by making the behaviour conditional, not on instantiating, but on actually configuring and/or making active a dynamic...
View ArticleSDK • flash_get_unique_id causes exception
I found this legacy issue in this forum viewtopic.php?t=311617 however the solution of ensuring optimisation is off is not sorting this for me. I am using FreeRTOS SMP and SDK 1.5.1 I want to read the...
View ArticleCamera board • Re: gstreamer on RPI 5, "Range format is ambiguous"
No, it's still broken with just the libcamera source:$ gst-launch-1.0 -vvv libcamerasrc ! video/x-raw,format=NV12,width=1536,height=864,framerate=60/1 ! fakesinkSetting pipeline to PAUSED...
View ArticleGeneral discussion • PI stubbornly keeps jumping wifi networks
I set up a pair of PIs using the RPI Imager and put in my home wifi network. After I was finished with them I connected them to a different network for installation in a remote location with their own...
View ArticleAdvanced users • Re: PI5 and easy AI/CV/LLM
I've been running a lot of tests with Ollama on a Pi 5 8gb and learned a few things. The first thing is that you need a case that has both Active and Passive cooling. A case with either will not...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: How to Intercept and Display Signal...
now I have this Errorphoto_2024-03-25_23-58-07.jpgand here my codeimport serialimport time# Настройки соединения с модулемser = serial.Serial( port='/dev/ttyAMA0', # Подключение к порту ttyAMA0...
View ArticleGeneral discussion • Re: Help - GPIO Wiring & Script for Float Switch
Connect the float switch to a GPIO pin and GND.In your software, configure the GPIO pin as an input with pull-up.Read the GPIO when you want. If the value is high then the switch is open (pull-up...
View ArticleC/C++ • Re: Hardware PWM not working on RPI5 via sysfs.
To enable hardware PWM on Raspberry Pi 5 via sysfs, ensure the pwm module is loaded, activate dtoverlay=pwm-2chan in /boot/firmware/config.txt, then export PWM channels and set duty cycle/period...
View ArticleNetworking and servers • Re: Help with Network Gateway? Bridge?
For context, I am running Raspberry Pi OS Lite (64bit)Statistics: Posted by jrfiggz — Wed Mar 27, 2024 5:08 am
View ArticleC/C++ • Re: Up-to-date examples of basic GPIO
Unfortunately the libgpiod v2 didn't make it into the Debian that Pi OS is based on - even Bookworm. The Pi devs have indicated they are looking at packaging it for Pi OS, but in the meantime do...
View ArticleGeneral discussion • Re: PI stubbornly keeps jumping wifi networks
nmtuiedit - select - deleteStatistics: Posted by kerry_s — Wed Mar 27, 2024 5:10 am
View ArticleGeneral • Re: Pico issue, please help
@ghp - I can not express the words of how thankful i am for your help. i was able to go down the rabbit whole a little, and got it to work. i am still very new to micropython and to using pico w. i...
View ArticleHATs and other add-ons • Re: Need advice for HAT selection
If i were to use HAT, can you please suggest one.Statistics: Posted by emz — Wed Mar 27, 2024 5:19 am
View ArticleBeginners • Re: Add desktops & xscreensaver
Just getting back into Raspbien again after being away.A couple apps I'm struggling with1. Raspbian seems to be stuck at just one desktop. obconf seems to not be able to add additional desktops.obconf...
View ArticleTroubleshooting • Troubleshooting a Pi4B with no ethernet after upgrading to...
I had a working Pi4B on Raspbian Bullseye. I recently upgraded to Bookworm, and after restarting I have no internet. If I do "ip a" I have an eth0 adapter showing state "DOWN" even though it has link...
View ArticleTroubleshooting • Pi5: ls returns -bash Input/output error
I am running a 64-bit PiOS Bookworm on Raspberry Pi 5 and am eventually seeing in all consoles:Code: $ ls-bash: /usr/bin/ls: Input/output errorafter my robot drives around a bit. The robot commands...
View ArticleCamera board • How to setup IMX296 trigger/options?
I have an innomaker IMX296 color, I want to configure its parameters, the innomaker support is non-exsistent in terms of documenting software stuff.How do I modify the camera configurations? Trigger?...
View ArticleTroubleshooting • Re: Pi5: ls returns -bash Input/output error
I am running a 64-bit PiOS Bookworm on Raspberry Pi 5 and am eventually seeing in all consoles:Code: $ ls-bash: /usr/bin/ls: Input/output errorafter my robot drives around a bit. The robot commands...
View ArticleSDK • Re: Cmake can't find compiler: "No CMAKE_CXX_COMPILER could be...
Do you have the usual Fedora dependencies? "binutils, gcc, gcc-c++, cmake, make, doxygen, git toolchains"Code: type g++Code: g++ --versionStatistics: Posted by breaker — Thu Mar 28, 2024 3:33 am
View Article