导航

    全志在线开发者论坛

    • 注册
    • 登录
    • 搜索
    • 版块
    • 话题
    • 在线文档
    • 社区主页

    f1c200 的 nand-flash怎么分开烧录 uboot dtb kernel

    Linux
    2
    2
    1034
    正在加载更多帖子
    • 从旧到新
    • 从新到旧
    • 最多赞同
    回复
    • 在新帖中回复
    登录后回复
    此主题已被删除。只有拥有主题管理权限的用户可以查看。
    • S
      s45123456789 LV 2 最后由 编辑

      f1c200s mangopi r3的nand-flash 用 sunxi-fel 分开烧录 uboot dtb kernel 的地址是多少呀?因为修改设备树的时候想单独烧录dtb,不想整个重烧img

      1 条回复 最后回复 回复 引用 分享 0
      • whycan
        whycan晕哥 LV 9 最后由 编辑

        board/allwinner/suniv-f1c100s/genimage-nand.cfg

        flash nand-128M {
                pebsize = 128K
                numpebs = 1024
                minimum-io-unit-size = 2048
        }
        
        image sysimage-nand.img {
                flash {
                }
        
                flashtype = "nand-128M"
        
                partition u-boot {
                        image = "u-boot-sunxi-with-nand-spl.bin"
                        size = 512K
                }
        
                partition dtb {
                        offset = 0x80000
                        image = "devicetree.dtb"
                        size = 128K
                }
        
                partition kernel {
                        offset = 0x100000
                        image = "zImage"
                        size = 7M
                }
        
                partition rom {
                        offset = 0x800000
                        image = "rootfs.squashfs"
                }
        }
        
        1 条回复 最后回复 回复 引用 分享 0
        • 1 / 1
        • First post
          Last post

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

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