Raspberry Pi OS • Re: Reboot using crontab
@thagrolI had removed sudo from the crontab text (it was m h * * * sudo reboot) when you said it was not required but it does not reboot without it, so I have now re-instated sudo and it works...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Hello,I have a pi 5 and a toushscreen with a resolution : 1360x768Thanks to : https://github.com/procount/pinn/issues/780I use kernel8.img and pinn.rfs from this version :...
View ArticleBeginners • Re: OS installation for Raspberry Pi 5
Thank you everybody !Statistics: Posted by Pras09 — Fri Mar 08, 2024 3:57 pm
View ArticleBeginners • Re: Need programming guide or register space for 7Inch Capacitive...
As rpdom says, ask the manufacturers.You can follow the discussion over reverse engineering Waveshare's drivers at https://github.com/waveshare/Waveshare-DSI-LCD/issues/4 (yes it's a GPL violation)....
View ArticleDevice Tree • rpi4 serial port - uart to usb
Hi there,So I have been reading about this now, and I am every time more confused so I thought I would ask here. After upgrading the OS on my pi4 (8gb version) it did not boot again, I believe the...
View ArticleNetworking and servers • Re: Which is the "Proxy"?
Is it the proxy that will handle the incoming traffic or...?Yes, the proxy receives the incoming traffic and passes on the relevant parts to the other system.Thanks - atleast I have a starting...
View ArticleTroubleshooting • Re: Kernel panic while booting RPI5 over clocked to 3ghz
Don't overclock the second board then?https://www.makeuseof.com/silicon-lotte ... -the-same/Statistics: Posted by jdb — Fri Mar 08, 2024 4:09 pm
View ArticleAdvanced users • Re: Pi5 - PWM on GPIO 18
A quick check suggests there may be around 80 overlays that need fixing. Here's a random example: https://github.com/raspberrypi/linux/bl ... si#L70-L72Statistics: Posted by PhilE — Fri Mar 08, 2024...
View ArticleCompute Module • Re: Kernel Panic on exec switch_root
Thanks a lot for your help!I don't get an error and I do see a prompt over serial. I do not see the prompt on the HDMI display. Progress, but I don't know how to type in it.Code: [ 4.667099] mmcblk0:...
View ArticleTroubleshooting • Re: Raspberry Pi only detecting audio but no video input of...
Bookworm is being used by meStatistics: Posted by anro2245 — Fri Mar 08, 2024 4:15 pm
View ArticleTroubleshooting • Re: Raspberry Pi 5 HDMI
Thank you so much my Raspberry is working now so thank a lot. I did try doing it this way /boot/firmware/cmdline.txt but it did not work so I ended up having to put the sd card in to my PC and going...
View ArticleGeneral • Re: Wi-Fi country code for the UK ?
Thanks for that; particularly the file which I hadn't found myself.It was a combination of it being "CYW43_COUNTRY_UK" and not "CYW43_COUNTRY_GB" and a flawed tutorial which used "UK" which had me...
View ArticleGeneral • Re: How do I connect the voltage source to the Pico ADC ?
RP2040-E6 mentions that on early boards (RP2040B0, RP2040B1) the digital inputs on the ADC pins are not disabled by the bootrom but the SDK should perform this function. If you are doing anything...
View ArticleCamera board • Re: pibooth install error, "externally- managed-environment
Should the command to install it (when in the active venv) be Code: pip install piboothStatistics: Posted by neilgl — Sat Mar 09, 2024 2:55 pm
View ArticlePython • Re: Python Program Adaptation
And don't worry, the PI 4 is compatible with RPi GPIO?The Raspberry Pi provided 'RPi.GPIO' is not compatible with any Pi using Bookworm, but the third-party replacement is.Statistics: Posted by hippy...
View ArticleTroubleshooting • Re: Init.d/dhcpcd does not exist
Yeah I realized the issue with that article. I figured out that a lot of the info was just on the deluge documentation. This question is irrelevant.Statistics: Posted by iagas — Sat Mar 09, 2024 3:11 pm
View ArticleGeneral • How to share a library between bootloader and application
I'm about to write a bootloader for a can bus interface. The application just like the bootloader need the can bus library and I want to link the library in a specific section on the flash, so that...
View ArticleFrançais • Re: Boot home assistant sur ssd nveme Raspberry pi 5
Le config.txt se trouve dans la partition 1 et est accessible sous window.Statistics: Posted by mike913 — Sat Mar 09, 2024 3:36 pm
View ArticleBare metal, Assembly language • Re: usb host on raspberry pi 4
Thank you Statistics: Posted by yaw moo — Sat Mar 09, 2024 3:48 pm
View ArticleCompute Module • Re: Compute Module 4 GPIO Function Guide
3. If equipped with EMMC, it is connected using SD0_x function via internal GPIO 48-53.the emmc interface exists outside of the normal gpio arrayhttps://docs.google.com/spreadsheets/d/ ......
View Article