We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee97f81 commit 5bcb3a5Copy full SHA for 5bcb3a5
sophgo-rom-tool/README.md
@@ -6,6 +6,6 @@ Example:
6
7
```bash
8
cargo build -p hello-world --target riscv64imac-unknown-none-elf --release
9
-rust-objcopy --binary-architecture=riscv64 --strip-all -O binary .\target\riscv64imac-unknown-none-elf\release\hello-world .\target\hello-world.bin
10
-cargo run --bin sophgo-rom-tool -- .\target\hello-world.bin -o .\target\fip.bin
+rust-objcopy --binary-architecture=riscv64 --strip-all -O binary ./target/riscv64imac-unknown-none-elf/release/hello-world ./target/hello-world.bin
+cargo run --bin sophgo-rom-tool -- ./target/hello-world.bin -o ./target/fip.bin
11
```
0 commit comments