Lines Matching refs:run_command
84 u_boot_console.run_command('host bind 0 ' + state_disk_image.path)
85 output = u_boot_console.run_command('gpt read host 0')
90 output = u_boot_console.run_command('part list host 0')
100 u_boot_console.run_command('host bind 0 ' + state_disk_image.path)
101 output = u_boot_console.run_command('gpt verify host 0')
110 u_boot_console.run_command('host bind 0 ' + state_disk_image.path)
111 output = u_boot_console.run_command('gpt repair host 0')
120 u_boot_console.run_command('host bind 0 ' + state_disk_image.path)
121 output = u_boot_console.run_command('gpt guid host 0')
132 u_boot_console.run_command('host bind 0 ' + state_disk_image.path)
133 output = u_boot_console.run_command('gpt guid host 0 newguid')
134 output = u_boot_console.run_command('printenv newguid')
143 u_boot_console.run_command('host bind 0 ' + state_disk_image.path)
144 output = u_boot_console.run_command('part type host 0:1')
155 u_boot_console.run_command('host bind 0 ' + state_disk_image.path)
156 output = u_boot_console.run_command('part type host 0:1 newguid')
157 output = u_boot_console.run_command('printenv newguid')
168 u_boot_console.run_command('host bind 0 ' + state_disk_image.path)
169 u_boot_console.run_command('gpt rename host 0 1 first')
170 output = u_boot_console.run_command('gpt read host 0')
172 u_boot_console.run_command('gpt rename host 0 2 second')
173 output = u_boot_console.run_command('gpt read host 0')
175 output = u_boot_console.run_command('part list host 0')
187 u_boot_console.run_command('host bind 0 ' + state_disk_image.path)
188 output = u_boot_console.run_command('part list host 0')
191 u_boot_console.run_command('gpt swap host 0 first second')
192 output = u_boot_console.run_command('part list host 0')
203 u_boot_console.run_command('host bind 0 ' + state_disk_image.path)
204 output = u_boot_console.run_command('gpt write host 0 "name=all,size=0"')
206 output = u_boot_console.run_command('part list host 0')
208 …output = u_boot_console.run_command('gpt write host 0 "uuid_disk=375a56f7-d6c9-4e81-b5f0-09d41ca89…
210 output = u_boot_console.run_command('part list host 0')
213 output = u_boot_console.run_command('gpt guid host 0')