commit | 0195f75cb7af15b8842fe1672de40cc23b7c7660 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Mon Aug 05 09:10:57 2024 +0800 |
committer | Ed Tanous <ed@tanous.net> | Thu Oct 10 04:09:00 2024 +0000 |
tree | b311051737548aff2e4f55bfe806c87d39153f7b | |
parent | 9898d612c3f3fbacd08daff934a83bdb2a7c0dd5 [diff] |
Rename README to README.md Since the CI will check mardkwon format files, the README files will be updated to `.md` suffix. Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I6175f53024559b41e05c2bd91d76548c889cb3ca
Sample config options available to configure :
{ "channels": [ { "type": "me", "slave-path": "/dev/ipmb-4", "bmc-addr": 32, "remote-addr": 44 }, { "type": "ipmb", "slave-path": "/dev/ipmb-9", "bmc-addr": 32, "remote-addr": 96 } ] }
{ "channels": [ { "type": "me", "slave-path": "/dev/ipmb-1", "bmc-addr": 32, "remote-addr": 64, "devIndex": 0 }, { "type": "ipmb", "slave-path": "/dev/ipmb-3", "bmc-addr": 32, "remote-addr": 64, "devIndex": 0 }, { "type": "me", "slave-path": "/dev/ipmb-5", "bmc-addr": 32, "remote-addr": 64, "devIndex": 1 }, { "type": "ipmb", "slave-path": "/dev/ipmb-7", "bmc-addr": 32, "remote-addr": 64, "devIndex": 1 } ] }
Config fields : type : This points to the ChannelType. It can be ME or ipmb channel. slave-path : The ipmb device path. bmc-addr : This is BMC target address to communicate between BMC and device. remote-addr : This is Remote/requester target address to communicate between BMC and device. devIndex : This devIndex used to identify the particular device/host.