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 0000000000000000000000000000000000000000..2a7bdbe695513684a7ac14000b495b289eb8e455 --- /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": [] + } + ] +}