Navigation

    全志在线开发者论坛

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • 在线文档
    • 社区主页

    T113S3烧录报错2880[T113_QA0008]

    T Series
    2
    4
    1013
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      tivon LV 6 last edited by

      大家好,目前用V1.2的SDK,下载时用256M的spinand正常,换了128M芯片,下载报错2880,需要修改哪里的配置呢?
      微信图片_20251114063833_24_78.png

      T 1 Reply Last reply Reply Quote Share 2
      • T
        tivon LV 6 @tivon last edited by

        @tivon
        uboot设备树
        &spi0_pins_a {
        allwinner,pins = "PC2", "PC4", "PC5";
        allwinner,pname = "spi0_sclk", "spi0_mosi","spi0_miso";
        allwinner,function = "spi0";
        allwinner,muxsel = <2>;
        allwinner,drive = <10>;
        allwinner,pull = <0>;
        };

        &spi0_pins_b {
        allwinner,pins = "PC3", "PC7", "PC6";
        allwinner,pname = "spi0_cs0", "spi0_hold", "spi0_wp";
        allwinner,function = "spi0";
        allwinner,muxsel = <2>;
        allwinner,drive = <10>;
        allwinner,pull = <1>; /* cs, hold, wp should be pulled up */
        };

        &spi0_pins_c {
        allwinner,pins = "PC2", "PC3", "PC4", "PC5",
        "PC6", "PC7";
        allwinner,function = "gpio_in";
        allwinner,muxsel = <0>;
        allwinner,drive = <1>;
        allwinner,pull = <0>;
        };

        内核设备树
        spi0_pins_a: spi0@0 {
        pins = "PC2", "PC4", "PC5"; /clk mosi miso hold wp/
        function = "spi0";
        drive-strength = <10>;
        };
        spi0_pins_b: spi0@1 {
        pins = "PC3", "PC7", "PC6";
        function = "spi0";
        drive-strength = <10>;
        bias-pull-up; /* only CS should be pulled up */
        };
        spi0_pins_c: spi0@2 {
        pins = "PC2", "PC3", "PC4", "PC5","PC6", "PC7";
        function = "gpio_in";
        drive-strength = <10>;
        };

        1 Reply Last reply Reply Quote Share 0
        • M
          momoyu LV 5 last edited by

          烧录的log呢? spinand型号是否在T113的支持列表里?

          T 1 Reply Last reply Reply Quote Share 0
          • T
            tivon LV 6 @momoyu last edited by

            @momoyu 已解决,就是设备树配置问题,我贴出来的设备树就是可以启动的。

            1 Reply Last reply Reply Quote Share 1
            • 1 / 1
            • First post
              Last post

            Copyright © 2024 深圳全志在线有限公司 粤ICP备2021084185号 粤公网安备44030502007680号

            行为准则 | 用户协议 | 隐私权政策