<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX Processors中的主题 Re: LS1012ARDB LSDK1903, how to build linux-source</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1260951#M172484</link>
    <description>&lt;P&gt;On LSDK1903, I can create ls1012_ardb_boot.scr and fsl_ls1012a-rdb.dtb files,&lt;BR /&gt;but can not create linux source by "-c linux".&lt;BR /&gt;On the other hand, on LSDK2012, I can not create above *.scr and *.dtb files,&lt;/P&gt;&lt;P&gt;but can create linux source by "-c linux".&lt;BR /&gt;&lt;BR /&gt;In Summary,&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LSDK&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1903&amp;nbsp; &amp;nbsp;2012&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;---------------------------------------------------------- + ---- + ----&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;$&amp;gt; flex-builder -c linux -a arm32&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; No&amp;nbsp; &amp;nbsp; &amp;nbsp;Yes&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;$&amp;gt; flex-builder -i mkbootpartition -a arm32 -m ls1012ardb&amp;nbsp; &amp;nbsp; Yes&amp;nbsp; &amp;nbsp; Fail&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;$&amp;gt; flex-builder -i mkbootpartition -a arm32&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; No*1&amp;nbsp; &amp;nbsp;No*1&lt;BR /&gt;&amp;nbsp; *1: create only for ls1021&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;No longer, does flex-builder support "-m XXXX" machine-type option for "-i mkbootpartirion" command?&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Apr 2021 04:39:31 GMT</pubDate>
    <dc:creator>ohara</dc:creator>
    <dc:date>2021-04-13T04:39:31Z</dc:date>
    <item>
      <title>LS1012ARDB LSDK1903, how to build linux-source</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1257764#M172176</link>
      <description>&lt;P&gt;How to build and install linux-headers and lib-modules on flex-builder?&lt;/P&gt;&lt;P&gt;I tried following procedure and installed imagefiles to SD-card on X86-PC.&lt;BR /&gt;On LS1012ARDB, linux boot successfully, however, there are no linux-source&lt;BR /&gt;and linux-lib-modules.&lt;/P&gt;&lt;P&gt;I also tried latest LSDK2012, however, it fails on step (2-f).&lt;/P&gt;&lt;P&gt;&amp;lt; Procedure on X86-PC &amp;gt;&lt;BR /&gt;(1-a) download flexbuild_1903.tgz&lt;BR /&gt;(1-b) $&amp;gt; tar zxvf flexbuild_1903.tgz&lt;BR /&gt;(1-c) $&amp;gt; cd flexbuild_1903&lt;BR /&gt;(1-d) $&amp;gt; source setup.env&lt;/P&gt;&lt;P&gt;(2-a) $&amp;gt; flex-builder -i mkrfs -r ubuntu:devel -a arm32 -m ls1012ardb&lt;BR /&gt;(2-b) $&amp;gt; flex-builder -c linux -a arm32 -m ls1012ardb&lt;BR /&gt;(2-c) $&amp;gt; flex-builder -c uboot -b sd -a arm32 -m ls1012ardb&lt;BR /&gt;(2-d) $&amp;gt; flex-builder -i merge-component -a arm32 -m ls1012ardb&lt;BR /&gt;(2-e) $&amp;gt; flex-builder -i packrfs -a arm32 -m ls1012ardb&lt;BR /&gt;(2-f) $&amp;gt; flex-builder -i mkbootpartition -b sd -a arm32 -m ls1012ardb&lt;/P&gt;&lt;P&gt;(3-a) $&amp;gt; flex-installer -b ./build/images/bootpartition_XXXX.tgz -r ./build/images/rootfs_YYYY.tgz -m ls1012ardb -d /dev/mmcblk0&lt;/P&gt;&lt;P&gt;&amp;lt; Procedure on LS1012ARDB &amp;gt;&lt;BR /&gt;(4-a) install SD-card &amp;amp; Reboot&lt;BR /&gt;(4-b) result&lt;BR /&gt;----&lt;BR /&gt;NXP LSDK 19.03 devel&lt;BR /&gt;localhost login: root&lt;BR /&gt;Password:&lt;BR /&gt;Welcome to NXP LSDK 19.03 devel (GNU/Linux 4.19.26 armv7l)&lt;/P&gt;&lt;P&gt;* Support: &lt;A href="https://www.nxp.com/lsdk" target="_blank"&gt;https://www.nxp.com/lsdk&lt;/A&gt;&lt;BR /&gt;* Documentation: &lt;A href="https://lsdk.github.io" target="_blank"&gt;https://lsdk.github.io&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The programs included with the NXP LSDK are free software, the exact distribution&lt;BR /&gt;terms for each program are described in the individual files in /usr/share/doc.&lt;BR /&gt;NXP LSDK comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.&lt;/P&gt;&lt;P&gt;setting 24 rows and 80 columns&lt;/P&gt;&lt;P&gt;root@localhost:~# uname -a&lt;BR /&gt;Linux localhost 4.19.26 #1 SMP Wed Apr 7 11:38:49 JST 2021 armv7l armv7l armv7l GNU/Linux&lt;BR /&gt;root@localhost:~#&lt;BR /&gt;root@localhost:~#&lt;BR /&gt;root@localhost:~# ls /usr/src/&lt;BR /&gt;root@localhost:~#&lt;BR /&gt;root@localhost:~#&lt;BR /&gt;root@localhost:~# ll /lib/modules/4.19.26/&lt;BR /&gt;total 676&lt;BR /&gt;drwxr-xr-x 4 root root 4096 Apr 7 2021 ./&lt;BR /&gt;drwxr-xr-x 3 root root 4096 Apr 7 2021 ../&lt;BR /&gt;lrwxrwxrwx 1 root root 95 Apr 7 2021 build -&amp;gt; /home/guest/LSDK1903__/flexbuild_lsdk1903/build/linux/linux/arm32/LS/output/LSDK-19.03-V4.19/v8&lt;BR /&gt;drwxr-xr-x 2 root root 4096 Apr 7 2021 extra/&lt;BR /&gt;drwxr-xr-x 9 root root 4096 Apr 7 2021 kernel/&lt;BR /&gt;-rw-r--r-- 1 root root 116641 Apr 7 2021 modules.alias&lt;BR /&gt;-rw-r--r-- 1 root root 119268 Apr 7 2021 modules.alias.bin&lt;BR /&gt;-rw-r--r-- 1 root root 32681 Apr 7 2021 modules.builtin&lt;BR /&gt;-rw-r--r-- 1 root root 38676 Apr 7 2021 modules.builtin.bin&lt;BR /&gt;-rw-r--r-- 1 root root 48705 Apr 7 2021 modules.dep&lt;BR /&gt;-rw-r--r-- 1 root root 68347 Apr 7 2021 modules.dep.bin&lt;BR /&gt;-rw-r--r-- 1 root root 80 Apr 7 2021 modules.devname&lt;BR /&gt;-rw-r--r-- 1 root root 17307 Apr 7 2021 modules.order&lt;BR /&gt;-rw-r--r-- 1 root root 55 Apr 7 2021 modules.softdep&lt;BR /&gt;-rw-r--r-- 1 root root 93678 Apr 7 2021 modules.symbols&lt;BR /&gt;-rw-r--r-- 1 root root 108505 Apr 7 2021 modules.symbols.bin&lt;BR /&gt;lrwxrwxrwx 1 root root 62 Apr 7 2021 source -&amp;gt; /home/guest/LSDK1903__/flexbuild_lsdk1903/packages/linux/linux&lt;BR /&gt;root@localhost:~#&lt;BR /&gt;----&lt;/P&gt;&lt;P&gt;(a) There are no linux-source on /usr/src&lt;BR /&gt;(b) /lib/modules/4.19.26/build and /lib/modules/4.19.26/source are incorrectly linked to invalid files,&lt;BR /&gt;these are what cross-compiling environment on X86-PC&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 07:59:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1257764#M172176</guid>
      <dc:creator>ohara</dc:creator>
      <dc:date>2021-04-07T07:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: LS1012ARDB LSDK1903, how to build linux-source</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1257905#M172197</link>
      <description>&lt;P&gt;Sorry, I think this should be posted to "QorIQ" - "Layerscale", not to "iMX"&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 10:38:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1257905#M172197</guid>
      <dc:creator>ohara</dc:creator>
      <dc:date>2021-04-07T10:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: LS1012ARDB LSDK1903, how to build linux-source</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1258423#M172226</link>
      <description>&lt;P&gt;Use the "flex-builder -i mkbootpartition -a arm32" command instead of the "flex-builder -i mkbootpartition -b sd -a arm32 -m ls1012ardb".&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 01:26:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1258423#M172226</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2021-04-08T01:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: LS1012ARDB LSDK1903, how to build linux-source</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1259276#M172307</link>
      <description>&lt;P&gt;I tried "flex-builder -i mkbootpartition -a arm32", but it fails as follow,&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;Building UEFI ...&lt;BR /&gt;Cloning into 'qoriq-uefi-binary'...&lt;BR /&gt;fatal: unable to access '&lt;A href="https://github.com/nxp/qoriq-uefi-binary.git/" target="_blank" rel="noopener"&gt;https://github.com/nxp/qoriq-uefi-binary.git/&lt;/A&gt;': Could n&lt;BR /&gt;ot resolve host: github.com&lt;BR /&gt;Makefile:127: recipe for target 'uefi' failed&lt;BR /&gt;make[1]: *** [uefi] Error 128&lt;BR /&gt;make[1]: Leaving directory '/home/guest/LSDK1903__/flexbuild_lsdk1903/packages/f&lt;BR /&gt;irmware'&lt;BR /&gt;Makefile:23: recipe for target 'uefi' failed&lt;BR /&gt;make: *** [uefi] Error 2&lt;BR /&gt;make: Leaving directory '/home/guest/LSDK1903__/flexbuild_lsdk1903'&lt;/P&gt;&lt;P&gt;----&lt;BR /&gt;I also found there are no headers and lib-modules in ./build/image/rootfs_XXXX.tgz&lt;/P&gt;&lt;P&gt;So I give-up to use LSDK1903, and try latest LSDK2012&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 02:55:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1259276#M172307</guid>
      <dc:creator>ohara</dc:creator>
      <dc:date>2021-04-09T02:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: LS1012ARDB LSDK1903, how to build linux-source</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1259381#M172318</link>
      <description>&lt;P&gt;I tried these procedure (2-a)~(2-f) on LSDK2012, need to modify as&lt;BR /&gt;(2-f) $&amp;gt; flex-builder -i mkbootpartition -a arm32&lt;/P&gt;&lt;P&gt;This result shows successfully building linux header and lib-modules.&lt;BR /&gt;However, by not specifying machine type(-m ls1012ardb) on step (2-f),&lt;BR /&gt;bootpartition_xxxx.tgz has only ls1021 related files(*dtb and *scr), instead of "ls1012ardb"&lt;BR /&gt;&lt;BR /&gt;Show me the procedure&lt;BR /&gt;(a) how to build "fsl_ls1012a-rdb.dtb" and "ls1012ardb_boot.scr"&lt;BR /&gt;and&lt;BR /&gt;('b) how to merge these files into bootpartition_xxxx.tgz file&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 06:20:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1259381#M172318</guid>
      <dc:creator>ohara</dc:creator>
      <dc:date>2021-04-09T06:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: LS1012ARDB LSDK1903, how to build linux-source</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1260094#M172396</link>
      <description>&lt;P&gt;Is there problem for using the "flex-builder -i mkbootpartition -a arm32" command?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 01:06:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1260094#M172396</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2021-04-12T01:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: LS1012ARDB LSDK1903, how to build linux-source</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1260119#M172398</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;Is there problem for using the "flex-builder -i mkbootpartition -a arm32" command?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;As desctibed on last Thursday, there are no *&lt;SPAN&gt;ls1012ardb_boot.scr" on /boot directory, so can not boot.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 02:20:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1260119#M172398</guid>
      <dc:creator>ohara</dc:creator>
      <dc:date>2021-04-12T02:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: LS1012ARDB LSDK1903, how to build linux-source</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1260690#M172461</link>
      <description>&lt;P&gt;Use the following command sequence:&lt;/P&gt;
&lt;P&gt;1. flex-builder -c linux -a arm32&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp;flex-builder -i mkbootpartition -a arm32&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 17:04:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1260690#M172461</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2021-04-12T17:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: LS1012ARDB LSDK1903, how to build linux-source</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1260808#M172468</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;2.&amp;nbsp;flex-builder -i mkbootpartition -a arm32&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;As describe on last Thursday,&lt;BR /&gt;this command creates the profiles(*dtb, *.scr) only for "ls1021a(-qds, -twr)".&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 00:13:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1260808#M172468</guid>
      <dc:creator>ohara</dc:creator>
      <dc:date>2021-04-13T00:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: LS1012ARDB LSDK1903, how to build linux-source</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1260879#M172474</link>
      <description>&lt;P&gt;There is the following information in LSDK2012 User Guide about LSDK 1906:&lt;/P&gt;
&lt;P&gt;No formal support of 32-bit kernel space on 64-bit devices&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like this information is correct also for LSDK 2012.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 02:18:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1260879#M172474</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2021-04-13T02:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: LS1012ARDB LSDK1903, how to build linux-source</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1260885#M172475</link>
      <description>&lt;P&gt;See the following document:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/NXP-FTF-2016-Training/DES-N1850-Porting-32-bit-Linux-to-ARM-v8/ta-p/1122517?attachment-id=58661" target="_blank"&gt;https://community.nxp.com/t5/NXP-FTF-2016-Training/DES-N1850-Porting-32-bit-Linux-to-ARM-v8/ta-p/1122517?attachment-id=58661&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 02:23:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1260885#M172475</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2021-04-13T02:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: LS1012ARDB LSDK1903, how to build linux-source</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1260951#M172484</link>
      <description>&lt;P&gt;On LSDK1903, I can create ls1012_ardb_boot.scr and fsl_ls1012a-rdb.dtb files,&lt;BR /&gt;but can not create linux source by "-c linux".&lt;BR /&gt;On the other hand, on LSDK2012, I can not create above *.scr and *.dtb files,&lt;/P&gt;&lt;P&gt;but can create linux source by "-c linux".&lt;BR /&gt;&lt;BR /&gt;In Summary,&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LSDK&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1903&amp;nbsp; &amp;nbsp;2012&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;---------------------------------------------------------- + ---- + ----&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;$&amp;gt; flex-builder -c linux -a arm32&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; No&amp;nbsp; &amp;nbsp; &amp;nbsp;Yes&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;$&amp;gt; flex-builder -i mkbootpartition -a arm32 -m ls1012ardb&amp;nbsp; &amp;nbsp; Yes&amp;nbsp; &amp;nbsp; Fail&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;$&amp;gt; flex-builder -i mkbootpartition -a arm32&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; No*1&amp;nbsp; &amp;nbsp;No*1&lt;BR /&gt;&amp;nbsp; *1: create only for ls1021&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;No longer, does flex-builder support "-m XXXX" machine-type option for "-i mkbootpartirion" command?&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 04:39:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1260951#M172484</guid>
      <dc:creator>ohara</dc:creator>
      <dc:date>2021-04-13T04:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: LS1012ARDB LSDK1903, how to build linux-source</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1263225#M172701</link>
      <description>&lt;P&gt;NXP offers for similar problem NXP ProSupport / ProService:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/support/support/nxp-engineering-services/professional-engineering-services:PROFESSIONAL-ENGINEERING-SERVICES" target="_blank"&gt;https://www.nxp.com/support/support/nxp-engineering-services/professional-engineering-services:PROFESSIONAL-ENGINEERING-SERVICES&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/support/support/nxp-engineering-services/professional-support-for-processors-and-microcontrollers:PREMIUM-SUPPORT" target="_blank"&gt;https://www.nxp.com/support/support/nxp-engineering-services/professional-support-for-processors-and-microcontrollers:PREMIUM-SUPPORT&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps this service will be helpful for you.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Apr 2021 05:24:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1263225#M172701</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2021-04-16T05:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: LS1012ARDB LSDK1903, how to build linux-source</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1264774#M172870</link>
      <description>&lt;P&gt;If the are no solution on this forum, then this is closed&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 03:45:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LS1012ARDB-LSDK1903-how-to-build-linux-source/m-p/1264774#M172870</guid>
      <dc:creator>ohara</dc:creator>
      <dc:date>2021-04-20T03:45:50Z</dc:date>
    </item>
  </channel>
</rss>

