aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2017-12-21 14:24:36 +0100
committerAnders Roxell <anders.roxell@linaro.org>2017-12-21 14:24:36 +0100
commitcbaaf788f1c3e13bfa5e89e7fa19b18c35a21198 (patch)
treeaf83333d1d1f7e2165304c027ddad50bba5d6e7c
parent708354cc833c7d160b358675970616a82c215c32 (diff)
add README.md
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-rw-r--r--README.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6e4efd4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,35 @@
+# setup symlinks
+$ ./install.sh
+
+# pre-req clone linux kernel.
+example:
+$ mkdir kernel/
+$ git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
+$ cd linux
+$ git remote add stable https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
+$ git remote update
+$ cd ..
+$ git-new-workdir linux stable-4.14
+$ cd stable-4.14
+$ git checkout -b linux-4.14.y stable/linux-4.14.y
+
+# Building with build-kernel
+example:
+
+$ cd <path>/kernel/linux-4.14
+$ build-kernel -k linux-stable-4.14 -m hikey
+
+find the name from the k flag here:
+http://snapshots.linaro.org/openembedded/lkft/morty/hikey/rpb/
+the m flag are from:
+http://snapshots.linaro.org/openembedded/lkft/morty/
+Supported HWs today:
+
+ - hikey
+ - am57xx-evm
+
+# Deploy with deploy-kernel
+example:
+
+$ cd <path>/kernel
+$ deploy-kernel -i <ip> -m hikey