summaryrefslogtreecommitdiff
path: root/tsp/scripts
diff options
context:
space:
mode:
authorAleksander Mistewicz <a.mistewicz@samsung.com>2017-05-19 11:27:03 +0200
committerAleksander Mistewicz <a.mistewicz@samsung.com>2017-08-08 10:18:08 +0200
commitb21a25b895af2c0b087b5cb1fb8e735711b387ff (patch)
treef02ad78c03da4137d528cdda7050acb8d0a359ab /tsp/scripts
parent529d5619fca2c7b2a741ea710e603f843db424ce (diff)
downloadmajor-b21a25b895af2c0b087b5cb1fb8e735711b387ff.tar.gz
major-b21a25b895af2c0b087b5cb1fb8e735711b387ff.tar.bz2
major-b21a25b895af2c0b087b5cb1fb8e735711b387ff.zip
Add new images for RaspberryPi 3
Change-Id: I2ca321b3d199f87230cc93d2dcf2002e0a2ff763
Diffstat (limited to 'tsp/scripts')
-rwxr-xr-xtsp/scripts/common_prep_flash_conf.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsp/scripts/common_prep_flash_conf.sh b/tsp/scripts/common_prep_flash_conf.sh
index 85842ad..a7dbb11 100755
--- a/tsp/scripts/common_prep_flash_conf.sh
+++ b/tsp/scripts/common_prep_flash_conf.sh
@@ -34,6 +34,7 @@ case "$TARGET" in
*rpi3*)
BOOT_IMG="$(pwd)/$(ls tizen-*-boot-*rpi3*.tar.gz)"
USR_IMG="$(pwd)/$(ls tizen-*-headless-*rpi3*.tar.gz)"
+ test -f "$USR_IMG" || USR_IMG="$(pwd)/$(ls tizen-*-wayland-*rpi3*.tar.gz)"
;;
*artik*)
BOOT_IMG="$(pwd)/$(ls tizen-*-boot-*artik*.tar.gz)"