Jump to content

maka

Members
  • Posts

    125
  • Joined

  • Last visited

Posts posted by maka

  1. 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";

  2. 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";

     

  3. 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