Advertisement
Guest User

Untitled

a guest
Aug 5th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. rm flash/zImage-dtb
  2. rm ./flash/boot.img
  3.  
  4. cat linux/arch/arm/boot/zImage linux/arch/arm/boot/dts/rk3066a-mk808.dtb > flash/zImage-dtb
  5.  
  6. mkbootimg --kernel flash/zImage-dtb --ramdisk /dev/null --base 60800000 -o flash/boot.img
  7.  
  8. mv flash/boot.img flash/boot.img-old
  9.  
  10. rkcrc flash/boot.img-old flash/boot.img
  11.  
  12. rkflashtool w boot < ./flash/boot.img
  13.  
  14. rkflashtool b
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement