commit | 580d91ddb50d4aee9e3085e129c952f26654b4d0 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Wed Apr 22 12:29:18 2020 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Tue Jun 30 12:11:31 2020 +0000 |
tree | 9b432153cdfae45adcbf5a29500e41bbd8832f8a | |
parent | 19ad0e8a3ab25962a3ccda703476f7316dd2eb88 [diff] |
Enable the BMC dump offload through given URI Add the support for reading the dump and writing to the path provided. The supported for writing the BMC dump is added. Tested using offloading a BMC dump to a remote system using NBD. Change-Id: I5250b41ed162905548a7d522b9dc86533d0a9a83 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.