macmpi
macmpi
zram may be a worthwhile option to consider to optimize RAM usage on Volumio [as discussed here](https://github.com/volumio/Build/issues/399#issuecomment-723138474). Several distributions successfully use it with overlay rootfs, like [openHABian](https://community.openhab.org/t/zram-status/80996) and [piCorePlayer](https://www.picoreplayer.org/) to...
(talking about the client side thing for now, not to confuse with `dhcpd` server side) I incidentally stumbled into some coherence issues in Client DHCP services: `wireless.js` seems to mostly...
Looking at interesting @tim-felix-lange work in [GPIO amp on/off plugin](https://github.com/volumio/volumio-plugins/pull/50), I was wondering how much it would make sense to add this as a new action within gpio-buttons. Keeping most...
With https://github.com/maxnet/berryboot/commit/9e129fd97e582db48b8a3af7aca56af21a4596f7 one major (and wishful) under-the-hood change is happening: transition from aufs to native overlayfs. It's a great move but comes with few questions: - (1) aufs is still...
Hi, [Busybox 1.30](https://busybox.net/) brought many feature enhancements and bugfixes: in particular TLS support has been greatly improved, which now allows much better HTTPS `wget` downloads [compatibility](https://github.com/maxnet/berryboot/issues/439#issuecomment-439105472). Any chance berryboot can...
Hi, Would it be possible to build SquashFS images compatible for BerryBoot, or provide explanations on how to do it? Following steps from BerryBoot "how-to" below: http://www.berryterminal.com/doku.php/berryboot/adding_custom_distributions does not produce...
One can boot PiZero without SD, with [rpiboot](https://github.com/raspberrypi/usbboot) and then kicking-up a NFS server over Ethernet-gadget mode. [Manual setup is a bit complex](https://dev.webonomic.nl/how-to-run-or-boot-raspbian-on-a-raspberry-pi-zero-without-an-sd-card), and it would be nice if piserver...
### Describe the bug With Pi Zero 2 W using 43436 SYN chip and `brcmfmac` driver, we can note that driver `modinfo` does not list relevant firmware file. This may...
Hi, As [MPD](https://www.musicpd.org/) is one of the most versatile audio player solution, I was wondering if there is any plan to build some sort of [MPD source plugin](https://mpd.readthedocs.io/en/latest/plugins.html#input-plugins) so that...
Now we have track name, can we try to pull album art (or radio station logo if missing) as best effort ? I found a pretty simple [mpd-friendly implementation](https://github.com/sdushantha/kunst) using...