Philip Howard

Results 1037 comments of Philip Howard

@jimmo the zero fill only accounted for something like 20ms of the startup delay, with the remaining ~120 being the initialised SRAM copy. Definitely worth the gains, but not the...

You don’t need to mess with perfection 🤣 That aside it looks like there might be a libUSB “inf-wizard” too. Though the suitability of a for-dummies installer wizard probably doesn’t...

@mcuee I don't think a standalone, beginner-friendly driver has been packaged yet? But if Zadig is the recommended approach- and it's worked so far- then it seems perhaps a little...

Thank you- I think the answer to most of your questions can be explained by stating: "I still have virtually no idea what I'm doing." Device-tree is completely opaque to...

Good question- the shutdown script is written in bash, so it's not the friendliest thing to reason about and change. I may not have an answer anytime soon.

Is there a command-line command you can use for wakeup? Right now the existing shutdown script doesn't have any good way to detect a momentary button press- it relies upon...

You would need the poweroff part of this script- I believe- to switch the latch in ON/OFF shim - https://github.com/pimoroni/clean-shutdown/blob/master/daemon/lib/systemd/system-shutdown/gpio-poweroff Without this your system will shut down, but power will...

This is supported natively by Linux (systemd) so you can just drop a script into `/lib/systemd/system-shutdown/` and it will be run before shutdown/reboot. See: https://www.freedesktop.org/software/systemd/man/systemd-halt.service.html If your script looks at...

Unfortunately not, I think the architecture of ALSA and the way it loads plugins, plus what it expects of them, means this project was somewhat doomed from the start- at...

Poor PiVuMeter sort of got left by the wayside due to some unresolved issues that didn't make it quite ready to push hard. However I did have a devel branch...