From 71640baff68bbc525ca91ee8b639c6feced35c43 Mon Sep 17 00:00:00 2001
From: Oussama Ghorbel <oussama.ghorbel@iopsys.eu>
Date: Fri, 16 Apr 2021 17:00:56 +0200
Subject: [PATCH] added SMARTHUB3_R0A.json

---
 .../etc/system_layout/SMARTHUB3_R0A.json      | 40 +++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 iopsys-brcm63xx-arm/base-files/etc/system_layout/SMARTHUB3_R0A.json

diff --git a/iopsys-brcm63xx-arm/base-files/etc/system_layout/SMARTHUB3_R0A.json b/iopsys-brcm63xx-arm/base-files/etc/system_layout/SMARTHUB3_R0A.json
new file mode 100644
index 000000000..2a7bdbe69
--- /dev/null
+++ b/iopsys-brcm63xx-arm/base-files/etc/system_layout/SMARTHUB3_R0A.json
@@ -0,0 +1,40 @@
+{
+  "type": "emmc",
+  "banks": [
+    {
+      "id": 0,
+      "name": "A",
+      "rootfs": "/dev/mmcblk0p4",
+      "overlay": "/dev/mmcblk0p9"
+    },
+    {
+      "id": 1,
+      "name": "B",
+      "rootfs": "/dev/mmcblk0p6",
+      "overlay": "/dev/mmcblk0p10"
+    }
+  ],
+  "overlay_scope": [
+    "/"
+  ],
+  "mounts": [
+    {
+      "mountpoint": "/data",
+      "device": "/dev/mmcblk0p7",
+      "type": "ext4",
+      "options": []
+    },
+    {
+      "mountpoint": "/3rdParty",
+      "device": "/dev/mmcblk0p11",
+      "type": "ext4",
+      "options": []
+    },
+    {
+      "mountpoint": "/brddata",
+      "device": "/dev/mmcblk0p14",
+      "type": "ext4",
+      "options": []
+    }
+  ]
+}
-- 
GitLab