Raspberry Pi OS • Re: Possible to "upgrade" glibc without...
How about recompiling the program on your Pi instead of recompiling glibc or chrooting?Statistics: Posted by jj_0 — Sun Sep 29, 2024 9:03 am
View ArticleCompute Module • Re: Flashing hardware (µUSB connector separated from...
So yes, it will boot off of an NVMe drive.Oddly enough, the bootstrap in the MBR on the EMMC was zeroed out.AFIAK, there should not be anything from 0-440 in the MBR for Pi/BCM SoCs.There is a disk...
View ArticleBeginners • Re: Dataplicity error
Hi,i am using dataplicity for my home project. Suddenly it stopped working. After looking in log file i am getting the following error message:Code: `Failed to find compatible interpreter on path...
View ArticleCamera board • Re: Pi Camera Module 3 streaming issue
I stream to VLC (on a Win10 PC) like this: On PC, start VLC and Open Network Stream to:Code: tcp://192.168.1.151:4567192.168.1.151 is my Pi. Stream from the Pi:Code: rpicam-vid -t 0 --libav-format...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Raspberry Pi AI Camera on sale now at $70https://www.raspberrypi.com/news/raspberry-pi-ai-camera-on-sale-nowI've done a hands-on review for Hackster, if anyone's curious. And if you're not, I've still...
View ArticleTroubleshooting • Re: External Hard disk randomly Read-Only filesystem
An active USB Hub should fix your issue.All hubs are active devices. Did you mean a self powered hub?Statistics: Posted by thagrol — Mon Sep 30, 2024 9:29 am
View ArticleLinux Kernel • Re: 5.15.163 source code on rasberrypi/linux repository
Hi,Kernel 6.6.y is not supported on Ubuntu 22 server for the pi I think. It runs on a 5.15.y kernel. So I was wondering if there was an updated repository with this kernel(currently...
View ArticlePython • Re: CPU Temperature Test Not Working; Need File Format
In the first place, you should avoid the use of Python 2.7 and the encoding header was removed. Using the encoding header in Python 3.x code is wrong and will be ignored by the interpreter. Python 3...
View ArticleCompute Module • Re: Pi CM4 EUROCARD io Board ( Home-Lab ) Update
You might want to consider laying out the front panel PCB for several different displays - the availability and pinout of these even though they are the same size seems to change...
View ArticleGeneral discussion • Re: Video slow down help...
You don't tell us the source of the video. Is it a local video file on an SD card or is it stream from somewhere else?Statistics: Posted by andrew_pi — Mon Sep 30, 2024 9:50 am
View ArticleSDK • Re: 'clock_get_hz' was not declared in this scope
maybe I'm not doing this correctly: Code: #define PICO_CLOCK_AJDUST_PERI_CLOCK_WITH_SYS_CLOCK 1 static const uint32_t new_clk=266000; // OC266 does not cause spikes but gives more ringing on PID...
View ArticleBeginners • Re: Running a program on start up and after connecting to the...
@Murph9000As I said above, network-online.target is not internet-online.target and no such target exists.But yes, a systemd service is a better choice for almost anything than an @reboot cron job....
View ArticleAdvanced users • Re: Obtaining status from Witty Pi 4 L3V7 device
HiI am running a RPi 4B with a Witty Pi 4 L3V7 module to apply power management. Predominatly it is running Home Assistant in a Docker container.Also in the setup is a RPi 3B acting as a slave - this...
View ArticleTroubleshooting • Re: Cannot run in framebuffer mode, works in Bullseye but...
never managed to get this workingin the end I just had to use framebuffers /dev/fb0 and /dev/fb1 rather than XorgBut your app (if your using) needs to be able to display to themObviously something...
View ArticleGeneral discussion • Interaction with Mathematica 13.3.1 installed on a...
Running the most recent 64-bit version of Raspberry OS (complete with all apps) on my new Raspberry Pi 5, I got it via Raspberry Pi imager 1.8.5. Moreover, Mathematica 13.3.1 has been installed. It...
View ArticleAdvanced users • Re: Transcend SD card not booting on U-Boot with initial_turbo
Thanks! It seems to work Statistics: Posted by marmottus — Tue Oct 01, 2024 8:41 am
View ArticleGeneral • Re: ADC DNL on Pico2
OK, I've done it another way: injecting a signal with high frequency, low amplitude noise (around 4mVpp), managed to narrow down the mighty 'HOLE 0x5ff 1535', with help of a little program in C, ONE...
View ArticleUbuntu • Re: No gfx acceleration on Ubuntu on rpi5?
i run lite + gnome-core on both a rpi4-4gb & rpi5-8gbThat is RPI vendor kernel and various patches here and there in Debian Bookworm.Ubuntu 24 is something quite different. It depends a lot on how...
View ArticleBare metal, Assembly language • Re: Circle Context Switch
Hello, I was wondering if anyone could explain why the Circle OS only saves only x16-x30 and likewise d8-d15?Circle has a cooperative scheduler and the task switch is implemented as a subroutine, so...
View ArticleRaspberry Pi OS • Re: What to do if you don't know the root password
There's always systemctl rescue mode which allows you to reset the root password.https://ostechnix.com/how-to-boot-into- ... ntu-18-04/ (Don't worry about it being Ubuntu it will work with RaspiOS....
View Article