Jump to content

Edoardo Coen

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Edoardo Coen

  1. 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@74000" block max-frequency = <0x5f5e100>; 5f5e100 in hex = 100000000 in dec edit it to 0x2faf080, 50000000 in dec compile with dtc -I dts -O dtb -o meson-gxl-s905w-p281.dtb meson-gxl-s905w-p281.dts for Armbian_20.10_Arm-64_focal_current_5.9.0.img I prepared the file for you (see attachment) meson-gxl-s905w-p281.dtb
  2. Hi, I have 20 x96 mini 2/16. I noticed that into the box with Sk Hynix Nand I can't install to emmc and I have some problems (I/O...). I think this could fix. How can I change this value? Or can you share your .dtb file? thank you!
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines