diff --git a/docs/common/dev/_erase-emmc.mdx b/docs/common/dev/_erase-emmc.mdx index 83dd0ef2e..a35f2a7d9 100644 --- a/docs/common/dev/_erase-emmc.mdx +++ b/docs/common/dev/_erase-emmc.mdx @@ -25,13 +25,7 @@ 3. 刷入 Loader -
- - Download the loader file Loader , 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 - -+
{`Download the loader file `} Loader {`, 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`}
4. 清空 eMMC
diff --git a/docs/common/dev/_erase-spi-emmc.mdx b/docs/common/dev/_erase-spi-emmc.mdx
index ff334c010..d36a6e659 100644
--- a/docs/common/dev/_erase-spi-emmc.mdx
+++ b/docs/common/dev/_erase-spi-emmc.mdx
@@ -25,9 +25,7 @@
3. 刷入 Loader
-
- sudo rkdeveloptool db {props.loader_name}
-
+ {`sudo rkdeveloptool db `} {props.loader_name}
4. 清空 eMMC
@@ -77,9 +75,7 @@
2. 刷入 Loader
-
- sudo rkdeveloptool db {props.loader_name}
-
+ {`sudo rkdeveloptool db `} {props.loader_name}
3. 清空 SPI Flash
diff --git a/docs/common/dev/_pico2-riscv32-toolchain.mdx b/docs/common/dev/_pico2-riscv32-toolchain.mdx
index 14601018d..ec33c3a40 100644
--- a/docs/common/dev/_pico2-riscv32-toolchain.mdx
+++ b/docs/common/dev/_pico2-riscv32-toolchain.mdx
@@ -88,17 +88,13 @@ git clone https://github.com/raspberrypi/pico-examples.git --branch master
- 编译
-- export PICO_SDK_PATH=path/to/pico-sdk - - cd pico-examples - - mkdir build - - cd build - - cmake .. -DPICO_PLATFORM=rp2350-riscv && make -j4 -+```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 的程序 diff --git a/docs/common/dev/_rkdeveloptoolV2.mdx b/docs/common/dev/_rkdeveloptoolV2.mdx index e4a0bcd3c..74724692a 100644 --- a/docs/common/dev/_rkdeveloptoolV2.mdx +++ b/docs/common/dev/_rkdeveloptoolV2.mdx @@ -62,11 +62,7 @@ rkdeveloptool 可以被认为是[开源版本](https://opensource.rock-chips.com
- 可从{" "}
- AUR {" "}
- 安装 rkdeveloptool。
-
+ {`可从 `} AUR {` 安装 rkdeveloptool。`}
- 可从{" "}
- AUR {" "}
- 安装 rkdeveloptool。
-
+ {`可从 `} AUR {` 安装 rkdeveloptool。`}
- - Download the loader file Loader , 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 - -+
{`Download the loader file `} Loader {`, 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`}
4. Erase eMMC
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_erase-spi-emmc.mdx b/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_erase-spi-emmc.mdx
index b0b7478f8..5ad3028f2 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_erase-spi-emmc.mdx
+++ b/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_erase-spi-emmc.mdx
@@ -25,9 +25,7 @@
3. Flash Loader
-
- sudo rkdeveloptool db {props.loader_name}
-
+ {`sudo rkdeveloptool db `} {props.loader_name}
4. Erase eMMC
@@ -77,9 +75,7 @@
2. Flash Loader
- - sudo rkdeveloptool db rk3588_spl_loader_v1.15.113.bin -+
{`sudo rkdeveloptool db `} rk3588_spl_loader_v1.15.113.bin
3. Erase SPI Flash
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_pico2-riscv32-toolchain.mdx b/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_pico2-riscv32-toolchain.mdx
index 8ff73b439..ff6e177d7 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_pico2-riscv32-toolchain.mdx
+++ b/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_pico2-riscv32-toolchain.mdx
@@ -88,17 +88,13 @@ git clone https://github.com/raspberrypi/pico-examples.git --branch master
- Compile
-- export PICO_SDK_PATH=path/to/pico-sdk - - cd pico-examples - - mkdir build - - cd build - - cmake .. -DPICO_PLATFORM=rp2350-riscv && make -j4 -+```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 diff --git a/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_rkdeveloptoolV2.mdx b/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_rkdeveloptoolV2.mdx index 14f939c53..4477198ca 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_rkdeveloptoolV2.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/common/dev/_rkdeveloptoolV2.mdx @@ -62,13 +62,7 @@ If your operating system does not provide rkdeveloptool, you will need to compil
- rkdeveloptool can be installed from the{" "}
-
- {" "}
- AUR .
- {" "}
-
+ {`rkdeveloptool can be installed from the `}{` `}{` AUR .`}{` `}
- rkdeveloptool can be installed from the{" "}
-
- {" "}
- AUR .
- {" "}
-
+ {`rkdeveloptool can be installed from the `}{` `}{` AUR .`}{` `}