Support using Android img
Android builds *.img files (boot.img, userdata.img system.img). We should be able to use these directly in linaro-
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- New
- Series goal:
- Accepted for 2011q2
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Something for the backlog - maybe for 11.07.
Topics:
linaro-
LAVA extended to support *.img
Fastbooting *.img on all targets
.img
If you do an AOSP build you will see a few .imgs:
repo init -u git://android.
repo forall -c git checkout android-3.1_r1 # bunch of errors: error: pathspec 'android-3.1_r1' did not match
. build/envsetup.sh
lunch full_crespo4g-
make -j8
out/target/
out/target/
out/target/
out/target/
out/target/
out/target/
These are used via fastboot to reprogram an Android unit.
A probably way out of date write up is here:
http://