Creating a iso file from a set of img files
        Posted  
        
            by 
                cafebabe1991
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by cafebabe1991
        
        
        
        Published on 2013-10-21T09:50:55Z
        Indexed on 
            2013/10/21
            9:53 UTC
        
        
        Read the original article
        Hit count: 262
        
So i have started building android from scratch and after lot of effort finally landed up to a point where i have the OUT folder consisting of all the required IMG files for an emulator to run.
Like the system.img ramdisk.img userdata-qemu.img
So after that i ran the emulator command so that means the OUT directory was valid and could easily be used to create any other bootable medium.
What i want to accomplish
Creating the iso file from all those img files found at the end of building process,or a way to just create an iso out of that complete OUT folder.
any help in this regard would be greatly appreciated.
© Stack Overflow or respective owner