diff --git a/connectcore-demo-example/static/images/ccimx8m-mini_board.png b/connectcore-demo-example/static/images/ccimx8mm-dvk_board.png similarity index 100% rename from connectcore-demo-example/static/images/ccimx8m-mini_board.png rename to connectcore-demo-example/static/images/ccimx8mm-dvk_board.png diff --git a/connectcore-demo-example/static/images/ccimx8m-nano_board.png b/connectcore-demo-example/static/images/ccimx8mn-dvk_board.png similarity index 100% rename from connectcore-demo-example/static/images/ccimx8m-nano_board.png rename to connectcore-demo-example/static/images/ccimx8mn-dvk_board.png diff --git a/connectcore-demo-example/static/images/ccmp133_board.png b/connectcore-demo-example/static/images/ccmp13-dvk_board.png similarity index 100% rename from connectcore-demo-example/static/images/ccmp133_board.png rename to connectcore-demo-example/static/images/ccmp13-dvk_board.png diff --git a/connectcore-demo-example/static/images/ccmp157_board.png b/connectcore-demo-example/static/images/ccmp15-dvk_board.png similarity index 100% rename from connectcore-demo-example/static/images/ccmp157_board.png rename to connectcore-demo-example/static/images/ccmp15-dvk_board.png diff --git a/connectcore-demo-example/static/js/ccimx8m-nano.js b/connectcore-demo-example/static/js/ccimx8m-nano.js index 51ccb83..340c625 100644 --- a/connectcore-demo-example/static/js/ccimx8m-nano.js +++ b/connectcore-demo-example/static/js/ccimx8m-nano.js @@ -20,7 +20,7 @@ class CCIMX8MNANO extends ConnectCoreDevice { static PLATFORM_NAME = "ConnectCore 8M-Nano DVK"; // Variables. - BOARD_IMAGE = "ccimx8m-nano_board.png"; + BOARD_IMAGE = "ccimx8mn-dvk_board.png"; BOARD_IMAGE_SCALE = 85; CPU_COMPONENT_VISIBLE = true; diff --git a/connectcore-demo-example/static/js/ccimx8mm-dvk.js b/connectcore-demo-example/static/js/ccimx8mm-dvk.js index 0fb4d9c..ca1405a 100644 --- a/connectcore-demo-example/static/js/ccimx8mm-dvk.js +++ b/connectcore-demo-example/static/js/ccimx8mm-dvk.js @@ -20,7 +20,7 @@ class CCIMX8MMINI extends ConnectCoreDevice { static PLATFORM_NAME = "ConnectCore 8M-Mini DVK"; // Variables. - BOARD_IMAGE = "ccimx8m-mini_board.png"; + BOARD_IMAGE = "ccimx8mm-dvk_board.png"; BOARD_IMAGE_SCALE = 85; CPU_COMPONENT_VISIBLE = true; diff --git a/connectcore-demo-example/static/js/ccmp133-dvk.js b/connectcore-demo-example/static/js/ccmp133-dvk.js index 7b60622..737923b 100644 --- a/connectcore-demo-example/static/js/ccmp133-dvk.js +++ b/connectcore-demo-example/static/js/ccmp133-dvk.js @@ -20,7 +20,7 @@ class CCMP133 extends ConnectCoreDevice { static PLATFORM_NAME = "ConnectCore MP133"; // Variables. - BOARD_IMAGE = "ccmp133_board.png"; + BOARD_IMAGE = "ccmp13-dvk_board.png"; BOARD_IMAGE_SCALE = 82; CPU_COMPONENT_VISIBLE = true; @@ -144,4 +144,4 @@ class CCMP133 extends ConnectCoreDevice { constructor(deviceData) { super(CCMP133.DEVICE_TYPE, CCMP133.PLATFORM_NAME, deviceData); } -} \ No newline at end of file +} diff --git a/connectcore-demo-example/static/js/ccmp157-dvk.js b/connectcore-demo-example/static/js/ccmp157-dvk.js index a8496b6..8152e03 100644 --- a/connectcore-demo-example/static/js/ccmp157-dvk.js +++ b/connectcore-demo-example/static/js/ccmp157-dvk.js @@ -20,7 +20,7 @@ class CCMP157 extends ConnectCoreDevice { static PLATFORM_NAME = "ConnectCore MP157"; // Variables. - BOARD_IMAGE = "ccmp157_board.png"; + BOARD_IMAGE = "ccmp15-dvk_board.png"; BOARD_IMAGE_SCALE = 82; CPU_COMPONENT_VISIBLE = true; @@ -144,4 +144,4 @@ class CCMP157 extends ConnectCoreDevice { constructor(deviceData) { super(CCMP157.DEVICE_TYPE, CCMP157.PLATFORM_NAME, deviceData); } -} \ No newline at end of file +}