Beginners • Re: Arduino create agent for Raspberry Pi 5, arm64
neilgl,Thank you. After my usual struggling, and with your help, I was successful in installing the Go compiler in my RPi5.But, I still can not use the amd version of arduino-create-agent on my arm64...
View ArticleSDK • Re: Increasing USB CDC Transfer Speeds
I tried your solution now. checkout the new branch: https://github.com/donbommelon/2040_us ... Dev2_writeI am getting around a 1/8 of the proclaimed sample rate. 80k *12 = 960 000 Bit/s. A shame that...
View ArticleFrançais • Re: Pb, Configurer le réseau en bash...
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 !Une interface ne peut pas avoir un nom de plus de...
View ArticleGeneral • Re: Noise and transients when using VSYS
Hi alastairpatrick,Thanks.Yes. I dont drive anything direcly using GPIO.I use BC337s.I also have diodes across my relays.My supply is 15V (or 12V lead acid).I have a 7812 supplying 12V for the relays,...
View ArticleTroubleshooting • Re: Sudden unexplained measured Internet bandwidth reduction
There is something funky going on. I just ran speedtest-cli from my Linux Desktop and from my Pi5 running bookworm:Code: knute@knute-XPS-8700:~$ speedtest-cliRetrieving speedtest.net...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
The problem is that none of the operating systems (I have tested Ubuntu 64-bit and Pi-OS 64bit) that I have installed will boot.Instead PINN reboots and offers me the boot menu again(Duplicate...
View ArticleTroubleshooting • Re: Raspberry Pi 5 PWM control method inquiry
Hardware PWM is available on GPIO12, GPIO13, GPIO18 and GPIO19, though it's a little fraught with footguns (particularly locating the correct /sys/class/pwmchip* and ensuring the correct alt modes are...
View ArticleC/C++ • libgpiod RPI 5, C++, libgpiod-led not working.
I tried to use gpiod on the RPI 5 with C++. I have these installed: gpiod, libgpiod2, libgpiod-dev, libgpiod-doc. I tried using the libgpiod-led example code. It compiles, and runs, but does NOT...
View ArticleBeginners • Re: Firmware on RPi4B does not update.
On clean Bullseye the newest i can get is still 'Thu 11 May 2023 06:26:03 UTC (1683786363)' firmware. Looks like until you update to Bookwork you stuck with that version.If anyone has solution to that...
View ArticleGeneral discussion • RPi 5 with new NVMe Base from Pimoroni - strange Disk...
Hello,Just installed the subject NVMe with M2 256 Gbyte SSD. I had the RPi 5 working previously using a Samsung T7 SSD and it worked fine now i have the new NVMe installed ( i used the Rpi SD copy...
View ArticleGeneral discussion • Re: Pi 5 for flagship product boot experience is bad
Respectfully, you question my claim to have originally backed first gen pi was equally arrogant, offensive and confrontational. That was uncalled for so no need to get sensitive when I keep the same...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
My mouse scroll-wheel isn't working on the Pi5, it's a Logi M185 which I think is on the compatible list - any known problems with this? Or does it need to be enabled in settings somewhere?Has started...
View ArticleSDK • Re: pico_sdk_import.cmake question
You can try it. Afterwards, run cmake in a command prompt from the same directory the *.cmake file resides. The cmake file should print a message if the `if` branch is taken.Code: if (DEFINED...
View ArticleCompute Module • Re: Kernel Panic on exec switch_root
I don't have `file` in the initramfs.Which /sbin/init is it? /media/mmcblk0p2/sbin/init?On the computer that I'm creating the filesystem I get Code: $ sudo losetup -P -f rootfs.ext4$ sudo mount...
View ArticleFrançais • Pb mono après mise à niveau vers Bullseye (11)
Re,Je viens de faire une mise à niveau de Raspberry PI OS Buster (10) à Bullseye (11)...Suite à cette migration j'ai mono qui plante:Code: $ mono...
View ArticleBeginners • Re: New RP 4B 1st boot - HDMI screen not displaying
Thanks. I did and when rebooting I could see the updated version: 1:6.1.73.Sadly, -4K Screen still stays black. Tested both HDMI cables and both Sceen ports.-5K Screen blinks. This is a change from...
View ArticleTroubleshooting • Understanding sudo -u
My understanding of sudo -u <username> <command> was that it simply ran the <command> as the specified user. So can anyone explain the following:Code: pi@piradio:~ $ ls...
View ArticleAdvanced users • Re: Use MIPI image sensor with RPI CM4
Instructions for building the kernel are at https://www.raspberrypi.com/documentati ... the-kernelStatistics: Posted by 6by9 — Wed Mar 06, 2024 3:05 pm
View ArticleTroubleshooting • Re: Autostart bashscript with libcamera does not work
Regardless of whether with or without sudo, it simply doesn't work. However, it seems that something has started, because with the entry in rc.local, I can no longer manually execute camera.sh, I get...
View ArticleGeneral discussion • Re: Deactivate button for rpi 5
You might want to look at using a watchdog as a catch-all restart.Statistics: Posted by davidcoton — Thu Mar 07, 2024 2:31 pm
View Article