Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
Added building from repo section
  • Loading branch information
svenrademakers committed Aug 29, 2023
1 parent 3ab75ac commit bb36363
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,18 @@
`bmcd` or 'BMC Daemon' is part of the
[BMC-Firmware](https://www.github.com/turing-machines/BMC-Firmware) and is responsible
for hosting Restful APIs related to node management, and configuration of a Turing-Pi 2 board.

## Building

This package will be built as part of the buildroot firmware located
[here](https://www.github.com/turing-machines/BMC-Firmware). If you want to
build the the binary from this repository, we recommend to use `cargo cross`:

```bash
# install cross environment
cargo install cross --git https://github.com/cross-rs/cross

# execute cross build command for Turing-Pi target
cross build --target armv7-unknown-linux-gnueabi -p bmcd
```

0 comments on commit bb36363

Please sign in to comment.