Advanced users • Re: How to (need advise) increase the size of the boot...
A small update on progress:I have recreated an SD card like yours.NOOBS was replaced with PINN.P7 and its filesystem were shrunk.However, I need to update the tools included with PINN as they...
View ArticleAdvanced users • Re: PI 4 ATSC stream debugging with FFMPEG and azap
Did some more digging and found azap doe nothing more than tuner the tuner. trying to pipe the tuner output with/bin/cat /dev/dvb/adapter0/dvr0 | ffmpeg -loglevel debug -i pipe:0 -f null -Still no...
View ArticleBeginners • Re: Viable portable power supply for RPI 5?
If the 4.5Amps of the one I've suggested isn't enough, why not use two of them - one to Pi5 and one to the servos ? A lot easier to wire up than a drill battery and various buck convertors, very few...
View ArticleGeneral discussion • Re: Raspberry Pi 2 new installation, no icons
I downloaded RP and installed on a new SD card. It loaded but the only thing visible on screen is this Japanese ficherman and the waste basket. What do I do to get the menu up on screen?Did you use...
View ArticleBeginners • Re: How do I get around Debian not recognising architecture types?
You CAN NOT get X86_64 assembler to run on any ARM processor, they are different device types. It will never work, you are wasting your time. Write your code in C/C++ and COMPILE it on ARM. Forget...
View ArticleTroubleshooting • Re: I break my active cooler spacer
for example when i stress test my board for 5 or 10 min i feedback for temp around 67CEasily within tolerance levels (80 Degrees + before your pi even thinks about throttling), I wouldn't call 67c...
View ArticleBeginners • Re: Transitioning from USB Drive to HDD for OS
I agree with Thagrol.I always keep the OS and data on different devices if at all possible. It makes recovery much easier.Could you point me to a tutorial or suggestion showing how to achieve this...
View ArticleSDK • Re: Raw SDK performance is worse than arduino-pico
Thanks all for your interest and comments! To enable easier testing for you, I uploaded all files into a Github repo, which includes the C sdk code, arduino code, and python script for serial...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Getting CM4, Waveshare...
Many thanks for the advice I received here. The camera is working, and I probably wouldn't have been able to do it without your help. I'd hoped to document my working configuration and post it here,...
View ArticleBeginners • Re: Issue with PI apps and Minecraft download
No, now when I type : "sudo apt install Pi Apps" I get answer " Unable to locate package Pi" and "Unable to locate package Apps"...what should I do now?Thank you all for help.Statistics: Posted by...
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
The CQ allow-list changes have been merged and the associated munging of the sd_cqe dtparam is now documented in /boot/firmware/overlays/README. This will shortly become the default across all...
View ArticleSDK • Run fails in Pico Extension on Windows, need Zadig?
Windows 10 Pro, latest VS Code, and Pico Extension. Run issues.A Pico with Bootsel button held down appears as a drive, no problem. A .uf2 can be built from a created from example blink and dropped...
View ArticleGeneral discussion • Play sound according to time in an excel file
Hi everyone and thank you in advance. I am new to the pi ecosystem and i have an idea but not sure how to make it happen. - i want to run an android/IOS app on raspberry pi (not sure which type,...
View ArticleRaspberry Pi 400 and 500 • Re: RPi 500, no M.2
The reason I want it is because it's faster and more dependable then micro SD, which can wear out over time.SSD also wear out over time. Granted, they're better at wear leveling and...
View ArticleGeneral discussion • Re: Wll we get a better replacement option for desktop...
Use timeshift for system backups.deja-dup, pika backup, rsync, etc for backing up your /home data.I have used my pi400 as my desktop computer since 2021, I have had very few problems.Yes that was...
View ArticleTroubleshooting • Re: Networks in upper 5 GHz Wi-Fi not found
Why is your WiFi country code not set? You MUST set that before doing anything else. Use sudo raspi-config then option 5 then L4.Statistics: Posted by DougieLawson — Fri Jan 10, 2025 10:16 pm
View ArticleOff topic discussion • Re: Connecting RPi to WiFi in a school
If it were me, I'd consider a number of possibilities (which have--pretty much--already been suggested). First is to have a chat with whoever manages the school WLAN to see if that person would be...
View ArticleGeneral discussion • How to use SSH with two Linux machines?
Hello,This is my first time using SSH, and I want to use SSH to control my Raspberry Pi 400, from my laptop running Linux Mint 22 (Wilma). Do I need to do any setup in the Pi's terminal? In case you...
View ArticleGeneral discussion • Having error mounting my SSD Drive
Hi everyone, I'm brand new to Linux and I'm having trouble mounting my SSD Drive to my Raspberry Pi 1.My ultimate goal is to get the Pi to become a NAS Drive Hub where I'm able to host my drives over...
View ArticleGeneral discussion • Re: How to use SSH with two Linux machines?
Hello,This is my first time using SSH, and I want to use SSH to control my Raspberry Pi 400, from my laptop running Linux Mint 22 (Wilma). Do I need to do any setup in the Pi's terminal? In case you...
View Article