Lines Matching refs:run_command
81 u_boot_console.run_command('host bind 0 ' + state_disk_image.path)
82 output = u_boot_console.run_command('gpt read host 0')
87 output = u_boot_console.run_command('part list host 0')
97 u_boot_console.run_command('host bind 0 ' + state_disk_image.path)
98 output = u_boot_console.run_command('gpt verify host 0')
107 u_boot_console.run_command('host bind 0 ' + state_disk_image.path)
108 output = u_boot_console.run_command('gpt guid host 0')
119 u_boot_console.run_command('host bind 0 ' + state_disk_image.path)
120 output = u_boot_console.run_command('gpt guid host 0 newguid')
121 output = u_boot_console.run_command('printenv newguid')
132 u_boot_console.run_command('host bind 0 ' + state_disk_image.path)
133 u_boot_console.run_command('gpt rename host 0 1 first')
134 output = u_boot_console.run_command('gpt read host 0')
136 u_boot_console.run_command('gpt rename host 0 2 second')
137 output = u_boot_console.run_command('gpt read host 0')
139 output = u_boot_console.run_command('part list host 0')
151 u_boot_console.run_command('host bind 0 ' + state_disk_image.path)
152 output = u_boot_console.run_command('part list host 0')
155 u_boot_console.run_command('gpt swap host 0 first second')
156 output = u_boot_console.run_command('part list host 0')
167 u_boot_console.run_command('host bind 0 ' + state_disk_image.path)
168 output = u_boot_console.run_command('gpt write host 0 "name=all,size=0"')
170 output = u_boot_console.run_command('part list host 0')
172 …output = u_boot_console.run_command('gpt write host 0 "uuid_disk=375a56f7-d6c9-4e81-b5f0-09d41ca89…
174 output = u_boot_console.run_command('part list host 0')
177 output = u_boot_console.run_command('gpt guid host 0')