您尚未登录。

#1 Re: 全志 SOC » 在wsl下开发T113的主线linux(最新gcc+awboot+最新kernel+最新buildroot) » 2023-12-27 14:38:21

@erbuziren
大佬问题解决了吗?我也遇到了你类似的问题,我的原理图如下:
QQ图片20231227143313_20231227-1434.png
QQ图片20231227143540.png

设备树:
&mdio {
    ext_rmii_phy: ethernet-phy@1 {
        compatible = "ethernet-phy-ieee802.3-c22";
        reg = <1>;
    };
};

&emac {
    use_ephy25m = <1>;
    pinctrl-0 = <&rmii_pg_pins>;
    pinctrl-names = "default";
    phy-handle = <&ext_rmii_phy>;
    phy-mode = "rmii";
    phy-supply = <&reg_3v3>;
    phy-rst = <&pio 6 6 GPIO_ACTIVE_HIGH>;
    tx-delay = <7>; /*2~4*/
    rx-delay = <31>;
    status = "okay";
};

&pio {
    i2c2_pd_pins: i2c2-pd-pins {
        pins = "PE12", "PE13";
        function = "i2c2";
    };

    rmii_pg_pins: rmii-pg-pins {
        pins = "PG0", "PG1", "PG2", "PG3", "PG4",
            "PG5", "PG11", "PG12", "PG13", "PG14", "PG15";
        function = "emac";
    };
};

调试情况:
QQ图片20231227143743.png

#3 Re: 全志 SOC » T113-S3 主线UBOOT » 2023-11-25 17:19:53

我克隆下来后,编译报错:
配置:
make ARCH=arm CROSS_COMPILE=../gcc-linaro-7.5.0-2019.12-rc1-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- mangopi_dual_defconfig
编译:
make ARCH=arm CROSS_COMPILE=../gcc-linaro-7.5.0-2019.12-rc1-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-
报错:
  LD      spl/u-boot-spl
/bin/sh: 1: ../gcc-linaro-7.5.0-2019.12-rc1-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-ld.bfd: not found
scripts/Makefile.spl:526: recipe for target 'spl/u-boot-spl' failed
make[1]: *** [spl/u-boot-spl] Error 127
Makefile:2075: recipe for target 'spl/u-boot-spl' failed
make: *** [spl/u-boot-spl] Error 2

#4 Re: 全志 SOC » T113主线u-boot/kernel支持代码 » 2023-11-25 17:19:36

我克隆下来后,编译报错:
配置:
make ARCH=arm CROSS_COMPILE=../gcc-linaro-7.5.0-2019.12-rc1-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- mangopi_dual_defconfig
编译:
make ARCH=arm CROSS_COMPILE=../gcc-linaro-7.5.0-2019.12-rc1-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-
报错:
  LD      spl/u-boot-spl
/bin/sh: 1: ../gcc-linaro-7.5.0-2019.12-rc1-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-ld.bfd: not found
scripts/Makefile.spl:526: recipe for target 'spl/u-boot-spl' failed
make[1]: *** [spl/u-boot-spl] Error 127
Makefile:2075: recipe for target 'spl/u-boot-spl' failed
make: *** [spl/u-boot-spl] Error 2

#5 Re: 全志 SOC » 终于把V3s三个串口全部榨干, 控制台只能用 ssh 了, 泪崩 (dropbear大法好,还能秘钥登录) » 2023-05-17 17:38:55

@晕哥   

兄弟你好,想麻烦你个事情,有时间的话能调试下t113 tina的Wayland吗?谢谢!

#8 Re: 全志 SOC » Tina 2.0集成了哪些UI?求Tina环境下,移植LVGL的参考教程。 » 2023-05-16 09:11:21

@10*****231

我用芒果系统,编程的SDK里面自带的lvgl能成功运行,系统编译可以按这里来:
https://github.com/mangopi-sbc/Tina-Linux

我自己编译的lvgl应用也能运行于板子上,参考资料可以按以下连接来:
https://blog.csdn.net/pingxiaozhao/article/details/119744470

#13 Re: 全志 SOC » 全志T113-S3 MQ-R 使用Tina系统适配5寸屏幕失败:满屏幕闪烁、扫描线 » 2023-04-26 09:30:18

我的出现了同样的问题,但闪烁没你那么严重,按你的液晶设备树配置了我的uboot和内核的设备树参数,依然不行,是不是一定要更新全志的补丁?

页脚

工信部备案:粤ICP备20025096号 Powered by FluxBB

感谢为中文互联网持续输出优质内容的各位老铁们。 QQ: 516333132, 微信(wechat): whycan_cn (哇酷网/挖坑网/填坑网) service@whycan.cn