<?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[韦东山的V851s开发板打包的时候报错，请问怎么解决]]></title><description><![CDATA[<pre><code>'/home/ubuntu/tina-v853-open/out/v851s/lizard/openwrt/u-boot-sun8iw21p1.bin' -&gt; '/home/ubuntu/tina-v853-open/out/v851s/lizard/pack_out/u-boot.fex'
copying additional files
handle partition_size
sunxi_dtb create
p=soc c=product state=0
p=soc c=power_sply state=0
p=soc c=target state=0
p=soc c=card_boot state=0
p=soc c=card0_boot_para state=0
*** buffer overflow detected ***: terminated
./pack: 第 747 行：  7200 已中止               （核心已转储） $DTC_COMPILER -p 8192 ${DTC_FLAGS} -@ -O dtb -o ${LICHEE_PLAT_OUT}/sunxi.dtb -b 0 -i $DTC_SRC_PATH -F $DTC_INI_FILE -d $DTC_DEP_FILE $DTC_SRC_FILE
ERROR: Conver script to dts failed
</code></pre>
]]></description><link>https://bbs.aw-ol.com/topic/6029/韦东山的v851s开发板打包的时候报错-请问怎么解决</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 00:02:44 GMT</lastBuildDate><atom:link href="https://bbs.aw-ol.com/topic/6029.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 23 Dec 2024 10:18:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 韦东山的V851s开发板打包的时候报错，请问怎么解决 on Tue, 31 Dec 2024 07:03:15 GMT]]></title><description><![CDATA[<p dir="auto">老哥，解决没？我也碰到了，不过解法很简单<img src="https://bbs.aw-ol.com/plugins/nodebb-plugin-emoji/emoji/android/1f644.png?v=9vrjmbh7mr2" class="not-responsive emoji emoji-android emoji--face_with_rolling_eyes" title=":face_with_rolling_eyes:" alt="🙄" /></p>
<pre><code>
diff --git a/scripts/dtc/updatetree.c b/scripts/dtc/updatetree.c
index 74c621e1..e2159bf6 100644
--- a/scripts/dtc/updatetree.c
+++ b/scripts/dtc/updatetree.c
@@ -432,7 +432,7 @@ void create_pinconf_node(const char *section_name,
        phandle = sunxi_dt_add_new_node_to_pinctrl(pinctrl, section_name, ep-&gt;name, gpio_name, value, dti);
        if (phandle) {
                d_pinctrl_x = data_append_cell(prop-&gt;val, phandle);
-               propname = malloc(strlen(prop-&gt;name));
+               propname = malloc(strlen(prop-&gt;name) + 1);
                strcpy(propname, prop-&gt;name);
                delete_property(prop);
                pinctrl_x = build_property(propname, d_pinctrl_x);
</code></pre>
]]></description><link>https://bbs.aw-ol.com/post/24989</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/24989</guid><dc:creator><![CDATA[awol_test]]></dc:creator><pubDate>Tue, 31 Dec 2024 07:03:15 GMT</pubDate></item></channel></rss>