Lines Matching full:board
48 '--board',
49 dest='board',
50 help=('Required. Specify board.'))
54 help=('Required. Specify addresses/names of the board, '
69 if not options.board:
70 raise SyntaxError('Missing argument for --board.')
84 def __init__(self, base_dir, source_dir, chromeos_root, remote, board,
91 self._board = board
92 ## Compute target from board
93 self._target = misc.GetCtargetFromBoard(board, chromeos_root)
95 raise RuntimeError('Unsupported board "%s"' % board)
128 """Prepare site.exp and board exp files."""
199 cmd = ('./setup_board --board {0}; '
270 '--gdb_dir={2} --board={3} {4}'.format(script, self._chromeos_root,
323 available_machine._name, opts.board, opts.cleanup)