SDK • Re: VS Code Pico Extension: Switching to RISC-V Architecture
I'm not sure why that wouldn't be working, compiling that project with the extension using your CMakeLists.txt works fine for me. Could you double check the ~/.pico-sdk/cmake/pico-vscode.cmake file...
View ArticleAdvanced users • Re: systemd service ran fine on CM4 doesn't work on CM5
While not solving your problem, can't you use the /dev/serial0 alias to remove the need to detect which platform you are on?That's a good shout, I hadn't spotted that it was an alias. Is it guaranteed...
View ArticleSDK • Re: prevent "Downloading Picotool"
I build alongside the 'pico-sdk' directory, outside its tree, and that worked without issues for me.Is '~/pico-sdk/src/rp2_common/boot_bootrom_headers' the right directory ?I have my SDK and most...
View ArticleHATs and other add-ons • Re: Geekworm x1009
How many disks do you have connected to the X1009?Do you have any external power connected directly to the X1009?Statistics: Posted by bls — Tue Dec 10, 2024 2:30 pm
View ArticleBeginners • Re: Should a RPi be powered off completely before disconnecting...
I also am inline with David & DS256... doing all connection/disconnection activities with all power removed is never going to bite you. Weird leakage and backpower paths might get you if you have...
View ArticleRaspberry Pi OS • Re: RPi 5 8GB RAM failed reboot and exit to initramfs
boot from NVMe first, then USB.Any reason for NVMe first? Is it for data security reasons? Can another person boot Linux from a plug in usb thumb drive and gain access to the NVMe?I noticed that my...
View ArticleAutomation, sensing and robotics • New idea for dryer monitor
Most of the dryer monitors that I've seen rely on vibration or power consumption monitors. I've got another idea...I have a small fridge next to my dryer and I've wired up a DS18B20 that I intended to...
View ArticleGeneral discussion • Re: I have an idea but im not software knowledgable.
Again, it's not the 'stupid dish' IMHO but the lack of providers understanding how to support seniors.No its the stupid dish, they know how to use it but the dish company has increased their bill 6...
View ArticleOther projects • BBC Emulator as an O/S for Pi
Is there a BBC emulator which runs as an OS on the pi? I think the solution is to launch Beebem (or another emulator) on start up but wondered if the difference in underlying CPU architecture stops a...
View ArticleTeaching and learning resources • Re: Advent of Code 2024
I suspect the algorithm was made intentionally slow in order to improve the parallel scaling. I wonder how often that technique is used in real applications.Fido went into a barking frenzy and...
View ArticleRaspberry Pi OS • Re: mouse cursor bad
I did a new install of pi os the latest 64bit version - on pi5. The mouse cursor looked ok.Then I switched to X because that works with remote X apps. later I thought well maybe it is better with X...
View ArticleSDK • Re: Need help with SDK and newlib.
You need:Code: -DPICO_STDIO_SHORT_CIRCUIT_CLIB_FUNCS=0By setting it to one, you are enabling the short circuit.Statistics: Posted by Memotech Bill — Wed Dec 11, 2024 2:03 pm
View ArticleBeginners • LED turned on by one script, need "reset" button to...
I am using Tasker to send an SSH message to a RasPi when I get a message. That script turns on an LED so I can see that I missed an incoming text message. I would like to have a physical GPIO button...
View ArticleTroubleshooting • Re: Pi 5 LED glows solid green and M.2 AI Hat glows solid...
Hi, I recently purchased a Raspberry Pi 5 with the AI kit. I carefully installed the M.2 AI hat and fastened the screws and also installed the OS on an SD card and have made sure it is mounted...
View ArticleTroubleshooting • Re: Screenshot gnome version fails
Hi,I'm on Pi5 64-bit Desktop OS and installed the Gnome Screenshot.I select the typical options of select screenshot or screenshot the window, but nothing happens?That tool is not compatible with...
View ArticleBeginners • Re: Systemd Permission Denied on .venv directory
neilgl, thank you for your quick response!Adding the user got me through to the next gate. I googled and found that in addition I needed to change the ExecStart to:Code: ExecStart=/bin/bash The script...
View ArticleBeginners • Re: LED turned on by one script, need "reset" button to...
What's the code that turns the LED on via SSH message?How does that interact with this separate process trying to control the same hardware?You possibly need to stay in a program loop. I think...
View ArticleAdvanced users • Re: systemd service ran fine on CM4 doesn't work on CM5
Well the lack of debug output I've found is down to systemd's default config on Raspbian:Code: $ sudo nano /etc/systemd/system.conf#LogLevel=infoSo at least I have some diagnostics now... still...
View ArticleCompute Module • Re: CM5 Dev Kit Fan Clearance issue
If they are going to use a poxy little fan that makes noise with little throughput it should be at the side, then a monitor could go on top.However, the best fans are as used in the pi5 active cooler...
View ArticleMedia centres • Re: Peppy player
The problem with rotation showed up after switching from the Buster OS to the Bookworm OS. The last release with Buster was Kandinsky Edition. Picasso Edition was based on the Buster OS and there is...
View Article