Jump to content

maka

Members
  • Posts

    131
  • Joined

  • Last visited

Posts posted by maka

  1. All you need is in this thread

    CSC Armbian for RK3318/RK3328 TV box boards

    And the special uboot is there.

     

    Quote

    The Multitool does not boot / How to burn image directly on eMMC:

     

    Some boards have the sdcard attached to an auxiliary (called also sdmmc_ext or external) controller which is not the common one.

    Forum findings declare that those boards are not able to boot from sdcard with stock firmware and they neither do in maskrom mode: the stock firmware always boots even if you put the multitool on sdcard.

     

    In such case, burning images directly on eMMC is the only way to have a working Armbian installation.

    You can follow these instructions by @fabiobassa to burn images directly on eMMC:

     

    https://forum.armbian.com/topic/17597-csc-armbian-for-rk3318rk3328-tv-box-boards/?do=findComment&comment=130453

     

     

    You have a chance to brick you device so if you don't understand something don't go ahead.

  2. I think your driver is already in armbian, but your chip is not identified. To get it working you can identify it in the ethernet node this way:

     

    mdio {
                compatible = "snps,dwmac-mdio";
                #address-cells = < 0x01 >;
                #size-cells = < 0x00 >;

                ethernet-phy@1 {
                    compatible = "ethernet-phy-ieee802.3-c22"; ====> compatible = "ethernet-phy-id7b74.4411", "ethernet-phy-ieee802.3-c22";

  3. Yes but is ICPLUS chip

     

    You can try this, maybe the chip is awaked

     

    mdio {
                compatible = "snps,dwmac-mdio";
                #address-cells = < 0x01 >;
                #size-cells = < 0x00 >;

                ethernet-phy@1 {
                    compatible = "ethernet-phy-ieee802.3-c22"; ====> compatible = "ethernet-phy-id001c.c916", "ethernet-phy-ieee802.3-c22";

     

  4. Where did you read the u-boot building?

     

    export BL31=../trusted-firmware-a/build/rk3568/release/bl31/bl31.elf [or]export BL31=../rkbin/bin/rk35/rk3568_bl31_v1.34.elf

    export ROCKCHIP_TPL=../rkbin/bin/rk35/rk3568_ddr_1560MHz_v1.13.bin

    make evb-rk3568_defconfig

    make CROSS_COMPILE=aarch64-linux-gnu-

     

    You have not done first and second step. This is an example for another board, an sbc better than your box, and the files you have to use is unknown. Don't use this ones or maybe you get a brick. You have been warned.

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines