Results 2858 comments of MichaIng

@NewbieOrange When you find time, have you tried renaming `s5p4418-nanopi2-rev05.dtb` to `s5p4418-nanopi2-rev06.dtb` or `s5p4418-nanopi2-rev08.dtb`, whether this works without explicitly defining `dtb_file` in U-Boot env?

Nope, with the ancient kernel there are only other issues programmed, and the effort to implement and maintain a second build is too high, given the low amount of users...

Okay, based on U-Boot output indeed the `04` dtb is selected automatically. Difference is small, but obviously sufficient to break boot on NanoPi 2 Fire: - https://github.com/friendlyarm/linux/blob/66b79c8/arch/arm/boot/dts/s5p4418-nanopi2-rev05.dts - https://github.com/friendlyarm/linux/blob/66b79c8/arch/arm/boot/dts/s5p4418-nanopi2-rev04.dts >...

Okay see here: https://stackoverflow.com/questions/53790232/goodix-driver-not-loaded-from-arm-device Actually exactly your model, but the `vdd_arm_dummy` regulator used, which is added by the `04` dtb: ``` [ 3.146000] DVFS: ASV[0] IDS(10mA, 7) Ro(110, 82)​ [...

Seems so. Leaving the LCD interface enabled is even better as long as there is no device tree overlay do enable it again. So I think I'll take the risk...

Image updated with the new DTB in place for M2, 2 Fire and Fire 2A. I also gave the scripts included with the firmware package some minor coding update (best...

The bind mount is clever to avoid the need to basically erase the SD card apart of its boot dir and move that boot dir to its root. Is that...

> difference between symlink and (bind) mount is that the symlink is done in a later stage. The symlink does not need to be done, it is simply there, as...

😄 so true, and so long it is somewhere on my ToDo (contributing changes to the Pi-hole uninstall script).

The tool is now called `armbian-install` 😉. Thanks for testing with symlink. So we have some longer term test with a simple solution to in case add to an own...