Changes

Jump to navigation Jump to search
Line 306: Line 306:  
<code>KERNEL=kernel8</code>
 
<code>KERNEL=kernel8</code>
   −
<code>make bcm2711_defconfig</code>
+
<code>make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- bcm2711_defconfig</code>
 
==== Add compilation options ====
 
==== Add compilation options ====
 +
 +
* 32-bit version
 +
 
<code>make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- menuconfig</code>
 
<code>make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- menuconfig</code>
 +
 +
* 64-bit version
 +
 +
<code>make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- menuconfig</code>
    
Add the compilation options by the corresponding camera module, for 5.4 version kernel the path is driver-- > multimedia-- > i2C.
 
Add the compilation options by the corresponding camera module, for 5.4 version kernel the path is driver-- > multimedia-- > i2C.

Navigation menu