Lines Matching full:cmd
136 def espefuse_not_virt_py(self, cmd, check_msg=None, ret_code=0): argument
137 full_cmd = " ".join((f"{sys.executable} -m espefuse", cmd))
140 def espefuse_py(self, cmd, do_not_confirm=True, check_msg=None, ret_code=0): argument
142 [self.base_cmd, "--do-not-confirm" if do_not_confirm else "", cmd]
151 def _run_command(self, cmd, check_msg, ret_code): argument
154 cmd.split(),
166 print(cmd)
250 cmd = "read_protect_efuse \
258 cmd = "read_protect_efuse \
271 cmd = "read_protect_efuse \
279 self.espefuse_py(cmd)
280 output = self.espefuse_py(cmd)
446 cmd = "burn_custom_mac AA:CD:EF:11:22:33"
450 cmd, check_msg=f"Custom MAC Address version 1: {mac} (CRC 0x63 OK)"
453 self.espefuse_py(cmd, check_msg=f"Custom MAC Address: {mac} (OK)")
957 cmd = f"burn_key \
969 cmd = cmd.replace("XTS_AES_256_KEY_1", "XTS_AES_128_KEY")
970 cmd = cmd.replace("XTS_AES_256_KEY_2", "XTS_AES_128_KEY")
971 self.espefuse_py(cmd + " --no-read-protect --no-write-protect")
981 self.espefuse_py(cmd)
1887 cmd = f"execute_scripts {EFUSE_S_DIR}/efuse_burn1.py --index 10 \
1890 cmd = f"execute_scripts {EFUSE_S_DIR}/efuse_burn1.py --index 10 \
1892 self.espefuse_py(cmd)
1908 cmd = f"execute_scripts {EFUSE_S_DIR}/efuse_burn2.py --index 28 \
1911 cmd = f"execute_scripts {EFUSE_S_DIR}/efuse_burn2.py --index 28 \
1913 self.espefuse_py(cmd)
2083 cmd = f"--postpone \
2092 cmd = f"--postpone \
2098 output = self.espefuse_py(cmd)