Raspberry Pi OS • Re: RISC-V Emulator
Extracting the value of 'Perfect Number #25 ' using RISC-V Alpine container.Code: ubu@raspberrypi:~ $ podman run -ti amp24/amp_riscv /bin/sh/ # apk add nano fastfetch rust cargofetch...
View ArticleTroubleshooting • Re: Raspberry Pi 5 drops Wifi connection
Check that your router does not have a short lease time.What does this command show? Code: sudo iwlist wlan0 scan | egrep "Cell|ESSID|Signal|Rates"and this Code: journalctl | grep wlan0 | grep lease-...
View ArticleBeginners • Re: Where is /etc/default/rcS
Thanks, /boot/firmware/cmdline.txt already had fsck.repair=yes, like you said. All my efforts in googling mentioned grub and other solutions.Statistics: Posted by jools72 — Sat Nov 16, 2024 11:29 am
View ArticleTroubleshooting • Re: About the Black Screen Issue on Raspberry Pi 5 Bootup
Did you create the microSD card using Raspberry Pi Imager? If so we set the username (pi) and password in the Imager OS Customisation settings.I did create the SD card in Pi IMager, but I have already...
View ArticleTroubleshooting • Re: Pi5 hanging when transfering large files to NAS
Amazing! The 16K pages somehow interacted with something in your environment to trigger bad behaviour in the Linux kernel. Since there is a factor 4 difference in page size I'd want to check that...
View ArticleGraphics, sound and multimedia • Re: fruitbox MP3 jukebox
HiTechnically it's still active in that you can still post but to be honest it doesn't get used as much as it used to and replies are taking a lot longer.Most users now post to the 'Digital Jukebox...
View ArticleGeneral discussion • Re: Raspberry Pi Desktop for PC and Mac 64bit?
The Raspberry Pi Desktop for PC and Mac is based on a Debian system with a few additions and (mostly) cosmetic changes.If you want a 64-bit system, install Debian. You can tweak it to look like the...
View ArticleAI Camera - IMX500 • ValueError: tensor info length 260 does not match...
Hello, i finally managed to come to the Point where i have the network.rpk File. Starting the demo now gives me the result: imm@JSPI10:~/Projekte/aiCam/picamera2/examples/imx500 $ python...
View ArticleTroubleshooting • Re: 4k60hz issues
Users manual does not list supported resolutions, but indicates HDMI is 2.0 compliant.From your result above UHD framerate is 30Hz onlyCode: Detailed Timing Descriptors:DTD 1: 3840x2160 30.000000 Hz...
View ArticlePython • Re: Multiprocessing does not work
Just add [SOLVED] to the title..It will self close if no activity in about 6 months...Statistics: Posted by gordon77 — Sun Nov 17, 2024 11:19 am
View ArticleGeneral • Re: Cheap Pico boards can be dodgy, may not have a buck-boost
another thing to beware ofi was working on a pico project with another guy, and he sourced some pico clones that do thiswe then powered a full sized rpi off what was once the VBUS pin, what was once a...
View ArticleAdvanced users • Re: How to determine current i2c bus speed?
Ah - that's a different problem. There will be nobody else driving the bus, and the bus clock speed is not meant to change. What's happening is that the VideoCore CPU speed is changing - probably due...
View ArticleTroubleshooting • Re: What are differences between PiZ and PiZ2 in regards to...
There were some changes between the original Pi Zero 1.2 (without camera connector), and the later version 1.3 (with camera connector), but the test points used for power and USB connections are the...
View ArticleNetworking and servers • Re: OVM and Pihole running on the same Raspberry Pi...
How big are your storage devices and how fast should it be?My storage drive is a 4TB connected by the new powered Raspberry Pi USB 3 hub, works well and file transfer speeds are around 300Mbps...
View ArticleNederlands • Re: image maken van ssd
Heb je al gezocht hier op het forum?viewtopic.php?t=363884Statistics: Posted by zonstraal — Sun Nov 17, 2024 12:14 pm
View ArticleSDK • Re: Byte (re-)ordering when using 8-bit DMA towards SPI display?
The CPU writes in little. The RAM does not care. DMA needs to be told to read in little. 8-bit reads are neither little or big. 16-bit writes are little.This comes with a performance consequence or a...
View ArticleBeginners • Re: Need help with temperature sensor and display project
You didn’t specify which programming language you are using.- I have not yet decided. Was thinking about C/C++, since I rarely get to use them and wanted to give it a try. Any suggestions are...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
That parameter enables gen3 speeds instead of gen2 speeds. It is optional, so you don't need to add it to PINN.However, PINN has a config.txt file (just like Raspberry Pi OS and Retropie), so you can...
View ArticleLinux Kernel • Re: Mainline support status?
I haven't followed along on the mailing list, so forgive my ignorance; but the patch did make it to mainline 6.12, right?No. It's still not merged, and I need to nudge the clock and device tree folks...
View ArticleRaspberry Pi Connect • Re: enable-linger no longer works on rpi-connect 2.1.0
Apologies for the delay, I just re-tested after running sudo apt update and sudo apt upgrade on my Raspberry Pi Zero W:Code: mudge@raspberrypizero:~ $ cat /etc/debian_version...
View Article