Merge branch 'master' of https://github.com/autolaborcenter/navgationkit-docs-sphinx
|
@ -0,0 +1,58 @@
|
|||
# 镜像烧录指南
|
||||
|
||||
如果你需要升级更新版本的AutolaborOS,或者烧录AutolaborOS镜像到一个新的U盘,本文将引导你如何烧录镜像。
|
||||
|
||||
## 准备
|
||||
|
||||
* U盘:容量为8GB或以上
|
||||
|
||||
* 镜像:[AutolaborOS](http://www.autolabor.com.cn/download)
|
||||
|
||||
* 烧录工具:[Etcher](https://www.balena.io/etcher/)
|
||||
|
||||
> 适用于Windows、macOS、Linux多平台开源烧录工具
|
||||
|
||||
## 开始
|
||||
|
||||
> 以Windows平台为例进行介绍,其他平台的操作方法大致相同。
|
||||
|
||||
1.启动烧录工具`Etcher`
|
||||
|
||||
![](imgs/windows_etcher_start.png)
|
||||
|
||||
2.单击`Flash from file`(选择文件以烧录),然后选择先前下载的压缩镜像文件
|
||||
|
||||
> Flash from URL功能可能不稳定,不推荐使用该方式。
|
||||
|
||||
![](imgs/windows_etcher_select_image.png)
|
||||
|
||||
3.将待烧录的优盘插入电脑(若尚未插入)
|
||||
> 如果 Windows 弹出如下提示对话框,则单击“Cancel”(取消)(请参阅[此处解释](https://github.com/balena-io/etcher/issues/2024)):
|
||||
|
||||
![](imgs/windows_etcher_format_disk.png)
|
||||
|
||||
5.单击`Select target`(选择目标设备),并选择刚刚插入的U盘
|
||||
|
||||
![](imgs/windows_etcher_select_disk.png)
|
||||
|
||||
6.单击`Flash!`(烧录!)
|
||||
|
||||
![](imgs/windows_etcher_flashing.png)
|
||||
|
||||
> 如果在烧录过程中 Windows 弹出如下提示对话框,请单击“取消”。
|
||||
|
||||
![](imgs/windows_etcher_insert_disk.png)
|
||||
|
||||
7.烧录完成,从文件管理器中弹出U盘即可
|
||||
|
||||
![](imgs/windows_etcher_flash_complete.png)
|
||||
|
||||
|
||||
Etcher 烧录完成后,Windows 可能会提示你无法识别该U盘。此时只需单击“取消”,然后弹出U盘即可。
|
||||
|
||||
## 常见问题
|
||||
|
||||
* “Etcher报错,无法开始烧录?”
|
||||
|
||||
尝试使用管理员身份重新打开Etcher。
|
||||
|
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 5.4 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 11 KiB |
|
@ -6,7 +6,9 @@
|
|||
|
||||
* Autolabor OS 镜像盘 * 1
|
||||
|
||||
> AutolaborOS 镜像[下载](http://www.autolabor.com.cn/download)。
|
||||
> AutolaborOS 镜像[下载](http://www.autolabor.com.cn/download)
|
||||
|
||||
> 参考[镜像烧录指南](../flash/doc.md)
|
||||
|
||||
## 开始
|
||||
|
||||
|
@ -28,7 +30,7 @@
|
|||
|
||||
原则上,Autolabor OS 兼容市面所有 X86/AMD64 架构硬件平台,但我们无法保证其可用性。
|
||||
|
||||
如果你是富有挑战精神的人,我们当然欢迎你将 Autolabor OS 安装在任何 X86/AMD64 设备上,更欢迎给我们提出兼容性报告。
|
||||
如果你富有挑战精神,我们也欢迎你尝试把 Autolabor OS 安装在任何 X86/AMD64 设备上,更欢迎给我们提出兼容性报告。
|
||||
|
||||
为获得最佳使用体验,推荐使用 Autolabor PC 来搭载 Autolabor OS。
|
||||
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
|
@ -0,0 +1,23 @@
|
|||
# 使用Live版AutolaborOS
|
||||
|
||||
如果你需要恢复AutolaborPC中的用户数据,或者将AutolaborOS`临时`运行在任意一台X86/AMD64电脑上,本文将引导你启动Live版AutolaborOS。
|
||||
|
||||
## 准备
|
||||
|
||||
* Autolabor OS 镜像盘 * 1
|
||||
|
||||
> AutolaborOS 镜像[下载](http://www.autolabor.com.cn/download)
|
||||
|
||||
> 参考[镜像烧录指南](../flash/doc.md)
|
||||
|
||||
## 开始
|
||||
|
||||
* 使用Live版AutolaborOS恢复用户数据
|
||||
|
||||
![](imgs/restore_user_data.gif)
|
||||
|
||||
|
||||
## 常见问题
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 2.1 MiB |
|
@ -183,8 +183,21 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"name": "安装操作系统",
|
||||
"uri": "common/install_os/doc"
|
||||
"name": "操作系统相关",
|
||||
"items":[
|
||||
{
|
||||
"name": "安装AutolaborOS",
|
||||
"uri": "common/os/install/doc"
|
||||
},
|
||||
{
|
||||
"name": "镜像烧录",
|
||||
"uri": "common/os/install/doc"
|
||||
},
|
||||
{
|
||||
"name": "Live版AutolaborOS",
|
||||
"uri": "common/os/live/doc"
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
"name": "设备参考资料",
|
||||
|
|