first commit

This commit is contained in:
teasiu
2025-11-03 15:27:16 +08:00
commit 125598252c
1115 changed files with 60648 additions and 0 deletions

BIN
arm-tools/adbd Executable file

Binary file not shown.

BIN
arm-tools/busybox Executable file

Binary file not shown.

BIN
arm-tools/dd Executable file

Binary file not shown.

18
arm-tools/dd.txt Executable file
View 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

Binary file not shown.

BIN
arm-tools/mtd5.new Executable file

Binary file not shown.

BIN
arm-tools/nohup Executable file

Binary file not shown.

BIN
arm-tools/screen Executable file

Binary file not shown.

View 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