Site Tools


abootimg

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
abootimg [2012/02/14 23:46] – [References] armelfabootimg [2012/02/15 00:35] – [Usage] armelf
Line 3: Line 3:
 project's home page http://gitorious.org/ac100/abootimg project's home page http://gitorious.org/ac100/abootimg
 ====== Introduction ====== ====== Introduction ======
-abootimg is a tool created by Gilles Grandou for manipulating Android Boot Images directly from the AC100 (Be carefull to not mess your bootimg otherwise you will need the free tool [[putusb]] or the proprietary NVidia's [[nvflash]] to flash again a bootable image). abootimg can work directly on block devices, or, the safest way, on a file image.+**abootimg** is a tool created by Gilles Grandou for manipulating Android Boot Images directly from the AC100 (Be carefull to not mess your bootimg otherwise you will need the free tool [[putusb]] or the proprietary NVidia's [[nvflash]] to flash again a bootable image). abootimg can work directly on block devices, or, the safest way, on a file image.
      
 For further informations, enter **abootimg -h** in a terminal or read the [[http://gitorious.org/ac100/abootimg/blobs/master/README|README]]. For further informations, enter **abootimg -h** in a terminal or read the [[http://gitorious.org/ac100/abootimg/blobs/master/README|README]].
Line 22: Line 22:
   abootimg -u /tmp/part-6.img -k /boot/vmlinuz   abootimg -u /tmp/part-6.img -k /boot/vmlinuz
 </code> </code>
-===== Outputs example =====+<html> 
 +<span style="color:red;font-size:150%;font-weight:bold;">WARNING</span> 
 +</html> 
 +: if you want to modify **/dev/mmcblk0p2**, DO A BACKUP BEFORE AND STORE IT ON REMOVABLE MEDIA! 
 +===== Output examples =====
 below there is the output of the previous commands for an AC100-114: below there is the output of the previous commands for an AC100-114:
 <code> <code>
Line 66: Line 70:
 </code> </code>
 ====== Compiling ====== ====== Compiling ======
-if your distribution don't provide this tool, follow this method to compile it is under Ubuntu Oneiric:+if your distribution don't provide this tool, follow this method to compile it under [[installing_linux#ubuntu_oneiric|Ubuntu Oneiric]]:
 <code> <code>
 apt-get install libblkid-dev apt-get install libblkid-dev
Line 75: Line 79:
 </code> </code>
 ====== References ====== ====== References ======
 +[[http://android.git.kernel.org/?p=platform/system/core.git;a=tree;f=mkbootimg|The official tool used to create boot images is part of the Android Project]]
 +
 [[http://android-dls.com/wiki/index.php?title=HOWTO:_Unpack%2C_Edit%2C_and_Re-Pack_Boot_Images#Alternative_Method|HOWTO: Unpack, Edit, and Re-Pack Boot Images]] [[http://android-dls.com/wiki/index.php?title=HOWTO:_Unpack%2C_Edit%2C_and_Re-Pack_Boot_Images#Alternative_Method|HOWTO: Unpack, Edit, and Re-Pack Boot Images]]
 ====== Greatings ======  ====== Greatings ====== 
 Thank you very much for this great tools ggrandou! ;-) Thank you very much for this great tools ggrandou! ;-)
abootimg.txt · Last modified: 2012/02/15 00:36 by armelf