From cbaaf788f1c3e13bfa5e89e7fa19b18c35a21198 Mon Sep 17 00:00:00 2001 From: Anders Roxell Date: Thu, 21 Dec 2017 14:24:36 +0100 Subject: add README.md Signed-off-by: Anders Roxell --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README.md 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 /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 /kernel +$ deploy-kernel -i -m hikey -- cgit v1.2.3