MichaIng
MichaIng
Okay great. I wonder whether it's worth to flash it automatically on next DietPi update, or at least offer it or inform about it. Based on `$G_ROOTFS_DEV` being `/dev/mmcblk*` or...
The concerns are generally valid regarding the MOTD. While we currently use this ourself for single line sed hotfixes, where applicable, I want to replace this with a more transparent...
> This way the information will be still stored but nor displayed/executed. The file is not even downloaded in this case 😉: https://github.com/MichaIng/DietPi/blob/master/rootfs/etc/cron.daily/dietpi#L39-L43
In theory we could build the Allo driver ourselves (I did once to test a fix), but actually Allo does a great job to do this for every RPi kernel...
First part done by decoupling live patches from MOTD but having them shipped with the repository version file: https://github.com/MichaIng/DietPi/blob/master/.update/version
Btw, in the meantime the MOTD is provided by a Cloudflare worker and not loaded from our server anymore. So instead of hacking our server, not Cloudflare, respectively our account...
It actually makes sense, since the kernel/dtb package contains device trees for the Zero 2 and Zero 2W as well:  The bootloader is Zero 3 specific, but since it...
Try the following: ```sh G_CONFIG_INJECT 'fdtfile=' 'fdtfile=allwinner/sun50i-h616-orangepi-zero2w.dtb' /boot/dietpiEnv.txt reboot ```
> I still don't get why the carrier board (which is a usb hub connected over pogo pins) would work fine out of the box with the OrangePi Zero 3...
Some someone else test/verify this: https://dietpi.com/forum/t/manually-install-wifi-package-or-firmware-file/13182/21?u=michaing - Bluetooth only works when WiFi is enabled as well. Or more precisely, the `modprobe sprdbt_tty` fails as long as `modprobe sprdwl_ng` has not...