当前位置:网站首页>全志通过fastboot烧写boot.img
全志通过fastboot烧写boot.img
2022-08-09 02:21:00 【szembed】
在服务器编译全志Android7的源码,从服务器拷到本地磁盘花的时间比较长,所以想单独拷boot.img来烧写。全志自带的PhoenixSuit工具是可以烧写内核的,但是要整体Android的镜像。因为之前在用九鼎的x210通过fastboot来烧写内核,于是也想通过这个方式来烧写。
1.进入全志的uboot
执行命令
sunxi#fastboot
2.拷贝boot.img到本地fastboot工具目录
路径:a40i-android7.1\android\out\target\product\a40-boardcon\boot.img
3.执行fastboot烧写命令
PS D:\fastboot\1280_20161216143520\fastboot> fastboot flash boot boot/boot.img
烧写完成,执行fastboot reboot重启
边栏推荐
- Duplicate class com.google.common.util.concurrent.ListenableFuture found in modules
- Programmer's Daily Life | Daily Fun
- 2022 China Eye Expo, China Beijing International Children and Adolescent Eye Health Industry Exhibition
- How to install yii2
- Go-10-模块与包
- 为什么应用程序依赖关系映射对于云迁移至关重要
- 数据恢复软件EasyRecovery支持恢复所有类型的文件
- 线段树知识整理
- HCIP-R&S By Wakin自用笔记(3)OSPF之各类LSA及LSA更新规则
- pytorch相关知识点总结
猜你喜欢
为什么应用程序依赖关系映射对于云迁移至关重要
[C language brush questions] Application of fast and slow pointers in linked lists
10.1-----19. Delete the Nth node from the bottom of the linked list
HCIP-R&S By Wakin自用笔记(3)OSPF之各类LSA及LSA更新规则
力扣刷题记录9.1-----24. 两两交换链表中的节点
D. Tournament Countdown
ROS2错误:不支持OpenGL 1.5 GLRenderSystem:: ci initialiseContext在C: \ \ ws \构建……
2022 PMP Project Management Certification Exam Registration Guide (1)
历史最全DL相关书籍、课程、视频、论文、数据集、会议、框架和工具整理分享
How to install ngrok in Synology system (Synology 6.X version)
随机推荐
9.1-----24. Swap the nodes in the linked list in pairs
SQLite切换日志模式优化
HNUMSC-C语言第一课
MT4/MQ4L入门到精通EA教程第二课-MQL语言常用函数(二)-账户信息常用功能函数
D. Tournament Countdown
2022 Eye Care Products Exhibition, Beijing Eye Health Exhibition, Ophthalmology Exhibition, Myopia Correction Equipment Exhibition
My thoughts on software development
力扣刷题记录4.1-----209. 长度最小的子数组
力扣刷题记录3.1-----977. 有序数组的平方
Codeforces Round #809 (Div. 2)A~D1
The most fierce "employee" in history, madly complaining about the billionaire boss Xiao Zha: So rich, he always wears the same clothes!
Summary of pytorch related knowledge points
2020.12.4日志
ROS 、SLAM 学习 error整理
Open3D 计算点云的均值(质心)与协方差
16.flink 自定义KeySelector
2020.10.13开发日志
如何在群晖系统中安装cpolar(群晖6.X版)
2022眼康品牌加盟展,北京视力保健展,中国眼科医学技术峰会
Go-8-Gin框架