<?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[【V853开发板试用】V853编译烧录疑难杂症汇总篇]]></title><description><![CDATA[<ul>
<li>
<p dir="auto">不要使用过去编译D1s的ubu14.04进行编译.<br />
会出现找不到__NR_renameat2的值.</p>
</li>
<li>
<p dir="auto">官方文档提供的ubu20.04虚拟机在win11上运行可能存在问题, 输入密码登陆后无显示并卡死. win7实测正常.</p>
</li>
<li>
<p dir="auto">找不到mkimage</p>
</li>
</ul>
<pre><code>UIMAGE  arch/arm/boot/uImage
"mkimage" command not found - U-Boot images will not be built
make[1]: *** [arch/arm/boot/Makefile:93: arch/arm/boot/uImage] Error 1
make: *** [arch/arm/Makefile:331: uImage] Error 2
</code></pre>
<p dir="auto">可以find . -name "mkimage" |xargs ls -lh,<br />
然后选一个可以执行的，</p>
<pre><code>export PATH=$PWD/brandy/brandy-2.0/u-boot-2018/tools:$PATH
</code></pre>
<ul>
<li>找不到/编不出mconf<br />
find一下, 进入相应目录, make clean, 然后再重新make</li>
</ul>
]]></description><link>https://bbs.aw-ol.com/topic/1740/v853开发板试用-v853编译烧录疑难杂症汇总篇</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 02:08:54 GMT</lastBuildDate><atom:link href="https://bbs.aw-ol.com/topic/1740.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 12 Jul 2022 12:47:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 【V853开发板试用】V853编译烧录疑难杂症汇总篇 on Sun, 04 Sep 2022 07:06:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/937">@yelong98</a> 在 <a href="/post/10071">【V853开发板试用】V853编译烧录疑难杂症汇总篇</a> 中说：</p>
<blockquote>
<p dir="auto">Begin Parse sys_partion.fex<br />
Add partion boot.fex BOOT_FEX00000000<br />
Add partion very boot.fex BOOT_FEX00000000<br />
FilePath: boot.fex<br />
FileLength=375800Add partion rootfs.fex ROOTFS_FEX000000<br />
Add partion very rootfs.fex ROOTFS_FEX000000<br />
FilePath: rootfs.fex<br />
FileLength=3a0000Add partion usr.fex USR_FEX000000000<br />
Add partion very usr.fex USR_FEX000000000<br />
FilePath: usr.fex<br />
FileLength=1a0000Add partion env_nor.fex ENV_NOR_FEX00000<br />
Add partion very env_nor.fex ENV_NOR_FEX00000<br />
FilePath: env_nor.fex<br />
FileLength=20000Add partion bootlogo.fex BOOTLOGO_FEX0000<br />
Add partion very bootlogo.fex BOOTLOGO_FEX0000<br />
FilePath: bootlogo.fex<br />
FileLength=4b036The file config.fex length = 0<br />
BuildImg 400<br />
Dragon execute image.cfg Failed ! ArgCnt = 3, 400<br />
pack finish</p>
<p dir="auto">请问Dragon execute image.cfg Failed ! 这里是什么错误？用的ubuntu18.04</p>
</blockquote>
<p dir="auto">已经排除了32位程序兼容问题，按照帖子指示安装了对应的支持包，还是一样的错误，可以看到有image.cfg文件存在，说明是dragon处理的问题，有遇到的老铁，指点一下</p>
]]></description><link>https://bbs.aw-ol.com/post/10075</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/10075</guid><dc:creator><![CDATA[yelong98]]></dc:creator><pubDate>Sun, 04 Sep 2022 07:06:56 GMT</pubDate></item><item><title><![CDATA[Reply to 【V853开发板试用】V853编译烧录疑难杂症汇总篇 on Sun, 04 Sep 2022 02:34:53 GMT]]></title><description><![CDATA[<p dir="auto">Begin Parse sys_partion.fex<br />
Add partion boot.fex BOOT_FEX00000000<br />
Add partion very boot.fex BOOT_FEX00000000<br />
FilePath: boot.fex<br />
FileLength=375800Add partion rootfs.fex ROOTFS_FEX000000<br />
Add partion very rootfs.fex ROOTFS_FEX000000<br />
FilePath: rootfs.fex<br />
FileLength=3a0000Add partion usr.fex USR_FEX000000000<br />
Add partion very usr.fex USR_FEX000000000<br />
FilePath: usr.fex<br />
FileLength=1a0000Add partion env_nor.fex ENV_NOR_FEX00000<br />
Add partion very env_nor.fex ENV_NOR_FEX00000<br />
FilePath: env_nor.fex<br />
FileLength=20000Add partion bootlogo.fex BOOTLOGO_FEX0000<br />
Add partion very bootlogo.fex BOOTLOGO_FEX0000<br />
FilePath: bootlogo.fex<br />
FileLength=4b036The file config.fex length = 0<br />
BuildImg 400<br />
Dragon execute image.cfg Failed ! ArgCnt = 3, 400<br />
pack finish</p>
<p dir="auto">请问Dragon execute image.cfg Failed ! 这里是什么错误？用的ubuntu18.04</p>
]]></description><link>https://bbs.aw-ol.com/post/10071</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/10071</guid><dc:creator><![CDATA[yelong98]]></dc:creator><pubDate>Sun, 04 Sep 2022 02:34:53 GMT</pubDate></item><item><title><![CDATA[Reply to 【V853开发板试用】V853编译烧录疑难杂症汇总篇 on Wed, 13 Jul 2022 05:37:36 GMT]]></title><description><![CDATA[<p dir="auto">这就更新虚拟机（不是</p>
]]></description><link>https://bbs.aw-ol.com/post/8556</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/8556</guid><dc:creator><![CDATA[YterAA]]></dc:creator><pubDate>Wed, 13 Jul 2022 05:37:36 GMT</pubDate></item><item><title><![CDATA[Reply to 【V853开发板试用】V853编译烧录疑难杂症汇总篇 on Wed, 13 Jul 2022 02:33:38 GMT]]></title><description><![CDATA[<p dir="auto">官方文档提供的ubu20.04虚拟机(后称, 官方虚拟机)执行pack出现</p>
<pre><code>fsbuild: No such file or directory
</code></pre>
<p dir="auto">这是全志的闭源打包工具, 位于: tina-v853-open/tools/pack/pctools/linux/fsbuild200目录下, readelf -h可见</p>
<pre><code>$ readelf -h fsbuild
ELF Header:
  Magic:   7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
  Class:                             ELF32
  Data:                              2's complement, little endian
  Version:                           1 (current)
  OS/ABI:                            UNIX - System V
  ABI Version:                       0
  Type:                              EXEC (Executable file)
  Machine:                           Intel 80386
  Version:                           0x1
  Entry point address:               0x8048870
  Start of program headers:          52 (bytes into file)
  Start of section headers:          33856 (bytes into file)
  Flags:                             0x0
  Size of this header:               52 (bytes)
  Size of program headers:           32 (bytes)
  Number of program headers:         8
  Size of section headers:           40 (bytes)
  Number of section headers:         38
  Section header string table index: 35
</code></pre>
<p dir="auto">居然是个32位程序, 遂参考<a href="https://blog.csdn.net/Promisland/article/details/118877255" target="_blank" rel="noopener noreferrer nofollow ugc">Ubuntu-64位系统运行32位程序的方法</a>:</p>
<pre><code>sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 zlib1g:i386
sudo dpkg --add-architecture i386
</code></pre>
<p dir="auto">Tina 终(</p>
]]></description><link>https://bbs.aw-ol.com/post/8545</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/8545</guid><dc:creator><![CDATA[aldfaaa]]></dc:creator><pubDate>Wed, 13 Jul 2022 02:33:38 GMT</pubDate></item><item><title><![CDATA[Reply to 【V853开发板试用】V853编译烧录疑难杂症汇总篇 on Wed, 13 Jul 2022 02:13:17 GMT]]></title><description><![CDATA[<p dir="auto">编译过tina-d1-h的ubu14.04编译V853只出现了找不到mkimage的问题，修改后，编译成功</p>
]]></description><link>https://bbs.aw-ol.com/post/8542</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/8542</guid><dc:creator><![CDATA[woodfor]]></dc:creator><pubDate>Wed, 13 Jul 2022 02:13:17 GMT</pubDate></item></channel></rss>