Skip to content

Commit 48dc341

Browse files
authored
README: add note on extract-dtb with example usage
1 parent b44c350 commit 48dc341

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Some example device trees to try out are [the Raspberry Pi ones](https://github.
1818

1919
This library does not use `std`, just `core`.
2020

21-
# Examples
21+
## Example usage
2222

2323
```rust
2424
use std::{fs, io::Read};
@@ -34,3 +34,13 @@ fn main() {
3434
println!("{dt:?}");
3535
}
3636
```
37+
38+
## CLI Tools
39+
40+
### `extract-dtb`
41+
42+
extract .dtb files from images
43+
44+
```
45+
$> cargo run extract-dtb
46+
```

0 commit comments

Comments
 (0)