Advertisement
Guest User

Untitled

a guest
May 3rd, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. Construct recovery from boot
  2. mkdir -p out/target/product/blade2/obj/PACKAGING/recovery_patch_intermediates/
  3. PATH=out/host/linux-x86/bin:$PATH out/host/linux-x86/bin/imgdiff out/target/product/blade2/boot.img out/target/product/blade2/recovery.img out/target/product/blade2/obj/PACKAGING/recovery_patch_intermediates/recovery_from_boot.p
  4. source and target don't have same number of chunks!
  5. source chunks:
  6. chunk 0: type 0 start 0 len 3233802
  7. chunk 1: type 2 start 3233802 len 348416
  8. chunk 2: type 0 start 3445889 len 895
  9. target chunks:
  10. chunk 0: type 0 start 0 len 18966
  11. chunk 1: type 2 start 18966 len 5732960
  12. chunk 2: type 0 start 2595036 len 1838
  13. chunk 3: type 2 start 2596874 len 2630912
  14. chunk 4: type 0 start 4439020 len 1044
  15. make: *** [out/target/product/blade2/obj/PACKAGING/recovery_patch_intermediates/recovery_from_boot.p] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement