Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ $ echo 'TOP="${HOME}/src/kernel"' > ${HOME}/.ragnar.rc

- hikey
- am57xx-evm
- dragonboard-410c (build)

### pre-req clone linux kernel.
example:
Expand Down
6 changes: 6 additions & 0 deletions build-kernel
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ case ${MACHINE} in
image_name=Image
dtb_name="hi6220-hikey"
;;
dragonboard-410c|db410c)
ARCH=arm64
CONFIG_URL=${CONFIG_URL:-"http://snapshots.linaro.org/openembedded/lkft/morty/dragonboard-410c/rpb/${KERNEL_VERSION}/latest/config"}
image_name=Image
dtb_name="dragonboard-410c"
;
*)
usage
exit 1
Expand Down