Lines Matching refs:run_command
127 u_boot_console.run_command('setenv loadaddr 0x%x' % (loadaddr))
128 u_boot_console.run_command('host load hostfs - 0x%x %s' % (loadaddr,
132 response = u_boot_console.run_command('abootimg get ver')
134 u_boot_console.run_command('abootimg get ver v')
135 response = u_boot_console.run_command('env print v')
139 response = u_boot_console.run_command('abootimg get recovery_dtbo a')
143 response = u_boot_console.run_command('abootimg dump dtb').replace('\r', '')
147 u_boot_console.run_command('abootimg get dtb_load_addr a')
148 response = u_boot_console.run_command('env print a')
152 u_boot_console.run_command('abootimg get dtb --index=1 dtb1_start')
153 response = u_boot_console.run_command('env print dtb1_start')
156 u_boot_console.run_command('fdt addr $dtb1_start')
157 u_boot_console.run_command('fdt get value v / model')
158 response = u_boot_console.run_command('env print v')