Posts by bumerc

    look here

    - i have updated u-boot binary

    Quote

    -Added support for RGMII interface, since all versions of the X96Pro + boards use the H5007NL 1000BASE-T module

    -For the correct functioning of the network connection, you must use gxm_q200_3g.dtb file

    1. Go through the installation instructions.

    2. Before you write u-boot.bin to the emmc memory, replace the dtb.img file with gxm_q200_3g.dtb in the / flash directory and rename it dtb.img again. Then replace existing u-boot.bin by updating version and follow the installation instructions.

    download

    updated u-boot.bin@LPDDR3-792Mhz

    So,

    what do you need to devise an u-boot image for the green CZ-S32-V2.2 H96Pro+?

     

    for the tests:

    u-boot.bin.sd.bin_DDR3@792Mhz

    u-boot.bin_DDR3@792Mhz

    -Added support for RGMII interface, since all versions of the X96Pro + boards use the H5007NL 1000BASE-T module

    -For the correct functioning of the network connection, you must use gxm_q200_3g.dtb file

    Here is the modified file for devices with 3Gb RAM, for LE kernel

    gxm_q201_3g.dtb.zip

    The bootloader has not been tested, use at your own risk!

    ok., please test this version

    u-boot.bin.sd.bin_clk_792Mhz

    tip:

    when reinstall - fill the space for the u-boot with zeros

    Code
    dd if=/dev/zero of=/dev/sdX bs=1 count=442
    dd if=/dev/zero of=/dev/sdX bs=512 skip=1 seek=1 count=2047

    then

    Code
    dd if=u-boot.bin.sd.bin of=/dev/sdX bs=1 count=442 && sync
    dd if=u-boot.bin.sd.bin of=/dev/sdX bs=512 skip=1 seek=1 && sync

    Do not rely on the manufacturer's information. Try to use gxl_p281_1g.dtb or gxl_p281_2g.dtb