-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perf: install os form nvme using SD card/eMMC as a boot disk #47
Conversation
Signed-off-by: Nascs Fang <[email protected]>
Signed-off-by: Nascs Fang <[email protected]>
docs/common/dev/_nvme.mdx
Outdated
@@ -0,0 +1,53 @@ | |||
## 思路: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
整体步骤
## 思路: | ||
|
||
- 准备一张 SD 卡或者 eMMC, 充当启动盘 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eMMC => eMMC Module
docs/common/dev/_nvme.mdx
Outdated
|
||
### 准备一张 SD 卡或者 eMMC, 充当启动盘 | ||
|
||
这里 SD卡/eMMC 的作用相当于 x86 的启动盘,目的是拿到 spi.img, 将 spi.img 刷到 spi flash 中。从 SD 卡/eMMC 启动后,执行一下命令以更新系统: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
提示用户:如何制作启动盘, 可以放链接
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里是 .mdx 文件,不好放链接吧
|
||
### 使用系统工具 rsetup 刷 SPI | ||
|
||
<img |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
图片过大
docs/common/dev/_nvme.mdx
Outdated
<img src="/img/common/nvme/success.webp" width="1000" alt="success" /> | ||
|
||
### 将系统镜像刷到 NVME SSD 里面 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
将这里分开来写
- 如何判断系统是否识别NVME
- 哪里下载景象,如何Copy到启动盘中
Signed-off-by: Nascs Fang <[email protected]>
Signed-off-by: Nascs Fang <[email protected]>
Signed-off-by: Nascs Fang <[email protected]>
Description of changes