Advanced users • Re: CM4 VL805 firmware/bootloader challenge
The PCI remove/rescan experimental fix here https://github.com/raspberrypi/firmware ... 2745216756 may help with u-boot (not tested)Statistics: Posted by timg236 — Sat Mar 22, 2025 11:21 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Getting Consistent 0 Readings from...
Shouldn't we be running the MCP3008 at 3V3 not 5V?Statistics: Posted by neilgl — Sat Mar 22, 2025 11:39 am
View ArticleTroubleshooting • Re: power light blinking red
You might get some information out from the uart, but it's almost certainly a hardware fault that won't be fixable.Statistics: Posted by dom — Sat Mar 22, 2025 11:59 am
View ArticleBeginners • what should i make?
i bought the raspberry pi zero 2 wh, but i find it hard to think of what to make, does anyone have an idea, the parts i still need i will buy in any case, it has to be something with a screen, nothing...
View ArticleTroubleshooting • Raspberry Pi not connecting to the internet
I just realise that my Raspberry Pi isn't connecting to the internet. i.e. not getting updates plus browsers don't connect etc...I browse mainly using Windows, but need to install packages for a...
View ArticleBeginners • Re: Connection Problem
I've put them here:-pi@raspberrypi:~ $ ls -ltotal 48drwxrwxrwx 2 pi pi 4096 Nov 19 13:36 Bookshelfdrwxrwxrwx 2 pi pi 4096 Feb 13 15:30 Desktopdrwxrwxrwx 2 pi pi 4096 Feb 13 15:30 Documentsdrwxrwxrwx 2...
View ArticleRaspberry Pi OS • Re: Auto start script with systemd fails
Also, curious why you use CWD (current working directory) rather than PWD (present working directory)?Habit.That and writing for an audience that's expected to be more fluent in WIndows than...
View ArticleBeginners • Re: what should i make?
i bought the raspberry pi zero 2 wh, but i find it hard to think of what to make, does anyone have an idea, the parts i still need i will buy in any case, it has to be something with a screen, nothing...
View ArticleCompute Module • Re: Very satisfied by Raspberry PI 5CM
Hi,I'm struggling to get up and running with mine, don't suppose you could share some pointers as the form factor, case and full size HDMI port are appealing to me.Running with SD card plugged into IO...
View ArticleBeginners • phpmyadmin logon
Hi, after not beeing active with my pi for a few years I'm returning to an old project. I had ( some years ago ) installed php / mysql / apache on my pi and had a working web server with database.Now,...
View ArticleUbuntu • Re: Pi 3B board
Thank you for all the assistance. the commands were executed under ubuntu. Since what I do at work are all on ubuntu as well as all of my home equipment. Thought it would be easiest to continue under...
View ArticleBeginners • Re: How to overclock the pi 4?
editor /boot/firmware/config.txtCode: arm_freq=2000arm_gpu=600over_voltage_delta=6000I don't have those options like arm_freq and arm_gpu do i have to add them myself?Statistics: Posted by luckymouse...
View ArticleGeneral • Re: Assign variables to specific addresses?
Code: extern volatile SomeType my_var; asm("my_var = 0x20010000");If I understand things correctly this is actually slower than it needs to be. The volatile tells the compiler that the variable may...
View ArticleSDK • Re: Question about sm_config_set_sideset
Code: $ echo .program test > test.pio$ echo .side_set 2 opt >> test.pio$ pioasm test.pio | tail};static inline pio_sm_config test_program_get_default_config(uint offset) { pio_sm_config c =...
View ArticleRaspberry Pi OS • Re: so if i can make it
for purposes like to post online and stuff, so it is like a screenshot on a mac.Statistics: Posted by raspberry_pi_5 — Sun Mar 23, 2025 12:42 pm
View ArticleCamera board • Re: SLVS-EC When?
I suspect the SoC would lag far behind what the interface can provide in data rates. So it would be limited to lower resolution cameras. This interface usually feeds into a dedicated FPGA to do the...
View ArticleBeginners • Re: What do you use your R-Pi 5 for?
Boring stuff (headless)NFS serverElog serverApache Piwigo,Webdavubuntu server installed/running on usb ssdStatistics: Posted by pluffmud — Sun Mar 23, 2025 12:54 pm
View ArticleOther programming languages • Re: Basic on Raspberry
I didn't understand how to access Raspberry PI GPIO from BBC Basic.The library is gpiolib.bbc and there are example programs gpiodemo.bbc and gpiotest.bbc.Note that gpiotest.bbc tests the input...
View ArticleTroubleshooting • Re: No video with 12,6 display
Sorry terribleted if I answer you today but I came back from a business trip.I am a beginner, I did what you said, I added the command at the beginning of the line in /boot/cmdline.txt:...
View ArticleSDK • Re: Trying to just get started- native machine code into mpy file
In your Makefile,Code: MPY_DIR = $/home/pi/C/fibo/micropythonshould probable beCode: MPY_DIR = /home/pi/C/fibo/micropythonThe dollar sign is turning the absolute path into a relative oneStatistics:...
View Article