first commit
This commit is contained in:
22
arm-tools/screen_and_flashcp.txt
Executable file
22
arm-tools/screen_and_flashcp.txt
Executable file
@@ -0,0 +1,22 @@
|
||||
adb shell mount -o remount,rw /
|
||||
|
||||
adb push mtd4.new /tmp
|
||||
|
||||
adb push flashcp /tmp
|
||||
|
||||
adb push screen /tmp
|
||||
|
||||
mount -o remount,rw /
|
||||
|
||||
cd /
|
||||
|
||||
/sbin/fota_release_space.sh
|
||||
|
||||
|
||||
cd /tmp
|
||||
|
||||
chmod +x flashcp screen
|
||||
|
||||
./screen -dmS mtd_flash ./flashcp ./mtd4.new /dev/mtd4 -v
|
||||
|
||||
reboot
|
||||
Reference in New Issue
Block a user