Raspberry Pi OS • Re: Latest update
you just got to adjust your commandsdon't use upgrade, use full-upgrade insteadeven on your x86 debian you should be using the updated recommended commands or like you found out, not everything gets...
View ArticleGeneral • Re: RP2350 Production Programming without USB
I can't comment on the use of OpenOCD and SWD programming but my recommendation would be to include at least pads for USB then that bed of nails can be used to program via 'picotool'. That allows...
View ArticleTroubleshooting • Re: What is the L4 Chip in RPi 2B?
Alright, Thank you guys all Statistics: Posted by intelultra — Tue Apr 01, 2025 6:23 pm
View ArticleTroubleshooting • Re: Raspberry pi 5 active cooler not spinning when booting...
The problem comes from the sabrent USB to SATA adapter, since the fan does spin with the other ASMedia adapter.For example, trying this command on the sabrent adapter, I get nothing, while the ASmedia...
View ArticleBeginners • Re: Help wanted with NEMA17 stepper motors
Compare that with one of my previous tests with the Pi connected directly to the stepper driver, when the stepper motor operated correctly.Um... why don't you just do this?Statistics: Posted by ame —...
View ArticleCamera board • Re: How to develop drivers for the unsupported camera IMX415...
I had to put this aside for a few days but I'm back. One of the problems that I think I'm having is that I simply have a bad camera. Things that I've tried all along sometimes work and sometimes...
View ArticleSDK • Re: Where is PICO_PLATFORM specified when a board is used
Code: // pico_cmake_set PICO_PLATFORM=rp2350This is what sets the PICO_PLATFORM when you specify a board - these pico_cmake_set and pico_cmake_set_default comments are parsed by the SDK in...
View ArticleNetworking and servers • Re: TFTP boot to iSCSI root on 3B+
The last thing we see in your screenshot is that the script switches to logging to /run/initramfs/initramfs.debug, which is in a tmpfs that you will not be able to access until you can log in.I think...
View ArticleTroubleshooting • Re: Replacement DA9091 PMIC
Manufacturers might not like that, especially profit-driven businesses, but I bet there are a lot of things they don't like doing which they are forced to do through legislation. They'll just have to...
View ArticleGeneral • Re: "Can't convert str to int' error writing to SD card
Thank you all for your help and suggestions for a beginning (micro-)python hobbyist. Learned a lot.From all solutions published here I have chosen to do the string conversion of all variables in the...
View ArticleTroubleshooting • Re: argon neo 5 NVMe not detected
You've most likely missunderstood 'driver'! Make use of this overlay https://github.com/raspberrypi/linux/bl ... verlay.dtshttps://github.com/raspberrypi/linux/bl ... ADME#L4034Working assumption is...
View Article