<?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[麻雀T113-s3, 修改boot大小后，烧录TF报告异常]]></title><description><![CDATA[<p dir="auto">因为启动驱动文件变大，修改了<code>sys_partition.fex</code></p>
<pre><code class="language-bash">[partition]
[partition_start]
    
    [partition]
        name         = boot-resource
        size         = 504
        downloadfile = "boot-resource.fex"
        user_type    = 0x8000
    
    
    [partition]
        name         = env
        size         = 504
        downloadfile = "env.fex"
        user_type    = 0x8000
    
    [partition]
        name         = env-redund
        size         = 504
        downloadfile = "env.fex"
        user_type    = 0x8000
    
    [partition]
        name         = boot
        size         = 16384   /// 修改了此处，8192 -》 16384
        downloadfile = "boot.fex"
        user_type    = 0x8000
    
    [partition]
        name         = rootfs
        size         = 262144
        downloadfile = "rootfs.fex"
        user_type    = 0x8000
    
    [partition]
        name         = private
        size         = 10240
        user_type    = 0x8000
    
    [partition]
        name         = rootfs_data
        size         = 262144
        user_type    = 0x8000
    
    [partition]
        name         = UDISK
        user_type    = 0x8100
</code></pre>
<p dir="auto">pack后正常。<br />
用PhoenixCard烧录TF卡报错。</p>
<pre><code class="language-bash">E: 正在格式化
E:正在烧写
E: ..烧写完成
E: ..烧写完成
E: [MBR]烧写完成
E:[boot-resource]烧写完成
E: [env] 烧写完成
E:[env-redund]烧写完成
E:[boot]烧写完成
E: Burn([rootfs] start pos = 84432 sec) error.
E: Start pos over the step[boot](start: 75240(sec) + length: 8480(sec) = 83720(sec) &gt; 83432 sec.
E: 烧写失败 616
</code></pre>
]]></description><link>https://bbs.aw-ol.com/topic/4122/麻雀t113-s3-修改boot大小后-烧录tf报告异常</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 06:50:23 GMT</lastBuildDate><atom:link href="https://bbs.aw-ol.com/topic/4122.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 24 Aug 2023 08:11:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 麻雀T113-s3, 修改boot大小后，烧录TF报告异常 on Fri, 25 Aug 2023 01:00:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/1915">@awwwwa</a> 刚测试，重载 img, 就可以了</p>
]]></description><link>https://bbs.aw-ol.com/post/18223</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/18223</guid><dc:creator><![CDATA[gonboy]]></dc:creator><pubDate>Fri, 25 Aug 2023 01:00:38 GMT</pubDate></item><item><title><![CDATA[Reply to 麻雀T113-s3, 修改boot大小后，烧录TF报告异常 on Thu, 24 Aug 2023 09:37:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/1915">@awwwwa</a></p>
<p dir="auto">烧录时，选择的是启动卡<br />
修改了各个 start ，都是一样的报错！</p>
<pre><code class="language-bash">;-------------------------------------------------------------------------------------------------------------
;
; card_script.cfg
;
; 2009-11-20 11:11:23
;
;-------------------------------------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
; 处理步骤
;-------------------------------------------------------------------------------
[process]
version=300
mode=product
;null	 非法	0
;product 卡量产 1
;bromrun 卡启动 2
;update  卡升级 3
;test    卡测试 4
;null表示跳过
;start 起始扇区号码
;sectors 扇区个数，0表示自动根据文件size进行自动处理
;-------------------------------------------------------------------------------
;
;-------------------------------------------------------------------------------
[boot_0_0]
main=12345678
sub=1234567890BOOT_0
start=16
sectors=0
type=1
;0 raw
;1 1层
;2 2层
;x 其他
param0=0
param1=0
param2=0
param3=0
param4=0
param5=0
param6=0
param7=0
commen=pheonix card_00
commchs=烧写第一部分
;-------------------------------------------------------------------------------
;
;-------------------------------------------------------------------------------
[boot_1_0]
main=12345678
sub=BOOTPKG-00000000
start=32800
;32800 -&gt; 32800+8192=40992
sectors=0
type=1
;0 raw
;1 1层
;2 2层
;x 其他
param0=0
param1=0
param2=0
param3=0
param4=0
param5=0
param6=0
param7=0
commen=pheonix card_10
commchs=烧写第五部分
[card_boot]
start            = 49152
;40960 -&gt; 40960+8192=49152
;-------------------------------------------------------------------------------------------------------------
; 结束
;-------------------------------------------------------------------------------------------------------------

</code></pre>
]]></description><link>https://bbs.aw-ol.com/post/18209</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/18209</guid><dc:creator><![CDATA[gonboy]]></dc:creator><pubDate>Thu, 24 Aug 2023 09:37:51 GMT</pubDate></item><item><title><![CDATA[Reply to 麻雀T113-s3, 修改boot大小后，烧录TF报告异常 on Thu, 24 Aug 2023 08:23:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/649">@gonboy</a><br />
修改cardscript.fex 将起始扇区改大</p>
]]></description><link>https://bbs.aw-ol.com/post/18203</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/18203</guid><dc:creator><![CDATA[awwwwa]]></dc:creator><pubDate>Thu, 24 Aug 2023 08:23:31 GMT</pubDate></item></channel></rss>