Skip to content
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

Merged
merged 5 commits into from
Apr 17, 2024

Conversation

nascs
Copy link
Contributor

@nascs nascs commented Apr 15, 2024

Description of changes

@nascs nascs requested a review from a team April 15, 2024 11:12
@@ -0,0 +1,53 @@
## 思路:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

整体步骤

## 思路:

- 准备一张 SD 卡或者 eMMC, 充当启动盘

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eMMC => eMMC Module


### 准备一张 SD 卡或者 eMMC, 充当启动盘

这里 SD卡/eMMC 的作用相当于 x86 的启动盘,目的是拿到 spi.img, 将 spi.img 刷到 spi flash 中。从 SD 卡/eMMC 启动后,执行一下命令以更新系统:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

提示用户:如何制作启动盘, 可以放链接

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里是 .mdx 文件,不好放链接吧


### 使用系统工具 rsetup 刷 SPI

<img
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

图片过大

<img src="/img/common/nvme/success.webp" width="1000" alt="success" />

### 将系统镜像刷到 NVME SSD 里面

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

将这里分开来写

  1. 如何判断系统是否识别NVME
  2. 哪里下载景象,如何Copy到启动盘中

@akgnah akgnah merged commit e1286c2 into radxa-docs:main Apr 17, 2024
5 of 6 checks passed
@nascs nascs deleted the boot_on_nvme branch April 24, 2024 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants