hi ,
I am trying to separate our app from filesystem image and put them into separated emmc partition. I created a directory which host a few App binary after cross compiling on the host. I want to covert this directory into a image file like system.img so that i can modify flash.sh to flash into the emmc. ( note i have already modified the partition table xml file to add a App partition) the only thing i am missing is that to make the directory into img binary.
Thanks