Saturday, September 22, 2018

How to Remote upgrade B7106 BIOS via Command Line

program: yafuflash v4.0.1

B7106T70EV8E4HR:
BIOS: v1.0.B50
BMC: v1.0

1. DC-OFF B7106
2. open Windows command prompt in Remote Windows Desktop
3. type yafuflash -nw -d 2 -ip BMC_IP_Address -u username -p password bios_file
_name
ex:
B7106 BMC IP: 192.168.1.26
B7106 BMC username: root
B7106 BMC password: superuser
B7106 BIOS filename: 7106v100.B50

yafuflash -nw -d 2 -ip 192.168.1.26 -u root -p superuser 7106v100.B50


No comments:

Post a Comment

How to fix gpu_burn compiler failure issue

System Environment: Ubuntu 22.04 LTS Server CUDA v12.0 GPU: RTX-4080 (driver 525.85.05) AP: GPU_Burn v1.1 Symptom: met error in make gpu_bur...