README: install device-tree-compiler package
authorChanho Park <chanho61.park@samsung.com>
Wed, 4 Jan 2017 10:31:47 +0000 (19:31 +0900)
committerChanho Park <chanho61.park@samsung.com>
Thu, 25 Jan 2018 05:49:40 +0000 (14:49 +0900)
This patch adds device-tree-compiler package installation
for dtc.

Signed-off-by: Chanho Park <chanho61.park@samsung.com>
README.md

index 5d5e86e5aa95043517a894120255fdb2988bd54a..d5b5cfe619d395d6d48e29e4b8ee6a8791f161ff 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ The u-boot of artik710 is based on 2016-01 version.
 ### 2.1 Install cross compiler
 + For artik710> You'll need an arm64 cross compiler
 ```
-sudo apt-get install gcc-aarch64-linux-gnu
+sudo apt-get install gcc-aarch64-linux-gnu device-tree-compiler
 ```
 If you can't install the above toolchain, you can use linaro toolchain.
 ```