Browse Source

docs: add build tool description

guttatus 5 months ago
parent
commit
07c140c7dc
1 changed files with 8 additions and 0 deletions
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -4,6 +4,14 @@ RustSBI Prototyper is a developing RISC-V Secure Bootloader solution. It can be
 
 
 ## Setting Up the Development Environment
 ## Setting Up the Development Environment
 
 
+### Packages to be installed
+
+```bash
+cargo install cargo-binutils
+sudo apt install u-boot-tools
+```
+
+
 ### 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.