Browse Source

docs(prototyper): Use the new workflow to replace the old one

guttatus 4 months ago
parent
commit
58bcfaf4fd

+ 0 - 8
README.md

@@ -4,14 +4,6 @@ RustSBI Prototyper is a developing RISC-V Secure Bootloader solution. It can be
 
 
 ## Setting Up the Development Environment
 ## Setting Up the Development Environment
 
 
-### Install Cargo Make
-
-Cargo Make is a Rust task runner and build tool, which is essential for development.
-
-```bash
-cargo install cargo-make
-```
-
 ### Optional Tools
 ### Optional Tools
 
 
 The following tools are not mandatory but can be useful for enhancing your development experience.
 The following tools are not mandatory but can be useful for enhancing your development experience.

+ 1 - 1
docs/booting-fedora-in-qemu-using-uboot-and-rustsbi.md

@@ -51,7 +51,7 @@ $ cd prototyper
 编译RustSBI  Prototyper
 编译RustSBI  Prototyper
 
 
 ``` shell
 ``` shell
-$ cargo make prototyper
+$ cargo prototyper
 ```
 ```
 
 
 ## 编译U-Boot SPL
 ## 编译U-Boot SPL

+ 1 - 1
docs/booting-freebsd-in-qemu-using-uboot-and-rustsbi.md

@@ -93,7 +93,7 @@ $ cd prototyper
 编译RustSBI  Prototyper
 编译RustSBI  Prototyper
 
 
 ``` shell
 ``` shell
-$ cargo make prototyper
+$ cargo prototyper
 ```
 ```
 
 
 ## 编译U-Boot SPL
 ## 编译U-Boot SPL

+ 1 - 1
docs/booting-linux-kernel-in-qemu-using-uboot-and-rustsbi.md

@@ -280,7 +280,7 @@ $ cd prototyper
 编译RustSBI  Prototyper
 编译RustSBI  Prototyper
 
 
 ``` shell
 ``` shell
-$ cargo make prototyper
+$ cargo prototyper
 ```
 ```
 
 
 ## 编译U-Boot SPL
 ## 编译U-Boot SPL

+ 1 - 1
docs/booting-openEuler-23.09-in-qemu-using-uboot-and-rustsbi.md

@@ -50,7 +50,7 @@ $ cd prototyper
 编译RustSBI  Prototyper
 编译RustSBI  Prototyper
 
 
 ``` shell
 ``` shell
-$ cargo make prototyper
+$ cargo prototyper
 ```
 ```
 
 
 ## 编译U-Boot SPL
 ## 编译U-Boot SPL

+ 1 - 1
docs/booting-openwrt-in-qemu-using-uboot-and-rustsbi.md

@@ -56,7 +56,7 @@ $ cd prototyper
 编译RustSBI  Prototyper
 编译RustSBI  Prototyper
 
 
 ``` shell
 ``` shell
-$ cargo make prototyper
+$ cargo prototyper
 ```
 ```
 
 
 ## 编译U-Boot SPL
 ## 编译U-Boot SPL

+ 1 - 1
docs/booting-polyos-in-qemu-using-uboot-and-rustsbi.md

@@ -20,7 +20,7 @@ $ cd prototyper
 编译RustSBI  Prototyper
 编译RustSBI  Prototyper
 
 
 ``` shell
 ``` shell
-$ cargo make prototyper
+$ cargo prototyper
 ```
 ```
 
 
 ### Clone & Compile U-Boot
 ### Clone & Compile U-Boot

+ 2 - 1
docs/booting-test-kernel-in-qemu-using-uboot-and-rustsbi.md

@@ -103,7 +103,8 @@ $ cd prototyper
 编译RustSBI Prototyper和Test Kernel
 编译RustSBI Prototyper和Test Kernel
 
 
 ``` shell
 ``` shell
-$ cargo make test-kernel-itb
+$ cargo prototyper
+$ cargo test-kernel --pack
 ```
 ```
 
 
 本小节将使用二进制文件 `./target/riscv64imac-unknown-none-elf/release/rustsbi-test-kernel.itb`。
 本小节将使用二进制文件 `./target/riscv64imac-unknown-none-elf/release/rustsbi-test-kernel.itb`。

+ 1 - 1
docs/booting-ubuntu-24.04.1-in-qemu-using-uboot-and-rustsbi.md

@@ -53,7 +53,7 @@ $ cd prototyper
 编译RustSBI  Prototyper
 编译RustSBI  Prototyper
 
 
 ``` shell
 ``` shell
-$ cargo make prototyper
+$ cargo prototyper
 ```
 ```
 
 
 ## 编译U-Boot SPL
 ## 编译U-Boot SPL