General • Serial forwarding on picodebug {cmsis-dap}
Hello, i just switched from picoprobe to picodebug {cmsis-dap}, and apart from noticing a nice speed improvement i found missing the nice port forwarding feature I am using debugprobe_on_pico.uf2 from...
View ArticleAdvanced users • Re: display panel kernel compile error
https://github.com/raspberrypi/linux/issues/6125 and viewtopic.php?t=369291#p2213507Keep an eye on this. Nothing more I can do for you.Statistics: Posted by aBUGSworstnightmare — Sat Apr 27, 2024 6:12...
View ArticleGeneral • Re: Pico to run multiple LED's with input buttons
Thank you for the responses, I am gauging from this it would be better to have a separate power supply for the LED's themselves - so I will take a look into this, also will look into parallel circuits...
View ArticleAdvanced users • Re: Booting NVMe on Dual NVMe board
Of course, I have to manually copy updates to the /boot/firmware partition from NVMe to the USB Key later on. For me, this appears the most simple way to have a system installed on NVMe at this...
View ArticleGeneral • Re: Serial forwarding on picodebug {cmsis-dap}
What do you mean by port forwarding? If you're talking about the UART then that is interface 1 and there is no additional configuration needed.Statistics: Posted by trejan — Sat Apr 27, 2024 6:19 pm
View ArticleDebian • Re: Issue in auto start with Debian
This is the guide I used for the other one.viewtopic.php?t=259383A five year old guide that is the sole post by its author. not a guide I would have put any faith into.Statistics: Posted by thagrol —...
View ArticleTroubleshooting • Re: Raspberry Pi 4b dead???
Have you read The Boot Problems Sticky yet?Statistics: Posted by thagrol — Sat Apr 27, 2024 6:23 pm
View ArticleRaspberry Pi OS • Re: 3.5mm audio jack not detected by OS
Look in sudo raaspi-config and in your config.txt to see if it is enabled.Statistics: Posted by thagrol — Sat Apr 27, 2024 6:25 pm
View ArticleTroubleshooting • Re: Display issues with RPI 4
It refused to post image on 2 displays at the same time but I did manage to boot into OS using just HDMI. Seems like there was something wrong with previous install and reinstall actually helped. now...
View ArticleAdvanced users • Re: Argon One Replacement Daemon
The power button is strange. I have it jumpered it to ignore, but if I can use it to shut down and power off, but I need to remove the power, wait and the add the power to restart it. I probably aught...
View ArticleTroubleshooting • Re: Pi5 8GB memory bandwidth significantly lower than Pi5 4GB
According to the first post in this threadviewtopic.php?p=2214750#p2214750the EEPROM was the April 20, 2024 release.Ah, I misunderstood. I thought you had run your own additional tests. Nevermind...
View ArticleTroubleshooting • Bookworm issue - Pico W, 'minicom' and 'break detect'
Many new moons ago I discovered how to determine when a 'break' was received by a Pico over the USB serial link. It basically involves providing one's own callback function in 'main.c' which overrides...
View ArticleBeginners • Re: Powering Pi 4 on and off as a car computer
The Pi will use a pin to signal when it is shutdown. That can be used as an input to your circuit to turn off the power. Having a fixed time delay runs the risk of the Pi not shutting down in that...
View ArticleGeneral discussion • Re: Powering Rpi 5 using DC to DC buck
I use this one, it works perfecthttps://a.aliexpress.com/_EI6TeFhThe custom wired buck and cables are going back to Amazon once they arrive... Better to have an all in one approach.Statistics: Posted...
View ArticleGeneral discussion • Re: Raspbian OS...
While you are waiting for attention there, have you tried the LITE variant of that OS distribution?Perhaps it is at the stage where it tries to launch a graphical desktop on your low-powered...
View ArticleOther programming languages • Re: Introduction to BBC BASIC
I have updated the BBC BASIC Console Mode editions (BBCTTY) to version 0.46: The main changes in this version are: The default amount of RAM allocated for the heap has been increased to 32 Mbytes...
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
What makes you think that it isn't?https://github.com/raspberrypi/linux/bl ... sd.c#L1521Statistics: Posted by jdb — Sun Apr 28, 2024 6:16 pm
View ArticleOff topic discussion • Re: Any PDF converter ideas?
Hi all,I'm looking for any file to PDF and vice versa converters. Like anything you have in mind. Thanks.OfficeLibe will save as PDF, I have not tried going from one of my PDF back to *.odtStatistics:...
View ArticleGeneral • A few pico projects with SDK
Here is a bundle of RPi pico projects for anyone interested. They are all done using the PICO SDK using the C (or C++) language.The SDK is pretty easy to install on major platforms - linux, windows,...
View ArticleTroubleshooting • Re: Broke audio with KDE System Settings
Found the solution after eight hours of research and experimentation. Install the pavucontrol-qt package and open it. Open the tab that lists devices. Click the box to show unlisted devices. HDMI...
View Article