Device Tree • Re: PWM driver questions
Do you also have the following in your driver?Code: module_platform_driver(my_platform_driver);Without it, the kernel will not find your probe function.Thanks I didn't, what is device struct address...
View ArticleTroubleshooting • Re: Raspberry Pi400 booting on a rainbow screen
have you looked here...https://github.com/pimoroni/hyperpixel4Statistics: Posted by kip_the_elder — Mon Mar 11, 2024 2:55 pm
View ArticleAdvanced users • Re: Custom Linux, custom file system in RAM
You might get a speed increase with "init_turbo=30" in config.txt.Statistics: Posted by PhilE — Mon Mar 11, 2024 3:05 pm
View ArticleGeneral discussion • Proper shutter speed for camera
Hello UsersI am new to raspberry pi and I am sorry for any wrong comments or mistakes in my question. I was earlier working with imx 219 but camera stopped working. Now i am working with hq camera(imx...
View ArticleTroubleshooting • Re: Mounting Synology Shared Folder
If it did work this way, try adding x-systemd.automout to your fstab entryI have never been able to get it to work at reboot. Are you saying to use the sudo mount before the mount pointNo. I'm saying...
View ArticleGeneral discussion • Re: LED on RPI Without Breadboard?
If you search hard enough you can find pre-wired LEDs:https://www.amazon.com/MakerSpot-Pre-Wi ... B087TZ1K96Statistics: Posted by rpiMike — Mon Mar 11, 2024 3:22 pm
View ArticleTroubleshooting • Re: Wireguard on Android Client
wireguard just creates the tunnel/connection. You need to run whatever applications you'd use on a local network over that to access the Pi and its files.So, yes. An ssh client, a client for whatever...
View ArticleBeginners • Re: lxterminal commands
The "Done" message means that the background process has finished (you closed the terminal window). This message is delayed until you enter something on the terminal.Thanks for your help. I understand...
View ArticleCamera board • Re: [GS camera] rpicam-vid broken by latest updates? Always...
Not yet, it will be pushed into the stable release soon. Until then you can get it by doing:Code: sudo rpi-update pulls/6027Statistics: Posted by naushir — Tue Mar 12, 2024 2:57 pm
View ArticleTroubleshooting • Re: raspberrypi-ui-mods update package today - kills remote...
At least in my case this didn't change anything:Code: sudo nano /etc/xdg/autostart/env-display.desktop Code: [Desktop Entry]Type=ApplicationName=env_displayComment=Set display variable for systemd...
View ArticleTroubleshooting • Re: "sudo apt upgrade" throws a bunch of errors...
always use full-upgrade not upgradeCode: sudo apt update && sudo apt -y full-upgradeStatistics: Posted by kerry_s — Tue Mar 12, 2024 3:08 pm
View ArticleGeneral discussion • Re: Pi5 specific section in Documentation gone?
Perhaps that way naturally aligns with the way our stuff gets installed - the installation team is only really interested in the places they can connect wires, the monitoring and control team wants to...
View ArticleBeginners • Re: How to customise the app launcher in Bookworm?
right now the easy way is to right click > removethen add it back in the order you want by right clicking the item in the menuotherwise you can edit the settings file directly. just rearrange the...
View ArticleOfficial Display • Re: Touchscreen stays black depending on versions of the...
Does anyone at least know what the version marked in red on the picture stands for?I think they are some of the compliance numbers.How about the date on the top of the boards? There was definitely a...
View ArticleGeneral discussion • Re: RS485 Raspberry Pi
I really appreciate the response. My ultimate goal is to be able to write command data from the PI out to these servo motors. So it appears that I am receiving the data correctly, but displaying it as...
View ArticleCompute Module • Re: Kernel Panic on exec switch_root
To use the serial shell I had to disable hardware control flow in minicom.The issue with the first /init was that it was using mkfs which doesn't seem to work in this...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
apt install --reinstall libraspberrypi0 raspberrypi-bootloader raspberrypi-kernelStatistics: Posted by llevet — Tue Mar 12, 2024 3:21 pm
View ArticleGeneral • Re: Memory Problem with Pico and Camera HM01B0
Hallelujah! Now I get a video with HMB01B0, Pico and Raspberry Pi. The only difference is I mounted Pico at first run Arduino Sketch for flashing and start processing sketch. I am not sure if this the...
View ArticleAdvanced users • Raspberry Pi 5 continues to boot from SD card
Hi, two questions regarding boot order and drives:1. I have gone ahead and changed the BOOT_ORDER=0xf416 and the pi happily boots from the NVMe disk but if I reinset the bootable SD card, it will boot...
View ArticleBeginners • Create a second WiFI Login on Pi4 running Bookworm?
From what I have read, new Pi images running 'Bookworm' no longer use the old method of dropping a wpa_supplicant.conf file in the root folder of the SD card to configure WiFi, indeed the PiImager...
View Article