随身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!

相关推荐
2301_793086872 小时前
Redis 03 redis 缓存异常
数据库·redis·缓存
羊锦磊3 小时前
[ Mybatis 多表关联查询 ] resultMap
java·开发语言·数据库·mysql·mybatis
ZeroToOneDev6 小时前
Java(泛型和JUnit)
java·开发语言·笔记
迪尔~7 小时前
Apache POI中通过WorkBook写入图片后出现导出PDF文件时在不同页重复写入该图片问题,如何在通过sheet获取绘图对象清除该图片
java·pdf·excel
现在,此刻8 小时前
leetcode 11. 盛最多水的容器 -java
java·算法·leetcode
全栈工程师修炼指南8 小时前
DBA | SQL 结构化查询语言介绍与学习环境准备
数据库·sql·学习·dba
DKPT8 小时前
Java设计模式之开闭原则介绍与说明
java·设计模式·开闭原则
hyy27952276848 小时前
企业级WEB应用服务器TOMCAT
java·前端·tomcat
布朗克1688 小时前
Spring Boot项目通过Feign调用三方接口的详细教程
java·spring boot·feign
Arva .8 小时前
Spring基于XML的自动装配
xml·java·spring