Beginners • Re: Arduino create agent for Raspberry Pi 5, arm64
99% success.I decided to forget the Go/Gin error and restart reading the link that neilgl sent me. Slowly and methodically. Finally.(neilgl, you could be a dentist, because you like pulling teeth..)I...
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 ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
More info,Fresh pinn lite beta install, no modification. Standard screen (1980x1024). Raspberry OS with desktop.- Same issue, when I reboot without screen plugged, the pi 5 stuck.- Same issue also,...
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 ArticleNetworking and servers • Re: Which is the "Proxy"?
Depending on your software skills and the capabilities of your router, you may be able to configure the "non-proxy" Pi to listen to a different port number and forward that. Or your router may be able...
View ArticleAdvanced users • Hardware PWM documentation?
I'm specifically interested in non-Pi5 hardware PWM, but I can't find any official documentation on how to use it.The best I can find is a 3rd party python library here, which references some blog...
View ArticleTroubleshooting • Re: Raspberry pi 5 not booting and black screen
Update: I see weirdly stretched bootloader screen and then nothing (when it reads config.txt and all the stuff)Statistics: Posted by HappyRpi5Owner — Fri Mar 08, 2024 4:46 pm
View ArticleBeginners • Audio over HDMI and 3.5mm jack
Is there a reason that the older Pi OS(can't be run on pi4) can play sound over both HDMI and 3.5mm jack with automatic switching, but the new Pi OS can only do one or the other with no auto...
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 • Re: How do I connect the voltage source to the Pico ADC ?
This will show the configuration of the pins -Code: from machine import mem32def ShowPinStatus(pin): PADS_BANK0 = 0x4001C000 n = mem32[PADS_BANK0 + ((pin+1) * 4)] OD = (n >> 7) & 1 # Output...
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 ArticleDevice Tree • Re: rpi4 serial port - uart to usb
Can you show me your boot / config.txt / cmdline.txt no sorry that test environment was taken down in December 2022.Statistics: Posted by neilgl — Sat Mar 09, 2024 4:20 pm
View ArticleMedia centres • Re: Peppy player
I really like the convenience of the radio browser to find the station. I am using the 7" image with a Waveshare 7" HDMI (H) screen. I followed the instruction on the Waveshare wiki to configure the...
View Article