Raspberry Pi OS • Re: 'apt update' kernel bump query
It just seemed unnecessary and a waste of time to redo the 6.6.62 which I then delete with an 'apt autoremove'. 'apt autoremove' doesn't remove associated entities, for example, modules...
View ArticleBeginners • Re: Help wanted with NEMA17 stepper motors
- start with a simple test .. etcThanks for your detailed response. I have done most of the tests you suggest, so I'm currently at the stage of having verified that the Pi, the DM556T stepper drivers...
View ArticleNetworking and servers • Re: TFTP boot to iSCSI root on 3B+
The disk may be mounted, but the /init script in the initramfs is failing to switch to it, or at least not getting as far as execing the real init (systemd). /init exits with status 1. That is unusual...
View ArticleGeneral • Re: RP2350 Production Programming without USB
That's the plan for my RP2350 board. General process is picotool to load self test FW, run test, picotool to load production FWOne option is to load production code to Flash first, then use Run from...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Still working to make 2 custom OSes available to PINN as per your doc here: https://github.com/procount/pinn/wiki/H ... using-PINNThanks, building bsdtar per your instructions worked. I'm down to the...
View ArticleGeneral • Re: "Can't convert str to int' error writing to SD card
file.write("\n"+str(a)+" "+str(b)+" "+str(c)+" "+str(d)). Glad it's working. An alternative to that, which some may prefer or find more pleasing to the eye is -Code: file.write("\n{} {} {}...
View ArticleTroubleshooting • NodeJS failing to install.
In 2019 I started using NodeJS. It took a few minutes to install and I’ve been using it on a few Pi since then. Now one of the CF cards has failed and I’m trying to replace it. I started with a new...
View ArticleRaspberry Pi OS • Re: Is relatime broken?
Update inode access times relative to modify or change time. Access time is only updated if the previous access time was earlier than the current modify or change time. (Similar to noatime, but it...
View ArticleRaspberry Pi OS • Kernel - Linux 6.12.20+rpt-rpi-2712 - CPU hotter
Since the kernel update to 6.12.20+rpt-rpi-2712 my Pi5 CPU seem to be a little hotter38c (just browsing with firefox) or more where before the update to was 28c, I know the weather will effect the...
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. I was thinking that I may simply have a bad camera. Things that I've tried all along sometimes work and sometimes don't. Right now, I can't get any...
View ArticleTroubleshooting • Re: Replacement DA9091 PMIC
The DA9090 and DA9091 were specifically developed for Raspberry Pi and are not available for building into third-party products, which is why there is no datasheet, it's just not needed for the...
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 ArticleAdvanced users • Re: Keeping /var/log/journal under control
mines a fresh install, all are commented out.Code: # This file is part of systemd.## systemd is free software; you can redistribute it and/or modify it under the# terms of the GNU Lesser General...
View ArticleTroubleshooting • Deleted Data
Recently, when turning of my Pi, I forgot shut it down first. I've heard this can cause data do be lost, and that's exactly what happened. The next time I booted it, one of my files was missing. I...
View ArticleMedia centres • Re: RPi5 hardware acceleration
firefox is shooting for h265 support in version 137 for linuxchromium is suppose to have partial supportbut then again it's debian & h265 is heavily patented encumbered, big red flag for them to...
View ArticleAdvanced users • Re: How receive stable frequency for SPI for python ?
Thank you so much! I used the next command sudo nano /boot/firmware/config.txt via terminaland added core_freq_fixed=1 directly to the file and saved file Saved, reset. Is this correct?Because I did...
View ArticleRaspberry Pi OS • Re: Kernel - Linux 6.12.20+rpt-rpi-2712 - CPU hotter
Strange that my temps this morning are back to around 29c, where I would normally expect themCan only think the room was warmer than usual yesterday BTW my PI5 has a official PI Cooler but also a...
View ArticleBeginners • Camera Model 3
We are trying to get a camera to work, but keep getting these errors. We are using the information from Raspberry Pi Projects but it says the camera is not available. Any...
View ArticleBeginners • Re: Camera Model 3
viewtopic.php?t=362707Statistics: Posted by gordon77 — Wed Apr 02, 2025 8:34 pm
View ArticleTroubleshooting • Re: Observations of a Raspberry Pi 5 and hypotheses...
Something else to be considered: @BoardTester, you don't state what type of mouse connection (ie. wired or wireless?) or whether you also have a keyboard connected (if so again wired or wireless?) One...
View Article