Changes

Jump to navigation Jump to search
Line 320: Line 320:  
* <code>64-bit version</code>
 
* <code>64-bit version</code>
   −
<code>make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- Image modules dtbs -j4</code>  
+
<code>make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- Image modules dtbs -j4</code>
 +
 
 +
=== Frequently Asked Questions ===
 +
 
 +
* disagrees about version of symbol module_layout
 +
 
 +
After the system has been booted, <code>dmesg</code> can see this error reported when the driver of camera is loaded. It is caused by the mismatch between the original piOS version on the board and the compiled camera driver version.
 +
 
 +
It is recommended to refer to this [https://www.raspberrypi.com/documentation/computers/linux_kernel.html#cross-compiling-the-kernel link] to recompile from the code and install Image, dtb, modules as a whole.
    
=== References ===
 
=== References ===

Navigation menu