Skip to content
Closed
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
8 changes: 1 addition & 7 deletions docs/common/dev/_erase-emmc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@

3. 刷入 Loader

<pre>

Download the loader file <a href={props.loader}> Loader </a>, then installll the downloaded loader file (replace xxx_loader.bin with the downloaded file name in the following command)

sudo rkdeveloptool db xxx_loader.bin

</pre>
<pre>{`Download the loader file `}<a href={props.loader}> Loader </a>{`, then installll the downloaded loader file (replace xxx_loader.bin with the downloaded file name in the following command)\n\nsudo rkdeveloptool db xxx_loader.bin`}</pre>

4. 清空 eMMC

Expand Down
8 changes: 2 additions & 6 deletions docs/common/dev/_erase-spi-emmc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@

3. 刷入 Loader

<pre>
sudo rkdeveloptool db <a href={props.loader}> {props.loader_name} </a>
</pre>
<pre>{`sudo rkdeveloptool db `}<a href={props.loader}> {props.loader_name} </a></pre>

4. 清空 eMMC

Expand Down Expand Up @@ -77,9 +75,7 @@

2. 刷入 Loader

<pre>
sudo rkdeveloptool db <a href={props.loader}> {props.loader_name} </a>
</pre>
<pre>{`sudo rkdeveloptool db `}<a href={props.loader}> {props.loader_name} </a></pre>

3. 清空 SPI Flash

Expand Down
18 changes: 7 additions & 11 deletions docs/common/dev/_pico2-riscv32-toolchain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,13 @@ git clone https://github.com/raspberrypi/pico-examples.git --branch master

- 编译

<pre>
export PICO_SDK_PATH=path/to/pico-sdk
<!-- prettier-ignore -->
cd pico-examples
<!-- prettier-ignore -->
mkdir build
<!-- prettier-ignore -->
cd build
<!-- prettier-ignore -->
cmake .. -DPICO_PLATFORM=<b>rp2350-riscv</b> && make -j4
</pre>
```bash
export PICO_SDK_PATH=path/to/pico-sdk
cd pico-examples
mkdir build
cd build
cmake .. -DPICO_PLATFORM=rp2350-riscv && make -j4
```

- 验证编译出来的程序是否为 riscv 32 的程序

Expand Down
6 changes: 1 addition & 5 deletions docs/common/dev/_rkdeveloptoolV2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,7 @@ rkdeveloptool 可以被认为是[开源版本](https://opensource.rock-chips.com
</strong>
</TabItem>
<TabItem value="ArchLinux">
<pre>
可从{" "}
<a href="https://aur.archlinux.org/packages/rkdeveloptool"> AUR </a>{" "}
安装 rkdeveloptool。
</pre>
<pre>{`可从 `}<a href="https://aur.archlinux.org/packages/rkdeveloptool"> AUR </a>{` 安装 rkdeveloptool。`}</pre>
</TabItem>
</Tabs>{" "}
</div>
Expand Down
6 changes: 1 addition & 5 deletions docs/common/dev/_rkdeveloptoolV3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,7 @@ rkdeveloptool 可以被认为是[开源版本](https://opensource.rock-chips.com
</strong>
</TabItem>
<TabItem value="ArchLinux">
<pre>
可从{" "}
<a href="https://aur.archlinux.org/packages/rkdeveloptool"> AUR </a>{" "}
安装 rkdeveloptool。
</pre>
<pre>{`可从 `}<a href="https://aur.archlinux.org/packages/rkdeveloptool"> AUR </a>{` 安装 rkdeveloptool。`}</pre>
</TabItem>
</Tabs>{" "}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@

3. Flash Loader

<pre>

Download the loader file <a href={props.loader}> Loader </a>, then installll the downloaded loader file (replace xxx_loader.bin with the downloaded file name in the following command)

sudo rkdeveloptool db xxx_loader.bin

</pre>
<pre>{`Download the loader file `}<a href={props.loader}> Loader </a>{`, then installll the downloaded loader file (replace xxx_loader.bin with the downloaded file name in the following command)\n\nsudo rkdeveloptool db xxx_loader.bin`}</pre>

4. Erase eMMC

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@

3. Flash Loader

<pre>
sudo rkdeveloptool db <a href={props.loader}> {props.loader_name} </a>
</pre>
<pre>{`sudo rkdeveloptool db `}<a href={props.loader}> {props.loader_name} </a></pre>

4. Erase eMMC

Expand Down Expand Up @@ -77,9 +75,7 @@

2. Flash Loader

<pre>
sudo rkdeveloptool db <a href={props.loader}> rk3588_spl_loader_v1.15.113.bin </a>
</pre>
<pre>{`sudo rkdeveloptool db `}<a href={props.loader}> rk3588_spl_loader_v1.15.113.bin </a></pre>

3. Erase SPI Flash

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,13 @@ git clone https://github.com/raspberrypi/pico-examples.git --branch master

- Compile

<pre>
export PICO_SDK_PATH=path/to/pico-sdk
<!-- prettier-ignore -->
cd pico-examples
<!-- prettier-ignore -->
mkdir build
<!-- prettier-ignore -->
cd build
<!-- prettier-ignore -->
cmake .. -DPICO_PLATFORM=<b>rp2350-riscv</b> && make -j4
</pre>
```bash
export PICO_SDK_PATH=path/to/pico-sdk
cd pico-examples
mkdir build
cd build
cmake .. -DPICO_PLATFORM=rp2350-riscv && make -j4
```

- Verify that the compiled program is for riscv 32

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,7 @@ If your operating system does not provide rkdeveloptool, you will need to compil
</strong>
</TabItem>
<TabItem value="ArchLinux">
<pre>
rkdeveloptool can be installed from the{" "}
<a href="https://aur.archlinux.org/packages/rkdeveloptool">
{" "}
AUR .
</a>{" "}
</pre>
<pre>{`rkdeveloptool can be installed from the `}<a href="https://aur.archlinux.org/packages/rkdeveloptool">{` `}{` AUR .`}{`</a> `}</pre>
</TabItem>
</Tabs>{" "}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,7 @@ If your operating system does not provide rkdeveloptool, you will need to compil
</strong>
</TabItem>
<TabItem value="ArchLinux">
<pre>
rkdeveloptool can be installed from the{" "}
<a href="https://aur.archlinux.org/packages/rkdeveloptool">
{" "}
AUR .
</a>{" "}
</pre>
<pre>{`rkdeveloptool can be installed from the `}<a href="https://aur.archlinux.org/packages/rkdeveloptool">{` `}{` AUR .`}{`</a> `}</pre>
</TabItem>
</Tabs>{" "}
</div>
Expand Down
Loading