GNU/Linux xterm-256color bash 252 views

Step 3 Do kernel compile(mdm9650-boot.img)

P.S. you can run ‘make kernel 2>&1 | tee kernel.log’ to trace kernel compilation output

Before compile start, let’s check the timestamp and type of ‘mdm9650-boot.img’

find . -name mdm9650-boot.img | xargs ls -l find . -name mdm9650-boot.img | xargs file

ok, let’s go

make kernel

After compilation, let’s check the timestamp and type of ‘sdxprairie-boot.img’

find . -name mdm9650-boot.img | xargs ls -l find . -name mdm9650-boot.img | xargs file

P.S. Generated sdxprairie-boot.img will be updated to

1. mdm9650-ota-target-image-ubi/dbg/BOOTABLE_IMAGES/recovery.img

2. mdm9650-ota-target-image-ubi/dbg/BOOTABLE_IMAGES/boot.img

or

3. mdm9650-ota-target-image-ubi/perf/BOOTABLE_IMAGES/recovery.img

4. mdm9650-ota-target-image-ubi/perf/BOOTABLE_IMAGES/boot.img

md5sum output/mdm9650-boot.img md5sum mdm9650-ota-target-image-ubi//BOOTABLE_IMAGES/.img