Other • Re: How to clone on a 512GB micro sd card?
@Squidcoder - it would be a good idea to test your 512GB SD card to make sure it is not a fake using some tool like H2testw, especially if you bought it for a "good" price. My son bought one (without...
View ArticleDevice Tree • Re: Linux Device Tree and u-boot
Hi Charles,Thank you for your reply.I've just tried with the DT file from the mainline Linux source file not with this from u-boot.I've found a solution by using the generated DTB file stored in RAM...
View ArticleGeneral discussion • Screen blanking from Bash
Morning,Is there a way to turn screen blanking on and off from a Bash script?I need a screen to go dark at around 4pm, vcgencmd has gone for a burton, so I'm thinking I simply disable screen blanking...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
There is a discussion of a 16GB Pi 5 and why it is a technical problem for this generation of chip.Statistics: Posted by peterlite — Tue Jun 25, 2024 9:33 am
View ArticleGeneral • Re: pico too slow to read bits from dht22 ?
If your goal is to just read data from your sensor, then you would be better off using a pre-built library e.g. something like https://randomnerdtutorials.com/raspber ... cropython/ (This is just an...
View ArticleDevice Tree • Re: failed to add spidev0.2 on pi 4b
Post your overlay(s) here so we can see where it's going wrong.Statistics: Posted by PhilE — Wed Jun 26, 2024 8:06 am
View ArticleTroubleshooting • mmc0: Card stuck being busy! __mmc_poll_for_busy
ive been having an error with my pi5 on a lexar uSD cardCode: May 14 11:46:58 raspberrypi kernel: Linux version 6.1.0-rpi8-rpi-2712 (debian-kernel@lists.debian.org) (gcc-12 (Debian 12.2.0-14) 12.2.0,...
View ArticleGeneral discussion • Re: Reinstall RPi OS after removing XFCE
reason you can't do a clean install of the desktop versionStatistics: Posted by kerry_s — Wed Jun 26, 2024 8:31 am
View ArticleTroubleshooting • Re: Raspberry Pi 5 - NVME boot - McuZone MPS2280
Here's what I've done so far:1. **Tested Raspbian Installation**: Installed Raspbian on a microSD card.2. **Enabled PCIe**: Edited "/boot/firmware/config.txt" to enable PCIe by adding: Code: #...
View ArticleGaming • Re: windows 98 on pi zero 2w with dosbox-x
i would rethink the rpi0. buthttps://magpi.raspberrypi.com/articles/ ... h-dosbox-xStatistics: Posted by kerry_s — Wed Jun 26, 2024 8:37 am
View ArticleGaming • Re: (OpenMoHHA) Medal Of Honor: Allied Assault War Chest is now a...
I created some scripts for Linux x86-64 that require small changes to work on Raspberry Pi. The file names are slightly different on Linux with the ARM processors:...
View ArticleRaspberry Pi Connect • Re: Set up RPi connect on RPI5 with bookworm --ALL...
I’m just looking to screen share RPi5So what happens if I need to power off/on a headless RPI 5 is there an active screen set up after reboot? And what about auto log on should I enable...
View ArticleBeginners • Re: Request for Raspberry Pi 5 Datasheets, Peripheral...
The only peripheral doc we have is this one, but I suspect this is not what you are looking for.https://datasheets.raspberrypi.com/rp1/ ... herals.pdfYour comment on required peripherals is confusing....
View ArticleCamera board • Re: Raspberry pi 4 Camera enable
This post may help What to do if your camera is not detectedThe problem I'm having is that when I go to the Raspberry interface, in the tab where the camera should appear first, it doesn't appear....
View ArticleAutomation, sensing and robotics • Re: Open Source Project: IO-Link extension...
Hi, thanks for you interest. I would have modules for beta tests available, you can contact me through our webpage www.pinetek-networks.com.Statistics: Posted by anla-pinetek — Wed Jun 26, 2024 9:22 am
View ArticleGeneral discussion • Re: Pi 5 case for NVME?
Geekworm have an X1002 board for the base of the Pi and a P580 case to match. I do not know if the spacing is exactly the same as I use the X1002 board in the P580 for better cooling of the SSD....
View ArticleTroubleshooting • Re: Apache not accessible to internet. Losing my mind.
that is how you listen for both v4 and v6 at the same timeyou create a v6 wildcard bind, and the kernel will give you v4 connections as wellThis is another case whether the traditional tool (netstat)...
View ArticleGraphics, sound and multimedia • Re: Geekworm 790 for PI 5, inappropriate ioctl
Yes i tried to load an EDID using the same one i used for the Pi4 (https://wiki.geekworm.com/C779-Software)and i have the same ioctl error if i try to push it: Code:...
View ArticleTroubleshooting • Re: CM4 I2C i2cdetect shows no addresses
Test independent of your device.Short SDA to ground and i2cdetect should report all addresses as present.Short SCL to ground and i2cdetect should run very slowly (~1 sec per address) and nothing be...
View ArticleNetworking and servers • Re: Where/how to set dhcp range in NetworkManager?
NetworkManager starts a DHCP server and DNS forwarder.That is the problem. How do you configure the internal DHCP server started by NM?There are notes about configuring the NM DNS forwarder or at...
View Article