随身wifi两条命令刷入debian系统

root@ubuntu:/628debian/UFI003# ls

aboot.bin flash.bat hyp.mbn sbl1.mbn

adb.exe flash.sh lk2nd.img tz.mbn

AdbWinApi.dll fsc.bin modemst1.bin zeros_1sector.bin

AdbWinUsbApi.dll fsg.bin modemst2.bin zeros_33sectors.bin

boot.img gpt_backup0.bin rootfs.img

edl_config.json gpt_both0.bin rpm.mbn

fastboot.exe gpt_main0.bin sbc_1.0_8016.bin

root@ubuntu:/media/xh/新加卷/Linux/wifi/628debian/UFI003# `

bash 复制代码
adb reboot bootloader`

root@ubuntu:/media/xh/新加卷/Linux/wifi/628debian/UFI003#

bash 复制代码
bash flash.sh 

Erasing 'boot' OKAY [ 0.053s]

Finished. Total time: 0.060s

Sending 'boot' (334 KB) OKAY [ 0.015s]

Writing 'boot' OKAY [ 0.031s]

Finished. Total time: 0.062s

Rebooting OKAY [ 0.004s]

Finished. Total time: 0.054s

< waiting for any device >

OKAY [ 0.004s]

Finished. Total time: 0.004s

Uploading 'fsc.bin' OKAY [ 0.002s]

Finished. Total time: 0.002s

OKAY [ 0.019s]

Finished. Total time: 0.019s

Uploading 'fsg.bin' OKAY [ 0.080s]

Finished. Total time: 0.080s

OKAY [ 0.019s]

Finished. Total time: 0.019s

Uploading 'modemst1.bin' OKAY [ 0.083s]

Finished. Total time: 0.083s

OKAY [ 0.019s]

Finished. Total time: 0.019s

Uploading 'modemst2.bin' OKAY [ 0.083s]

Finished. Total time: 0.083s

Erasing 'lk2nd' FAILED (remote: 'Partition table doesn't exist

')

fastboot: error: Command failed

Erasing 'boot' OKAY [ 0.106s]

Finished. Total time: 0.112s

Rebooting into bootloader OKAY [ 0.005s]

Finished. Total time: 0.055s

Sending 'partition' (33 KB) OKAY [ 0.014s]

Writing 'partition' OKAY [ 2.773s]

Finished. Total time: 2.798s

Sending 'hyp' (12 KB) OKAY [ 0.004s]

Writing 'hyp' OKAY [ 0.006s]

Finished. Total time: 0.020s

Sending 'rpm' (512 KB) OKAY [ 0.031s]

Writing 'rpm' OKAY [ 0.044s]

Finished. Total time: 0.085s

Sending 'sbl1' (512 KB) OKAY [ 0.040s]

Writing 'sbl1' OKAY [ 0.044s]

Finished. Total time: 0.094s

Sending 'tz' (591 KB) OKAY [ 0.035s]

Writing 'tz' OKAY [ 0.051s]

Finished. Total time: 0.095s

Sending 'fsc' (1 KB) OKAY [ 0.004s]

Writing 'fsc' OKAY [ 0.006s]

Finished. Total time: 0.020s

Sending 'fsg' (2048 KB) OKAY [ 0.067s]

Writing 'fsg' OKAY [ 0.163s]

Finished. Total time: 0.240s

Sending 'modemst1' (2048 KB) OKAY [ 0.067s]

Writing 'modemst1' OKAY [ 0.178s]

Finished. Total time: 0.255s

Sending 'modemst2' (2048 KB) OKAY [ 0.067s]

Writing 'modemst2' OKAY [ 0.164s]

Finished. Total time: 0.242s

Sending 'aboot' (280 KB) OKAY [ 0.027s]

Writing 'aboot' OKAY [ 0.040s]

Finished. Total time: 0.077s

Sending 'cdt' (0 KB) OKAY [ 0.004s]

Writing 'cdt' OKAY [ 0.006s]

Finished. Total time: 0.020s

Erasing 'boot' OKAY [ 0.036s]

Finished. Total time: 0.043s

Erasing 'rootfs' OKAY [ 0.124s]

Finished. Total time: 0.130s

Rebooting OKAY [ 0.004s]

Finished. Total time: 0.054s

Sending 'boot' (13338 KB) OKAY [ 0.438s]

Writing 'boot' OKAY [ 1.108s]

Finished. Total time: 1.566s

Sending sparse 'rootfs' 1/6 (198910 KB) OKAY [ 6.437s]

Writing 'rootfs' OKAY [ 23.458s]

Sending sparse 'rootfs' 2/6 (203954 KB) OKAY [ 6.672s]

Writing 'rootfs' OKAY [ 20.371s]

Sending sparse 'rootfs' 3/6 (204798 KB) OKAY [ 6.685s]

Writing 'rootfs' OKAY [ 19.637s]

Sending sparse 'rootfs' 4/6 (204744 KB) OKAY [ 6.630s]

Writing 'rootfs' OKAY [ 17.058s]

Sending sparse 'rootfs' 5/6 (184613 KB) OKAY [ 6.019s]

Writing 'rootfs' OKAY [ 16.805s]

Sending sparse 'rootfs' 6/6 (141349 KB) OKAY [ 4.587s]

Writing 'rootfs' OKAY [ 13.210s]

Finished. Total time: 148.658s

Rebooting OKAY [ 0.004s]

Finished. Total time: 0.054s

all done please flash your os!

相关推荐
程序猿DD15 分钟前
将 GPU 级性能带到企业级 Java:CUDA 集成实用指南
java·架构
阳光明媚sunny16 分钟前
Room持久化库中,@Transaction注解的正确使用场景是?
android·数据库
北极糊的狐31 分钟前
MySQL常见报错分析及解决方案总结(15)---Can’t connect to MySQL server on ‘localhost‘ (10061)
数据库·mysql
濑户川35 分钟前
Django5 与 Vue3 表单交互全解析:从基础到实战
数据库
weixin_438077491 小时前
langchain官网翻译:Build a Question/Answering system over SQL data
数据库·sql·langchain·agent·langgraph
一成码农1 小时前
JavaSE面向对象(上)
java
qq_574656251 小时前
java-代码随想录第66天|Floyd 算法、A * 算法精讲 (A star算法)
java·算法·leetcode·图论
我是好小孩1 小时前
【Android】六大设计原则
android·java·运维·服务器·设计模式
小霞在敲代码1 小时前
HashMap - 底层原理
java·hashmap