Open main menu

DAVE Developer's Wiki β

Changes

DESK-MX8M-L/Development/Building Linux kernel

150 bytes added, 10:38, 15 February 2022
Instructions
</pre>
* configure the build environment: the '''proper SDK''' has to be installed in the DVDK as described in the [[DESK-MX8M-L/General/DVDK_Virtual_Machine | DVDK Virtual Machine]] wiki page
<pre class="workstation-terminal">
<pre class="workstation-terminal">
make imx_v8_defconfig
make Image modules freescale/imx8mm-mito8mmini.dtb freescale/imx8mp-mito8mplus-cb1001.dtb
</pre>
<pre class="workstation-terminal">
cp arch/armarm64/boot/Image /tftpboot/desk-mx-l/cp arch/armarm64/boot/dts/freescale/*.dtb /tftpboot/desk-mx-l/
</pre>
mkdir modules-install
make INSTALL_MOD_PATH=modules-install modules_install
 
cd modules-install && tar cvzf ../modules.tar.gz . && cd ..
</pre>
----
[[Category:MITO 8M]]
[[Category:MITO 8M Mini]]
[[Category:ORCA]]
[[Category:MITO 8M Mini]]
8,256
edits