<?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[d1s，自己编译好的lvgl程序，放在那个目录才能打包到固件里]]></title><description><![CDATA[<p dir="auto">自己编译好的lvg独立程序，如何打包到固件里，并且开机自动运行</p>
]]></description><link>https://bbs.aw-ol.com/topic/5221/d1s-自己编译好的lvgl程序-放在那个目录才能打包到固件里</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 05:19:09 GMT</lastBuildDate><atom:link href="https://bbs.aw-ol.com/topic/5221.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 26 Mar 2024 04:22:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to d1s，自己编译好的lvgl程序，放在那个目录才能打包到固件里 on Wed, 11 Dec 2024 14:48:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/2118">@asuh9133</a> 您好，请教一下，我的放进去为什么不行呢，包里面一直没有打包进去</p>
]]></description><link>https://bbs.aw-ol.com/post/24785</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/24785</guid><dc:creator><![CDATA[sun00325]]></dc:creator><pubDate>Wed, 11 Dec 2024 14:48:48 GMT</pubDate></item><item><title><![CDATA[Reply to d1s，自己编译好的lvgl程序，放在那个目录才能打包到固件里 on Wed, 11 Dec 2024 09:39:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/2118">@asuh9133</a> 大佬，放进target/allwinner/t113-nezha/busybox-init-base-files/app目录下后，编译会报错，这种怎么解决，有没有其他的打包方式</p>
]]></description><link>https://bbs.aw-ol.com/post/24777</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/24777</guid><dc:creator><![CDATA[barsonsss]]></dc:creator><pubDate>Wed, 11 Dec 2024 09:39:07 GMT</pubDate></item><item><title><![CDATA[Reply to d1s，自己编译好的lvgl程序，放在那个目录才能打包到固件里 on Tue, 26 Mar 2024 14:46:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/2118">@asuh9133</a> 大佬，自己的c文件调用其他库如何，应该如何操作</p>
]]></description><link>https://bbs.aw-ol.com/post/21996</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/21996</guid><dc:creator><![CDATA[lyg116]]></dc:creator><pubDate>Tue, 26 Mar 2024 14:46:26 GMT</pubDate></item><item><title><![CDATA[Reply to d1s，自己编译好的lvgl程序，放在那个目录才能打包到固件里 on Tue, 26 Mar 2024 12:26:42 GMT]]></title><description><![CDATA[<p dir="auto">将文件放到SDK下的target/allwinner/t113-nezha/busybox-init-base-files/ 目录的新建app文件夹下，可以打包到img<br />
在 target/allwinner/t113-nezha/busybox-init-base-files/etc/init.d/rc.final 文件中，添加如下代码，可实现自启：</p>
<pre><code>echo "-----run lvgl demo-----"
chmod +x /app/lv_demo &amp;&amp; /app/lv_demo &amp;
</code></pre>
]]></description><link>https://bbs.aw-ol.com/post/21987</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/21987</guid><dc:creator><![CDATA[Asuh9133]]></dc:creator><pubDate>Tue, 26 Mar 2024 12:26:42 GMT</pubDate></item></channel></rss>