blob: cd6ea1e232718ac6d338fd977e9a6aa622bedd40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# dtbtool
## Build
```bash
$ make
```
## References
- https://github.com/CyanogenMod/android_device_qcom_common/blob/cm-13.0/dtbtool
- https://github.com/xiaolu/mkbootimg_tools
|