Skip to content

Commit

Permalink
Update doc/cross-compile/buildroot.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Ithier <[email protected]>
  • Loading branch information
jerry-xie-000 and orecham committed Nov 12, 2024
1 parent b72b15f commit 74f6f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cross-compile/buildroot.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

1. install the build dependencies on your host PC, like: cmake, g++, clang...

2. install the `rust` tool: `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
2. install the `rust` toolchain: `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`

3. add the arm64 target for rust: `rustup target add aarch64-unknown-linux-gnu`

Expand Down

0 comments on commit 74f6f9e

Please sign in to comment.