Skip to content

Commit

Permalink
Update flash-all scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
fillwithjoy1 committed Jun 28, 2024
1 parent 9df60f2 commit 7bad3ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions flash-all.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ fastboot flash vendor_boot vendor_boot.img
fastboot reboot fastboot
timeout 5
fastboot flash vendor_dlkm vendor_dlkm.img
fastboot reboot

echo Kernel flashed :)
exit
9 changes: 9 additions & 0 deletions flash-all.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
#!/bin/sh

fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash vendor_boot vendor_boot.img
fastboot reboot fastboot
sleep 5
fastboot flash vendor_dlkm vendor_dlkm.img
fastboot reboot

echo "Kernel flashed :)"

0 comments on commit 7bad3ff

Please sign in to comment.