Hi, I'm trying to make eMMC boot image which is can useable by eflasher. once I install the eflasher image, it has this kinds of images on /mnt/sdcard/*

Code: Select all

drwxr-xr-x 2 root root       4096 Apr 10 06:17 .
drwxr-xr-x 5 root root       4096 Jan  1  1970 ..
-rwxr-xr-x 1 root root   41943040 Apr 10 06:17 boot.img
-rwxr-xr-x 1 root root         54 Apr 10 06:17 info.conf
-rwxr-xr-x 1 root root        345 Apr 10 06:17 partmap.txt
-rwxr-xr-x 1 root root 1340200440 Apr 10 06:17 rootfs.img
-rwxr-xr-x 1 root root    2088960 Apr 10 06:17 u-boot-sunxi-with-spl.bin


so, i want to make this kinds of images from linux kernel build which has only zImage.

so, how to make this kinds of images and where can i find it. thanks in advance.

Cheers.