Skip to content

Commit

Permalink
docs: rock5a add android image link
Browse files Browse the repository at this point in the history
  • Loading branch information
skljfi committed Nov 29, 2024
1 parent 6dbae2a commit 5b3e2dc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
9 changes: 8 additions & 1 deletion docs/rock5/rock5a/_image.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ import React, { Fragment } from "react";
ROCK 5A 系统镜像(6.1 内核): Radxa ROCK 5A Debian12 b3{" "}
</a>
</li>
<li style={{ display: `${props.system_img ? "block" : "none"}` }}>
{" "}
<a href="https://github.com/radxa/manifests/releases/download/radxa-rock5a-20241129/Rock5A-Android12-r14-gms-20241129-gpt.zip">
{" "}
ROCK 5A Android12 : Radxa ROCK 5A Android{" "}
</a>
</li>
<li style={{ display: `${props.spi_img ? "block" : "none"}` }}>
{" "}
<a
Expand All @@ -38,7 +45,7 @@ import React, { Fragment } from "react";
alt="MiniLoader"
>
{" "}
MiniLoader.bin{" "}
ROCK 5A Android Loader 文件:MiniLoader.bin{" "}
</a>
</li>
</ul>
2 changes: 1 addition & 1 deletion docs/rock5/rock5a/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Radxa ROCK 5A V1.1 版本

## 操作系统镜像

<Images loader={false} system_img={true} spi_img={false} />
<Images loader={false} system_img={true} spi_img={false} miniloader={true}/>

:::caution

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ import React, { Fragment } from "react";
ROCK 5A (Kernel 6.1): Radxa ROCK 5A Debian12 b3{" "}
</a>
</li>
<li style={{ display: `${props.system_img ? "block" : "none"}` }}>
{" "}
<a href="https://github.com/radxa/manifests/releases/download/radxa-rock5a-20241129/Rock5A-Android12-r14-gms-20241129-gpt.zip">
{" "}
ROCK 5A Android12 : Radxa ROCK 5A Android{" "}
</a>
</li>
<li style={{ display: `${props.spi_img ? "block" : "none"}` }}>
{" "}
<a
Expand All @@ -38,7 +45,7 @@ import React, { Fragment } from "react";
alt="MiniLoader"
>
{" "}
MiniLoader.bin{" "}
ROCK 5A Android Loader : MiniLoader.bin{" "}
</a>
</li>
</ul>
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Radxa ROCK 5A Version V1.1

## System Image

<Images loader={false} system_img={true} spi_img={false} />
<Images loader={false} system_img={true} spi_img={false} miniloader={true}/>

:::caution

Expand Down

0 comments on commit 5b3e2dc

Please sign in to comment.