document kdb

This commit is contained in:
Ciro Santilli
2017-05-27 08:39:09 +01:00
parent 6cf47f0b33
commit 1969cd6f8d
2 changed files with 30 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ while getopts a:dkn OPT; do
k)
debug=true
extra_append="$extra_append kgdbwait kgdboc=ttyS0,115200"
# For those who want to try KDB.
#extra_append="$extra_append kgdbwait kgdboc=kbd"
extra_flags="$extra_flags -serial tcp::1234,server,nowait"
;;
n)