Open main menu

DAVE Developer's Wiki β

Changes

no edit summary
<pre class="workstation-terminal">
dvdk@vagrant:~/desk-mx-l/linux$ source ~/desk-mx-l/desk-mx8mmx9-l-45.0.0_env.sh
</pre>
<pre class="workstation-terminal">
dvdk@vagrant:~/desk-mx-l/linux$ make imx_v8_defconfig
dvdk@vagrant:~/desk-mx-l/linux$ make -j$(nproc) Image modules freescale/imx93-aura-cb2001.dtb
</pre>
:The former command selects the default DESK-MX9-L configuration, while the latter builds the kernel binary image with the required u-boot header and the kernel device tree.
Default Linux kernel configuration can be changed by using the standard <code>menuconfig</code>, <code>xconfig</code>, or <code>gconfig</code> make target. Subsequent builds just require <code>uImage</code> make target to update the binary image. Once the build process is complete, the kernel binary image is stored into the <code>arch/arm/boot/uImageImage</code> file. Both this file and the kernel device tree can be copied to the tftp root directory <code>/tftpboot/desk-mx9-l/</code> with the following commands:
<pre class="workstation-terminal">
<pre class="workstation-terminal">
root@desk-mx8mpmx93:~# tar xvzf modules.tar.gz -C /
</pre>
dave_user
201
edits