connectcore-demo-example: rename platform image names
This commit renames the platform image files to match with the yocto machine names, so non-platform image files can be removed and the root file system size is reduced. https://onedigi.atlassian.net/browse/DEL-8335 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
|
Before Width: | Height: | Size: 881 KiB After Width: | Height: | Size: 881 KiB |
|
Before Width: | Height: | Size: 881 KiB After Width: | Height: | Size: 881 KiB |
|
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 1.9 MiB |
|
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
|
|
@ -20,7 +20,7 @@ class CCIMX8MNANO extends ConnectCoreDevice {
|
||||||
static PLATFORM_NAME = "ConnectCore 8M-Nano DVK";
|
static PLATFORM_NAME = "ConnectCore 8M-Nano DVK";
|
||||||
|
|
||||||
// Variables.
|
// Variables.
|
||||||
BOARD_IMAGE = "ccimx8m-nano_board.png";
|
BOARD_IMAGE = "ccimx8mn-dvk_board.png";
|
||||||
BOARD_IMAGE_SCALE = 85;
|
BOARD_IMAGE_SCALE = 85;
|
||||||
|
|
||||||
CPU_COMPONENT_VISIBLE = true;
|
CPU_COMPONENT_VISIBLE = true;
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ class CCIMX8MMINI extends ConnectCoreDevice {
|
||||||
static PLATFORM_NAME = "ConnectCore 8M-Mini DVK";
|
static PLATFORM_NAME = "ConnectCore 8M-Mini DVK";
|
||||||
|
|
||||||
// Variables.
|
// Variables.
|
||||||
BOARD_IMAGE = "ccimx8m-mini_board.png";
|
BOARD_IMAGE = "ccimx8mm-dvk_board.png";
|
||||||
BOARD_IMAGE_SCALE = 85;
|
BOARD_IMAGE_SCALE = 85;
|
||||||
|
|
||||||
CPU_COMPONENT_VISIBLE = true;
|
CPU_COMPONENT_VISIBLE = true;
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ class CCMP133 extends ConnectCoreDevice {
|
||||||
static PLATFORM_NAME = "ConnectCore MP133";
|
static PLATFORM_NAME = "ConnectCore MP133";
|
||||||
|
|
||||||
// Variables.
|
// Variables.
|
||||||
BOARD_IMAGE = "ccmp133_board.png";
|
BOARD_IMAGE = "ccmp13-dvk_board.png";
|
||||||
BOARD_IMAGE_SCALE = 82;
|
BOARD_IMAGE_SCALE = 82;
|
||||||
|
|
||||||
CPU_COMPONENT_VISIBLE = true;
|
CPU_COMPONENT_VISIBLE = true;
|
||||||
|
|
@ -144,4 +144,4 @@ class CCMP133 extends ConnectCoreDevice {
|
||||||
constructor(deviceData) {
|
constructor(deviceData) {
|
||||||
super(CCMP133.DEVICE_TYPE, CCMP133.PLATFORM_NAME, deviceData);
|
super(CCMP133.DEVICE_TYPE, CCMP133.PLATFORM_NAME, deviceData);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ class CCMP157 extends ConnectCoreDevice {
|
||||||
static PLATFORM_NAME = "ConnectCore MP157";
|
static PLATFORM_NAME = "ConnectCore MP157";
|
||||||
|
|
||||||
// Variables.
|
// Variables.
|
||||||
BOARD_IMAGE = "ccmp157_board.png";
|
BOARD_IMAGE = "ccmp15-dvk_board.png";
|
||||||
BOARD_IMAGE_SCALE = 82;
|
BOARD_IMAGE_SCALE = 82;
|
||||||
|
|
||||||
CPU_COMPONENT_VISIBLE = true;
|
CPU_COMPONENT_VISIBLE = true;
|
||||||
|
|
@ -144,4 +144,4 @@ class CCMP157 extends ConnectCoreDevice {
|
||||||
constructor(deviceData) {
|
constructor(deviceData) {
|
||||||
super(CCMP157.DEVICE_TYPE, CCMP157.PLATFORM_NAME, deviceData);
|
super(CCMP157.DEVICE_TYPE, CCMP157.PLATFORM_NAME, deviceData);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||