Firefox OS/Performance/Modifying boot.img

From MozillaWiki
< Firefox OS‎ | Performance
Revision as of 19:10, 6 June 2014 by Jbailey (talk | contribs) (Created page with "==Modifying boot.img== This page is meant to illustrate the general steps necessary to make changes to the ramdisk in the boot partition of the device. Ideally, the build sys...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Modifying boot.img

This page is meant to illustrate the general steps necessary to make changes to the ramdisk in the boot partition of the device. Ideally, the build system would build the kernel, and ramdisk, and then create a boot.img which would then be flashed. In which case, it's simply a matter of adding or changing whatever rc files are desired (and of course /init would be automatically included if any changes were made there). On the flame however, it was not quite so easy.


Obtaining a boot.img

W.I.P