摘要:
阅读全文
随笔档案-2024年10月
带内串口 在串口中输入命令
2024-10-30 15:35 by Tanwheey, 13 阅读, 收藏, 编辑
摘要:
def hioadm_shell(self, start_cmd, cmd, wait_str='Press CTRL+C', wait_time=2, record_size=10240): """进入盘内命令 hioadmshell + 控制盘 Args: start_cmd: hioadmsh 阅读全文
使用dd生成二进制bin文件脚本
2024-10-16 11:26 by Tanwheey, 35 阅读, 收藏, 编辑
摘要:
def set_copy_bin_file(self, format_type=0, source_range_entry_list=[[0, 0, 0, 0, 0]]): """ 生成Copy的源起始的bin文件 Args: format_type: int,copy format类型, 0/1 阅读全文