Tagged Questions
1
vote
1answer
82 views
What are all the mandatory content of the boot partition?
While studying about booting an Android on a board, I have learnt that MLO (X-loader), U-Boot and uImage are necessary to boot the Android on the board.
But I wondered that when I have come to know ...
1
vote
2answers
2k views
How to extract boot.img?
I am trying to see the content in a boot.img file from an Android image.
I googled and got http://javigon.com/category/development-tools/ to extract system.img. But it doesn't work for boot.img. When ...