导航

    全志在线开发者论坛

    • 注册
    • 登录
    • 搜索
    • 版块
    • 话题
    • 在线文档
    • 社区主页
    1. 主页
    2. zzc775
    Z
    • 资料
    • 关注 0
    • 粉丝 0
    • 我的积分 193
    • 主题 1
    • 帖子 2
    • 最佳 0
    • 群组 0

    zzc775LV 2

    @zzc775

    193
    积分
    0
    声望
    1
    资料浏览
    2
    帖子
    0
    粉丝
    0
    关注
    注册时间 最后登录

    zzc775 取消关注 关注

    zzc775 发布的最新帖子

    • 回复: SPI nand 打包出错

      @daizebin 搞错了flash类型,已经切换回nor flash,这个问题不存在了

      发布在 V Series
      Z
      zzc775
    • SPI nand 打包出错

      我将原本的spi nor 启动修改成spi nand启动,打包的时候出错了,请问改怎么解决

      Warning (unit_address_vs_reg): Node /soc@29000000/pinctrl@0300b000/twi2@0 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /soc@29000000/pinctrl@0300b000/twi2@1 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /soc@29000000/pinctrl@0300b000/twi3@0 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /soc@29000000/pinctrl@0300b000/twi3@1 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /soc@29000000/pinctrl@0300b000/twi4@0 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /soc@29000000/pinctrl@0300b000/twi4@1 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /soc@29000000/pinctrl@0300b000/sdc1@0 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /soc@29000000/pinctrl@0300b000/pwm8@0 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /soc@29000000/pinctrl@0300b000/pwm8@1 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /soc@29000000/pinctrl@0300b000/pwm9@0 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /soc@29000000/pinctrl@0300b000/pwm9@1 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /soc@29000000/pinctrl@0300b000/standby@0 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /soc@29000000/pinctrl@0300b000/standby@1 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /soc@29000000/pinctrl@0300b000/rgb24@0 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /soc@29000000/pinctrl@0300b000/rgb24@1 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /soc@29000000/card0_boot_para@2 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /soc@29000000/card2_boot_para@3 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /soc@29000000/nand0@04011000 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /soc@29000000/spi@4025000/spi_board0 has a reg or ranges property, but no unit name
      Warning (unit_address_vs_reg): Node /soc@29000000/spif@4f00000/spif-nor has a reg or ranges property, but no unit name
      Warning (unit_address_vs_reg): Node /soc@29000000/lcd0@05461000 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /soc@29000000/clk_test@0x12345 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /aliases@45100000 has a unit name, but no reg property
      Warning (unit_address_vs_reg): Node /gpu@1800000 has a unit name, but no reg property
      Conver script to dts ok.
      ERROR: The root partition specified by the command line does not match the partition table
      ERROR: Please be on the DTS chosen/bootargs node Detect variable root= 
      stsmart@stsmart-H410M-H:~/work/Allwinner/tina-fastboot-v85x$ 
      
      发布在 V Series
      Z
      zzc775