Lines Matching refs:run_command
192 u_boot_console.run_command('setenv loadaddr 0x%x' % (loadaddr))
193 u_boot_console.run_command('host load hostfs - 0x%x %s' % (loadaddr,
197 response = u_boot_console.run_command('abootimg get ver')
199 u_boot_console.run_command('abootimg get ver v')
200 response = u_boot_console.run_command('env print v')
204 response = u_boot_console.run_command('abootimg get recovery_dtbo a')
208 response = u_boot_console.run_command('abootimg dump dtb').replace('\r', '')
212 u_boot_console.run_command('abootimg get dtb_load_addr a')
213 response = u_boot_console.run_command('env print a')
217 u_boot_console.run_command('abootimg get dtb --index=1 dtb1_start')
218 response = u_boot_console.run_command('env print dtb1_start')
221 u_boot_console.run_command('fdt addr $dtb1_start')
222 u_boot_console.run_command('fdt get value v / model')
223 response = u_boot_console.run_command('env print v')
237 cons.run_command('setenv loadaddr 0x%x' % (loadaddr))
238 cons.run_command('setenv vloadaddr 0x%x' % (vloadaddr))
239 cons.run_command('host load hostfs - 0x%x %s' % (vloadaddr,
241 cons.run_command('host load hostfs - 0x%x %s' % (loadaddr,
243 cons.run_command('abootimg addr 0x%x 0x%x' % (loadaddr, vloadaddr))
245 response = cons.run_command('abootimg get ver')
247 cons.run_command('abootimg get ver v')
248 response = cons.run_command('env print v')
252 response = cons.run_command('abootimg get recovery_dtbo a')
256 cons.run_command('abootimg get dtb_load_addr a')
257 response = cons.run_command('env print a')
261 cons.run_command('abootimg get dtb --index=1 dtb2_start')
262 response = cons.run_command('env print dtb2_start')
266 cons.run_command('fdt addr $dtb2_start')
267 cons.run_command('fdt get value v / model')
268 response = cons.run_command('env print v')