Skip to content

Commit

Permalink
config: artik710-ota: add new board config file
Browse files Browse the repository at this point in the history
This patch adds new board config that support OTA(Over-The-Air) feature.

Change-Id: I5d07e46d7952d9f4a84254ddbd37f9da01fbb288
Signed-off-by: Jaewon Kim <[email protected]>
  • Loading branch information
jwn0222 committed May 2, 2017
1 parent 7520903 commit 889a7a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/artik710-ota.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
. config/artik710.cfg

export TARGET_BOARD=artik710-ota
export TARGET_DIR=$IMAGE_DIR/$TARGET_BOARD
export UBOOT_DEFCONFIG=artik710_raptor_ota_defconfig
export OTA=true

0 comments on commit 889a7a1

Please sign in to comment.