Beginners • Re: Can I use a 65w pd "charger/ power adapter" on a...
I was simply trying to stop needless destruction of hardware and a waste of money. I would be really upset if I destroyed my 8Gb raspberry Pi by using the wrong power supply. Derstroying something by...
View ArticleAdvanced users • Re: 4-pin GPIO PWM Fan Connect To rpi4
Analog audio uses PWM . If you want to use analog audio and PWM for the fan you will have to use PWM from GPIO12 i.e. But that requires you to change and recompile the overlay as I've not added...
View ArticleTroubleshooting • Re: Raspberry pi5 and power on from gpio 3
Changing POWER_OFF_ON_HALT from 0 to 1 in the Raspberry Pi EEPROM configuration means that when the Pi halts, the PMIC will power off the 3.3V rail, effectively cutting power to most of the board....
View ArticleGeneral programming discussion • Re: "AI assisted" programming?
How can something that is not sentient "understand" anything? You believing it to be the case does not make it so.I don't think I need to be involved in it either way. Sam Altman has forgotten more...
View ArticleAdvanced users • Re: How to detect Raspberry Pi 5 is power on through GPIO
It still kinda software, but it is at least boot related, but I would maybe improve it and just set specific pin high:Code: gpio=17=op,dhTest that first. I've no idea what state the gpio are left in...
View ArticleSDK • Re: SDK2.0.0: GPIO questions
Thanks for that.What is non-secure code? Under what conditions would code be non-secure?Statistics: Posted by matherp — Mon Sep 02, 2024 9:58 pm
View ArticleBeginners • debsig-verify Failed
I have been trying to figure this out for about a week now. I am trying to install a Tak Server on my RPi using Script Tactics tutorial on it. I have downloaded all the files from the Tak.gov website...
View ArticleOther projects • Adapting a daemon to Docker.
Greetings,I have been building a daemon in C++ on a Raspberry Pi 4 for some time now, and recently I've been looking into converting it to run under Docker. I'm pretty new to Docker, and I'm having a...
View ArticleGeneral • Re: disabling TrustZone in RP2350 ?
Is this the reason, in RP2350 datasheet 5.9.5.1. Minimum Arm IMAGE_DEF section, even though it says "Assuming CRIT1.SECURE_BOOT_ENABLE is clear", it uses PICOBIN_IMAGE_TYPE_EXE_SECURITY_AS_BITS(S)...
View ArticleTroubleshooting • Re: Unable to SSH into Raspberry Pi Zero 2W
I am using the default hostname and username at the moment. I do see the device now showing in device manager as BCM2710 Boot, but there now is not a green activity light on. Before I had a green...
View ArticleTroubleshooting • Re: watchdog process restart
Systemd has more useful functionality for this. You can set "Restart=on-failure", for example, to automatically restart the process if it exits with an unclean exit code. How is that different and...
View ArticleGeneral • Re: PICO 2 - Corrected version availability?
This is an astonishingly poor suggestion.Also*resistorsAgree 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...
View ArticleTroubleshooting • Re: Argon ONE V3 M.2 Case for Rpi 5 does not recognize NVMe
Thanks for the answer, Chris. I have re-routed the ribbon cable several times. Without success. I had also already removed the parameter “dtparam=pciex1_gen=3”. Nothing changed. I had searched the...
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 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: RP2350 Errata E9 - Pull-down lock-up
It appears MicroPython aren't following the traditional GitHub path of creating a branch to develop, add, test and bug fix new features and changes, but are using Pull Requests which aren't being...
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 discussion • Re: First quarterly report for Raspberry Pi Holdings PLC?
The mission of the Raspberry Pi Foundation: "Enabling all young people to realise their full potential through computing."So help me out here, what is the relationship between the Raspberry Pi...
View ArticleGeneral discussion • Re: I need help because I think I messed up
Start over. If you need stuff off the card then of course use another computer to back it up. Then reinstall your OS.Statistics: Posted by breaker — Wed Sep 04, 2024 10:03 pm
View Article