<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[f1c200 的 nand-flash怎么分开烧录 uboot dtb kernel]]></title><description><![CDATA[<p dir="auto">f1c200s  mangopi r3的nand-flash 用 sunxi-fel 分开烧录 uboot dtb kernel 的地址是多少呀？因为修改设备树的时候想单独烧录dtb，不想整个重烧img</p>
]]></description><link>https://bbs.aw-ol.com/topic/1911/f1c200-的-nand-flash怎么分开烧录-uboot-dtb-kernel</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 15:51:42 GMT</lastBuildDate><atom:link href="https://bbs.aw-ol.com/topic/1911.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 13 Aug 2022 08:48:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to f1c200 的 nand-flash怎么分开烧录 uboot dtb kernel on Sat, 13 Aug 2022 09:19:20 GMT]]></title><description><![CDATA[<p dir="auto"><em><strong>board/allwinner/suniv-f1c100s/genimage-nand.cfg</strong></em></p>
<pre><code>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"
        }
}
</code></pre>
]]></description><link>https://bbs.aw-ol.com/post/9426</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/9426</guid><dc:creator><![CDATA[whycan]]></dc:creator><pubDate>Sat, 13 Aug 2022 09:19:20 GMT</pubDate></item></channel></rss>