Example customer data file
{
"customer-data-signed":
{ "boardSerial": "223145", "macInUseCount": 8, "macId0": "mac0 0x00044BAF6805 3",
"macId1": "mac1 0x00044BAF6815 3", "macId2": "mac2 0x00044BAF6825 1",
"macId3": "mac3 0x00044BAF6835 4", "macId6": "mac6 0x00044BAF6865 7",
"macId5": "mac5 0x00044BAF6855 6", "macId4": "mac4 0x00044BAF6845 5",
"macId7": "mac7 0x00044BAF6875 2" }
}
FAQ
What happens if there is no customer?
This is considered an error and flashing fails.
What is the syntax of the MAC address in the JSON file?
"macId0": "mac0 0x00044BAF6805 3"
Slot = "macId0" This is slot where there are 8 slots {0-7}
Name = mac0
Mac Physical Address = 0x00044BAF6805
Number of addresses = 3 is number of addresses {0x00044BAF6805, 0x00044BAF6806, 0x00044BAF6807}. This is to compress number of slots needed.