Lines Matching refs:run_command
107 ubman.run_command('usb start')
111 ubman.run_command('pci enum')
113 ubman.run_command('net list')
127 ubman.run_command('setenv autoload no')
128 output = ubman.run_command('dhcp')
150 ubman.run_command('setenv autoload no')
153 output = ubman.run_command('mii device')
157 ubman.run_command(f'mii device {eth_num}')
158 output = ubman.run_command('mii info')
160 ubman.run_command(f'mii modify {eth_addr} 0 0x8000 0x8000')
162 ubman.run_command('dhcp', wait_for_prompt=False)
172 output = ubman.run_command(
181 ubman.run_command('sleep 1')
197 ubman.run_command('setenv autoload no')
198 output = ubman.run_command('dhcp6')
217 ubman.run_command('setenv %s %s' % (var, val))
234 output = ubman.run_command('ping $serverip')
256 output = ubman.run_command('ping6 ' + fake_host_ip)
283 output = ubman.run_command('tftpboot %s' % (fn))
285 output = ubman.run_command('tftpboot %x %s' % (addr, fn))
299 output = ubman.run_command('crc32 $fileaddr $filesize')
325 output = ubman.run_command('nfs %x %s' % (addr, fn))
339 output = ubman.run_command('crc32 %x $filesize' % addr)
366 ubman.run_command(f"setenv pxeuuid {pxeuuid}")
369 ethaddr = ubman.run_command("echo $ethaddr")
373 ip = ubman.run_command("echo $ipaddr")
380 output = ubman.run_command("pxe get")
429 output = ubman.run_command("tftpboot %x %s" % (addr, fn))
436 output = ubman.run_command("crc32 $fileaddr $filesize")
440 output = ubman.run_command(
453 output = ubman.run_command("tftpboot %x %s" % (addr, fnu))
461 output = ubman.run_command("crc32 $fileaddr $filesize")