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

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