Changes

Jump to navigation Jump to search
Line 311: Line 311:     
===== 编译输出 =====
 
===== 编译输出 =====
 +
 +
* 32-bit version
 +
 
<code>make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- zImage modules dtbs -j4</code>
 
<code>make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- zImage modules dtbs -j4</code>
 +
 +
* 64-bit version
 +
 +
<code>make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- Image modules dtbs -j4</code>
    
=== 参考资料 ===
 
=== 参考资料 ===

Navigation menu