imx6q 基于安卓系统6源码 如何生成mfgtools使用的文件

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

imx6q 基于安卓系统6源码 如何生成mfgtools使用的文件

882 次查看
mikeliu
Contributor I

imx6q 基于安卓系统6源码 如何生成mfgtools使用的文件

android6.0\Profiles\Linux\OS Firmware\firmware:

fsl-image-mfgtool-initramfs-imx_mfgtools.cpio.gz.u-boot

u-boot-imx6qsabresd_sd.imx

zImage

zImage-imx6q-sabresd.dtb

标签 (1)
0 项奖励
回复
1 回复

790 次查看
weidong_sun
NXP TechSupport
NXP TechSupport

Hello Mike,

--fsl-image-mfgtool-initramfs-imx_mfgtools.cpio.gz.u-boot

   The file is Ramdisk, you don't need to re-compile one. Use it, please!

--u-boot-imx6qsabresd_sd.imx

# make mx6qsabresd_config

# make

--zImage

#make imx_v7_mfg_defconfig

#make KCFLAGS=-mno-android -j4

--zImage-imx6q-sabresd.dtb

The file is the same as that .dtb for normal working.(和正常工作的一样)

Or You can compile DTB files separately.

#make dtbs

Above method  can be found in android user's guide of Android 7 BSP,  so try these steps, please!

Have a nice day!

BR,

Weidong

0 项奖励
回复