Ignore artik's boot image 21/108721/3
authorAleksander Mistewicz <a.mistewicz@samsung.com>
Fri, 4 Nov 2016 10:31:18 +0000 (11:31 +0100)
committerAleksander Mistewicz <a.mistewicz@samsung.com>
Wed, 29 Mar 2017 10:48:09 +0000 (12:48 +0200)
Change-Id: Ie83428cca51dcaa83397160c12a2574f1d9e8091

tct/artik_prepare_flash_conf.sh
tct/flash/flash_dd_artik.sh

index 2c7669b..a3d364b 100755 (executable)
@@ -56,12 +56,6 @@ IMAGE_MOUNTPOINT="${T_DIR}/mounted"
 
 switch2testserver "${SDMUX}"
 
-unpack_image "${BOOT_IMAGE}" "${IMAGE_UNPACKED}"
-
-mount_image "${IMAGE_UNPACKED}/boot.img" "${IMAGE_MOUNTPOINT}"
-replace_params "${IMAGE_MOUNTPOINT}"
-unmount_image "${IMAGE_MOUNTPOINT}"
-
 unpack_image "${USR_IMAGE}" "${IMAGE_UNPACKED}"
 
 mount_image "${IMAGE_UNPACKED}/rootfs.img" "${IMAGE_MOUNTPOINT}"
index 515682b..5cb73e1 100755 (executable)
@@ -38,10 +38,10 @@ TESTLAB_SCRIPTS="$(CDPATH='' cd -- "$(dirname -- "$0")"/.. && pwd -P)"
 test -n "${1}" || die "Too few arguments!"
 
 sdd="sudo dd bs=1M"
-test -b "${1}1" || die "No ${1}1"
-$sdd if=boot.img "of=${1}1"
-test -b "${1}2" || die "No ${1}2"
-$sdd if=modules.img "of=${1}2"
+#test -b "${1}1" || die "No ${1}1"
+#$sdd if=boot.img "of=${1}1"
+#test -b "${1}2" || die "No ${1}2"
+#$sdd if=modules.img "of=${1}2"
 test -b "${1}3" || die "No ${1}3"
 $sdd if=rootfs.img "of=${1}3"
 test -b "${1}5" || die "No ${1}5"