On 11/18/2013 10:04 PM, Alex Shi wrote:
This script bisects kernel for build/boot/func regressions on appointed board, run it under target kernel source tree.
If kernel friendly for network, it is a fully automatic bisect script, otherwise it is a semi-automatic scripts.
For build bisect, the only manual work is pressing the power reset button according to prompt of this script.
It will be better if has some way to automatic hardware reset board power. Or has some way send command via serial.
The IPMI is good way for remote power reset, but it is a bit expensive. Do know if there some cheap way to do this? A programmable robot toy, or a electromagnetic relay?
Kevin, what are you using for remote power reset?
Usage: $./bisect.sh -g v3.11~2 -b v3.11 -t func 2>&1 | tee func.log
Any comments are appreciated!