meta data for this page
  •  

差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

rqm-imx6_ubuntu [2022/10/04 10:37]
ae_jerry 建立
rqm-imx6_ubuntu [2024/04/17 03:20] (目前版本)
ae_jerry [Compile Android Source code]
行 21: 行 21:
 Please connect Avale FAE/Sales to get source code. Please connect Avale FAE/Sales to get source code.
  
-===== Compile ​Android ​Source code =====+===== Compile ​Ubuntu ​Source code =====
 Please following instruction below to compile Android source code\\ Please following instruction below to compile Android source code\\
 +== Compile Kernel ==
 <​code>​ <​code>​
-#cd Android +#cd linux-imx ​ 
-#./run.sh -j4+#​./​run.sh ​e9697xxxxxx ​-j32 modules headers
 </​code>​ </​code>​
 +== Compile Uboot ==
 +<​code>​
 +#cd uboot-imx
 +#./run.sh e9697xxxxxx -j32 emmc
 +</​code>​
 +Notic: If want to flash image to SD, replace emmc to sd
  
-You can find all image files in path **Android/out/​target/​product/​smarc/​**\\ +You can find Kernel ​image files in path **linux-imx/out**\\ 
- +You can find Uboot image files in path **uboot-imx/out**\\
-^ Image File ^ Description ^ +
-| boot.img | kernel ​image file | +
-| recovery.img | recovery image file | +
-| system.img | system image file | +
-| u-boot-6q.bin | bootloader for IMX6-POS Quad core| +
-| u-boot-6dl.bin | bootloader for IMX6-POS Dual lite| +
- +
-Please copy all of them to path **Android-MfgTools\Image\smarc\android** of MfgTool folder.\\+
  
 ===== Install image ===== ===== Install image =====