first commit
This commit is contained in:
BIN
arm-tools/adbd
Executable file
BIN
arm-tools/adbd
Executable file
Binary file not shown.
BIN
arm-tools/busybox
Executable file
BIN
arm-tools/busybox
Executable file
Binary file not shown.
BIN
arm-tools/dd
Executable file
BIN
arm-tools/dd
Executable file
Binary file not shown.
18
arm-tools/dd.txt
Executable file
18
arm-tools/dd.txt
Executable file
@@ -0,0 +1,18 @@
|
||||
adb push mtd4.new /tmp
|
||||
|
||||
adb push dd /tmp
|
||||
|
||||
adb shell
|
||||
alias ll='ls -lha'
|
||||
cd /tmp
|
||||
|
||||
|
||||
chmod +x /tmp/dd
|
||||
fota_release_space.sh
|
||||
|
||||
/tmp/dd if=/tmp/mtd4.new of=/dev/mtdblock4 conv=fsync
|
||||
|
||||
md5sum /tmp/mtd4.new
|
||||
|
||||
md5sum /dev/mtd4
|
||||
|
||||
BIN
arm-tools/flashcp
Executable file
BIN
arm-tools/flashcp
Executable file
Binary file not shown.
BIN
arm-tools/mtd5.new
Executable file
BIN
arm-tools/mtd5.new
Executable file
Binary file not shown.
BIN
arm-tools/nohup
Executable file
BIN
arm-tools/nohup
Executable file
Binary file not shown.
BIN
arm-tools/screen
Executable file
BIN
arm-tools/screen
Executable file
Binary file not shown.
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