Raspberry Pi OS • Re: Start Docker and server at boot
docker-compose has a --detach option, have a look at that.And lave a look at this as well (goes in the docker-compose.yaml file):Code: restart: alwaysThere's more...
View ArticleDevice Tree • Re: Compiling my own kernels and DTB files
Sorry, I've just seen this question.You should treat the DTBs and kernel images as being matched pairs. That's not really in the spirit of Device Tree, which is meant to be a simple description of the...
View ArticleTroubleshooting • Re: Are RPi5 GPIOs slower than RPi4 GPIOs?
GPIO writes are serialised across PCIe. To get reliable, repeatable timings the simplest solution is to disable ASPM - Code: echo performance | sudo tee...
View ArticleSDK • Re: Talking through the USB port
hello_usb.c is here https://github.com/raspberrypi/pico-ex ... ello_usb.cStatistics: Posted by neilgl — Tue Oct 08, 2024 8:55 am
View ArticleOfficial Display • Re: Touchscreen + Buildroot + SDL (Pi4) - lack of touch,...
OK, that didn't work but some increasing enlightenment.The Buildroot mechanism encourages you to take the default (typically minimal) kernel config from the board definition and then add any extras...
View ArticleGeneral • Re: RP2350 PIO DMA performance question
I mostly got the idea from the PIO itself and the PlayStation 2 Vector Units which run two instructions at once, in practice on two separate units, and only on one of those units it can be a branch.I...
View ArticleRaspberry Pi OS • Re: Raspberry Pi OS bookworm release.
you can switch to X11(lxde) in raspi-configThanks that was great feature, now I can add 2nd panel as I need. Why does RPIOS 8nclude Wayfire if x11 setup is there and used in previous releases, seems...
View ArticleCamera board • Re: 64mp Hawkeye Arducam stops working after OS updates
https://forum.arducam.com/t/product-q-a ... /20?u=dionStatistics: Posted by gordon77 — Tue Oct 08, 2024 9:38 am
View ArticleRaspberry Pi OS • Create a new user with copied privilegues
What would the syntax be for creating a new user with following: Same privileges that current user have.Be able to sudo without passwordEverything i found online seemes to manually entering all the...
View ArticleAdvanced users • Re: GPIO4 what is the output in watt?
Because of local laws in my country (Netherlands) I am limited to what frequency I am broadcasting from my Pi. I plan on using rptix for a local pager network in my home. The max output I can...
View ArticleGeneral • Re: RP2350: SPI via PIO cannot be faster as 25 MHz
As noted in your other thread, part of the delay is down to the input synchronizers (2 clocks). There is also 1 clock delay between executing the PIO instruction that sets an output and that output...
View ArticleBeginners • Re: Good Case For RPi 5 w/SSD enclosure & fan?
Added a VESA option.https://www.thingiverse.com/thing:6790092Statistics: Posted by Phildc — Wed Oct 09, 2024 9:10 am
View ArticleCamera board • Re: Camera not detected "Raspberry Pi Camera Module...
What to do if your camera is not detectedStatistics: Posted by rpdom — Wed Oct 09, 2024 9:18 am
View ArticleGeneral discussion • Raspberry pi 5 Ubuntu booting error" BOOT ERROR:...
After the installation of Ubuntu 24.04 lts on pi5 I reboot it and i got an error BOOT ERROR: code 7 - 'Kernel is device-tree not found or is not compatible'I got no error on raspberry pi os but on...
View ArticleRaspberry Pi OS • Re: Create a new user with copied privilegues
Putting the user in the "sudo" group will allow the use of sudo, but will require the user's password to be entered. If you want the user to be able to use sudo without a password you'll need to...
View ArticleGeneral discussion • Re: Raspberry Pi Zero 2 WH
I solder my own usuallyStatistics: Posted by neilgl — Wed Oct 09, 2024 9:29 am
View ArticleGeneral discussion • Re: Raspberry pi 5 Ubuntu booting error" BOOT...
After the installation of Ubuntu 24.04 lts on pi5 I reboot it and i got an error BOOT ERROR: code 7 - 'Kernel is device-tree not found or is not compatible'I got no error on raspberry pi os but on...
View ArticleCamera board • Re: picamera2-WebUI - Amazing tool. But how to enable code to...
Glamor was used in the old days - not now."On Raspberry Pi 3 and earlier devices running Bullseye you need to re-enable Glamor in order to make the X-Windows hardware accelerated preview window...
View ArticleTroubleshooting • Re: Raspberry Pi 4 no longer working for some reason...
"I left it sitting too long without turning it on" - should not make any difference to the microSD card but you never know...Statistics: Posted by neilgl — Wed Oct 09, 2024 9:36 am
View ArticleHailo • Re: Hailo chip and speeding up general code and ML training with vscode
Ah, many thanks for the explanation...and getting my joke.Will need to get a beefier PC and one with a GPU.Statistics: Posted by apk19 — Wed Oct 09, 2024 9:37 am
View Article