I had this problem too, thank the user B1oHazard I solved it. The problem is the NAND frequency in the .dtb... some x96 mini have a different nand. To fix it, you need to change the .dtb file:   You need to unpack your dtb file into dts via device-tree-compile tool. Install it in linux ubuntu using  sudo apt-get install device-tree-compiler decompile the dtb file: dtc -I dtb -O dts -o meson-gxl-s905w-p281.dts meson-gxl-s905w-p281.dtb edit this file searching for "mmc@7400
  • Reputation Points