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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

853 Views
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

Labels (1)
0 Kudos
1 Reply

761 Views
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 Kudos