General discussion • Re: Pi 5 - Active Cooler Longevity
i got dibs on 1.5 years Statistics: Posted by kerry_s — Wed Mar 06, 2024 12:51 am
View ArticleCompute Module • Re: Kernel Panic on exec switch_root
exec switch_root /media/mmcblk0p2/ /sbin/initrun "file" on that "/sbin/init"what does it return?add "ls -lh /media/mmcblk0p2/sbin/" just before that exec, what does it output?Statistics: Posted by...
View ArticleBare metal, Assembly language • sdhost access on rpi4
Hi all,is there any known example code showing how to access the sd card using sdhost on rpi4?I believe I have to configure some GPIOs and possibly some other undocumented register before I even get...
View ArticleBare metal, Assembly language • Re: sdhost access on rpi4
on the pi4, the sd socket is not wired to the normal gpio arraythere is a custom mux that routes the sd socket pins between the new emmc2 controller, and the old arsan sdhci controller i believesdhost...
View ArticleGeneral discussion • Re: Pi 5 for flagship product boot experience is bad
Statistics: Posted by jason_kidd — Thu Mar 07, 2024 12:24 am
View ArticleAdvanced users • Re: PI5 and easy AI/CV/LLM
does Pi4 support ollama?Statistics: Posted by cjan — Thu Mar 07, 2024 12:26 am
View ArticleTroubleshooting • Re: Pi5 sdcard and slot hot when running benchmarks
The Pi5 (and Pi4B -- possibly the Pi3B+) uses all the available metalwork as a heatsink. So the heat is coming from the SOC. A heatsink on the SOC should be a sufficient solution -- either the Active...
View ArticleTroubleshooting • pi5 running insanely hot (80C +) with 40% cpu load
Hi all, I have a pi5 with a passive aluminum heatsink (this to be specific: https://www.amazon.com/dp/B0CN8NQC47)Idle, it's around 42C.When running my python script (which I intend to have running...
View ArticleTroubleshooting • Re: Can Not Open Access to Console the Root Account is Locked
You can't fix it from the prompt it gives as there is no root password set (and there shouldn't be).You have options:Make sure all drives that your Pi expects are connected at boot.Reconfigure your pi...
View ArticleTroubleshooting • Re: RPi 4 NVME over Network transfer speed issue
Interesting. Your disk is significantly slower than mine (Kingston A400 on a Startech USB3 adapter), but not sufficiently slower to be your root cause.You said that you're copying TO the NVME drive,...
View ArticleBeginners • Using a Raspberry Pi as a remote VPN access point
Hi,Currently I am using an Amplifi Teleport hardware device to access my local network when I am away from my home network. It basically uses the wifi available in the remote location to create an...
View ArticleBeginners • Re: What are the backup and recovery best practices?
I'd also suggest keeping OS and critical data on separate physical devices. Sure, it's a little extra config but it makes life much easier when you need to fix a badly broken OS or want to upgrade...
View ArticleSDK • Re: fatal error: pico/stdlib.h: No such file or directory
Thank you! You are correct, I was doing make in the project directory, not in the build directory. I am glad it was just something stupid on my end. I obviously need to do some more learning about...
View ArticleNetworking and servers • Re: Is WayVNC fixed?
Thanks for the hint.You can disable ipv6 in /etc/wayvnc/config file changing the address line from :: to 0.0.0.0Thanks for replying, but does wayvnc still work for you after disabling ipv6 ?since it...
View ArticleCamera board • Re: Failed to allocte a buffer using uvc camera
You can see here how to disappear this error message: https://forum.arducam.com/t/camerabin-e ... amera/4715Hi,Thank you for your update.However, we are facing the problem with the UVC camera on...
View ArticleC/C++ • Re: libgpiod RPI 5, C++, libgpiod-led not working.
BINGO! YAHTZEE! The link AndyO posted to youtube has a link to download code that works. That code does indeed work. Sam Wechsler's code did the trick for me. S. Wechsler pointed out that he was...
View ArticleTroubleshooting • Re: Sudden unexplained measured Internet bandwidth reduction
I followed the instructions here: Speedtest CLI to uninstall and reinstall the speedtest CLI. It worked as described, but I still get:Code: pi@raspcondo:~/webcam $ speedtest --version2.0.2Results are...
View ArticleSDK • Re: pico_sdk_import.cmake question
Here's the problem:viewtopic.php?t=316408In a huge amount of code I see posted, I see people setting PICO_SDK_PATH in their CMakeLists.txtThe intentions that you NOT set it there (otherwise people...
View ArticleAIY Projects • AIY request is invalid.
Please help me with AIY-voice-kit Ver.2.It recently stopped working and when I checked it out, the error was that the token had expired.After trying many things, I re-created the project.Then I got an...
View ArticleGeneral • Project with lipo battery, now I want to measure the capacity
Hi! I have a complete project with a 12v lipo battery (3cells) a 12v servo, an lm2596 step-down to power a ssd1306 screen with a rotatory encoder and the pico. The problem is, now i want to measure...
View Article