Troubleshooting • Re: Unable to SSH into Raspberry Pi Zero 2W
I reimaged and am now seeing the activity light.Statistics: Posted by kaaanfused — Tue Sep 03, 2024 9:30 pm
View ArticleAdvanced users • One initramfs to rule them all (and in the darkness bind them)
For context, I'm working on an update to Network Boot A Pi Zero Via the USB Ethernet GadgetWhat I'm wondering is whether it is possible to have a single initramfs which contains the required modules...
View ArticleGeneral • Re: disabling TrustZone in RP2350 ?
The RP2350 bootrom will only boot an image which is PICOBIN_IMAGE_TYPE_EXE_SECURITY_AS_BITS(S) since the processor is in the secure state.Unspecified means what it says... an RP2040 binary does not...
View ArticleRaspberry Pi OS • Re: Updating "micro" Editor to the Latest Version
It's possible to setup APT to pull individual packages from testing/unstable/experimental/etc, if you are happy to take the risk. Beware of dependencies pulling in more than you really wanted from...
View ArticleGeneral • Re: PICO 2 - Corrected version availability?
Agree on the bad spelling, but not on the technique. Definitely the preferred way, and indeed the only way on many MCUs. And even if they are available you have to keep within the max total IO current...
View ArticleAdvanced users • Re: One initramfs to rule them all (and in the darkness bind...
and in the darkness bind themThis bit will fail, because USB is not a ring topography. I think you may need a Sau-ROM boot mechanism. (Sorry, I couldn't resist. My Hobbit-fu is weak.)Statistics:...
View ArticleGeneral • Re: Documentation updates
The "getting-started-with-pico.pdf" still links to a deprecated page for "GNU Embedded Toolchain for Arm" instead of the current.GNU Embedded Toolchain for ArmStatistics: Posted by breaker — Tue Sep...
View ArticleGeneral • Re: Continues SPI transfer
4.4.3.10. Motorola SPI Format with SPO=0, SPH=0 in RP2040 Datasheet saysIn the case of a single word transmission, after all bits of the data word have been transferred, the SSPFSSOUT line isreturned...
View ArticleGeneral • Re: What limits maximum external clock freq on GPIN0/1?
You understand my joke? You no zero sum? You iterate? You be mislead by detail? You subject matter expert? Think about it, but you don't have to worry.Statistics: Posted by dthacher — Tue Sep 03, 2024...
View ArticleGeneral • Re: Writing in file Pi Pico
...I am not aware of anyone who has implemented C++ file streams for the Pico.Have a look at SdFat.Statistics: Posted by carlk3 — Tue Sep 03, 2024 11:00 pm
View ArticleBeginners • Re: Step up, supprt, troublshooting, cs2 camera module
Please don't multiple post, You're just wasting peoples time... And 4 posts, really Statistics: Posted by wildfire — Tue Sep 03, 2024 11:00 pm
View ArticleSDK • Re: RP2350: systick gotcha - FYI
Correct hence the codeCode: #define shortpause(a){systick_hw->cvr=0;(void)systick_hw->cvr;while(systick_hw->cvr>a){};}Though perhaps my explanation was lacking/missing I would do something...
View ArticleGeneral • Re: Non blocking data logging on dual core system
FreeRTOS, like any RTOS, is a means of task switching. I don't think this runs anything "in parallel". Please correct me if I'm wrong about that.But you have two real hardware core processors that can...
View ArticleGeneral discussion • Re: I need help because I think I messed up
Try sudo apt install python3*Look in /var/log/apt/* to see what's gone missing.Statistics: Posted by DougieLawson — Wed Sep 04, 2024 10:17 pm
View ArticleTroubleshooting • Re: Rpi 3b+ suddenly becoming a brick until I don't replug it
Ok, so for the curious, a similar issue occured today near 9:30PM as well. And I found out that the system ran out of resources, because I used a `ssh xxx@x.x.x.x "cd x; exec 4</var/lock/x.lock;...
View ArticleGeneral discussion • Re: First quarterly report for Raspberry Pi Holdings PLC?
I suspect many people will be interested in the AGM they have to hold within 6 months of the annual report. Buy a few shares and you have the right to ask questions. Always interesting to watch CEOs...
View ArticleBeginners • Re: Looking for a good screen with certain spec
Any ideas on this? Thank you.Statistics: Posted by foul_owl — Wed Sep 04, 2024 10:36 pm
View ArticleGeneral discussion • Re: Official Foundation Pi 4 case has no holes for airflow?
Any suggestions on how we get it across that the Foundation is the educational side, and the Ltd is the bit that makes everything would be most welcome!!! It is frustrating that this is not yet well...
View ArticleRaspberry Pi OS • Re: How to access I2C device from user space
I had some time to verify this.I installed a new image using Raspberry Pi Imager, On reboot I updated all the software packages and rebooted. When I look for the humirdity1_input files:Code: $ find...
View ArticleRaspberry Pi OS • Re: LXTerminal not showing shift+e
Do you have [Caps Lock] on?Statistics: Posted by klricks — Wed Sep 04, 2024 11:06 pm
View Article