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

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