Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. 1. [ok]
  2. sudo ssh root@host "dd bs=4096 if=/dev/mmcblk0p10 conv=sparse,sync"| gzip -1 - | sudo dd bs=4096 of=newrevision.rootfs.ext4
  3.  
  4. 2.
  5.  
  6. [b1ue@b1ueArch linux]$ cat partitions.txt
  7. #name,size,align,type,format,file
  8. ,65536,,,,
  9. aboot,540,,400FFDCD-22E0-47E7-9A23-F16ED9382388,,emmc_appsboot.mbn
  10. boot,17152,,20117F86-E985-4357-B9EE-374BC1D8487D,,-boot.img
  11. rootfs,7370724,,,fastboot,-rootfs.img
  12.  
  13. 3. Fastboot:
  14.  
  15. - fastboot flash partition gpt_main0.bin
  16.  
  17. -----
  18.  
  19. -----
  20. - fastboot flash aboot emmc_appsboot.mbn
  21. - fastboot flash boot boot-*.img
  22. - fastboot flash rootfs rootfs.img
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement