From 0e73ef5206ee9d5d94184d6b45265550e5e20276 Mon Sep 17 00:00:00 2001 From: Patrick Zysset Date: Wed, 10 Oct 2018 11:30:25 +0200 Subject: [PATCH] vcu: add board specific bd configuration VCU uses not the default eeprom - use 1-0050 instead of 0-0050. BugzID: 53626 Signed-off-by: Patrick Zysset --- .../board-descriptor/am335x-vcu/config.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes-core/board-descriptor/board-descriptor/am335x-vcu/config.json diff --git a/recipes-core/board-descriptor/board-descriptor/am335x-vcu/config.json b/recipes-core/board-descriptor/board-descriptor/am335x-vcu/config.json new file mode 100644 index 0000000..15d898e --- /dev/null +++ b/recipes-core/board-descriptor/board-descriptor/am335x-vcu/config.json @@ -0,0 +1,11 @@ +{ + "tag_list": "/etc/bd/bd.json", + "eeprom": [ + { "path": "/sys/bus/i2c/devices/1-0050/eeprom", "valid_bds": [ + {"name": "board", "start": 0, "size": 1024}, + {"name": "platform", "start": 512, "size": 512}, + {"name": "settings", "start": 1536, "size": 512} + ] + } + ] +}