From: Chanho Park Date: Wed, 4 Jan 2017 10:31:47 +0000 (+0900) Subject: README: install device-tree-compiler package X-Git-Tag: submit/tizen/20180327.075642~74 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6db046cb3c247c7f80b4ba393d4aeec103ef08f5;p=profile%2Fcommon%2Fplatform%2Fkernel%2Fu-boot-artik7.git README: install device-tree-compiler package This patch adds device-tree-compiler package installation for dtc. Signed-off-by: Chanho Park --- diff --git a/README.md b/README.md index 5d5e86e5aa..d5b5cfe619 100644 --- 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. ```