How system.img is created and how it is placing the system.img in "out/target/product/sabresd" folder.

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How system.img is created and how it is placing the system.img in "out/target/product/sabresd" folder.

3,490件の閲覧回数
vasusriram
Contributor II

hi everyone,

I am using imx6qp-sdb. for porting android i created images boot.img,u-boot.img,recovery.img and system.img.

My doubt is what is this system image ? What it contains ? From where it is created?

Please help me thank you in advance.

Ram.

0 件の賞賛
返信
1 返信

2,716件の閲覧回数
gusarambula
NXP TechSupport
NXP TechSupport

Hello Ram,

You can see what each of these file include on the Android User’s Guide, which is included as part of the BSP documentation.

The system.img is an EXT4 image generated from "system/", which contains the Android system binary/libraries. This file can be programmed to "SYSTEM" partition on SD/eMMC card with "dd".

These files are created when you tun the make command after setting up all necessary configurations using the lunch command. There are a series of profiles already configured for the NXP boards as part of the Android BSP. You can find more details on the Android BSP documentation.

I hope this helps!

Regards,

0 件の賞賛
返信