Skip to content

fix: add loader location info for rock5c #801

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

Merged
merged 1 commit into from
May 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/common/dev/_rkdeveloptoolV2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ rkdeveloptool 不支持选择 Maskrom 设备,也无法选择待写入的存储
>
{`

1. 解压镜像文件(镜像文件详见上文 "文件下载" 部分, 此处 以 #model#_debian_bullseye-test_#desktop#_#release_num#.img.xz 为例)
1. 解压镜像文件(镜像文件请到 "文件下载" 部分下载, 此处 以 #model#_debian_bullseye-test_#desktop#_#release_num#.img.xz 为例)
xz -d #model#\_debian_bullseye-test_#desktop#\_#release_num#.img.xz
2. 烧录 Loader
2. 烧录 Loader (Loader文件请到本文 "文件下载" 部分下载)
sudo rkdeveloptool db #loader#
3. 烧录镜像
sudo rkdeveloptool wl 0 #model#_debian_bullseye-test_#desktop#\_#release_num#.img
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ If you need to write to multiple devices at the same time, use upgrade_tool.
>
{`

1. Extract the image file (see **File Download** above for details of the image file, here #model#_debian_bullseye-test_#desktop#_#release_num#.img.xz is used as an example)
1. Extract the image file (Download the image file from "File Download" part above, here #model#_debian_bullseye-test_#desktop#_#release_num#.img.xz is used as an example)
xz -d #model#\_debian_bullseye-test_#desktop#\_#release_num#.img.xz
2. Flash Loader
2. Flash Loader (Download the loader file from "File Download" part above )
sudo rkdeveloptool db #loader#
3. Flash System Image
sudo rkdeveloptool wl 0 #model#_debian_bullseye-test_#desktop#\_#release_num#.img
Expand Down
Loading