fat转fit简单,直接在web界面操作即可。但是fit转fat就困难多了。
TFTP服务器
MAC:1
2
3
4
5
6
7
8
9
10
11brew install tftp
chmod -R 777 /private/tftpboot
#/private/tftpboot是默认路径,需要改变其读写权限(非常重要)
#开启
sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist
sudo launchctl start com.apple.tftpd
#关闭
sudo launchctl unload -F /System/Library/LaunchDaemons/tftp.plist
sudo launchctl stop com.apple.tftpd
使用1
2
3
4
5
6
7
8
9
10
11
12***:~ ***$ tftp
tftp> connect localhost
tftp> status
Connected to localhost.
Mode: netascii Verbose: off Tracing: off
Rexmt-interval: 5 seconds, Max-timeout: 25 seconds
tftp> verbose
Verbose mode on.
tftp> get 1.txt
getting from localhost:1.txt to 1.txt [netascii]
Received 9 bytes in 0.0 seconds [inf bits/sec]
tftp> quit
准备固件1
2wget http://img.mknight.cn/apwtu430_v1.06.btw
wget http://img.mknight.cn/wa4300s_fat.bin
版本降级
检查设备信息
1
2
3
4
5
6<H3C>display device manuinfo
DEVICE_NAME:WAP712C
DEVICE_SERIAL_NUMBER:2198 01A0 X491 7CG0 04F8
MAC_ADDRESS:307B-ACB2-5800
MANUFACTURING_DATE:2017-12-20
VENDOR_NAME:H3C开机启动检查软件版本信息
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21System is starting...
Press Ctrl+D to access BASIC-BOOTWARE MENU
Booting Normal Extended BootWare
The Extended BootWare is self-decompressing.................................
...Done.
****************************************************************************
* *
* H3C WA5530 BootWare, Version 7.09 *
* *
****************************************************************************
Copyright (c) 2004-2017 New H3C Technologies Co., Ltd.
注意此处的BootWare版本为7.09,要切换Fat模式必须降级。
- 降级
第一步 格式化文件系统 Control + F1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21==========================<EXTENDED-BOOTWARE MENU>=============
|<1> Boot System |
|<2> Enter Serial SubMenu |
|<3> Enter Ethernet SubMenu |
|<4> File Control |
|<5> Restore to Factory Default Configuration |
|<6> Skip Current System Configuration |
|<7> BootWare Operation Menu |
|<8> Skip Authentication for Console Login |
|<9> Storage Device Operation |
|<0> Reboot |
第二步:进入V7boot 通过网卡口,传入V6 AP bin文件,提示更新boot版本的时候选择Y1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18进入V7boot 通过网卡口,传入V6 AP bin文件,提示更新boot版本的时候选择Y
Enter your choice(0-5): 5
==========================<ETHERNET PARAMETER SET>==========================
|Note: '.' = Clear field. |
| '-' = Go to previous field. |
| Ctrl+D = Quit. |
============================================================================
Protocol (FTP or TFTP) :tftp
Load File Name :apwtu430_v1 .btw
:
Target File Name :apwtu430_v1 .btw
:
Server IP Address :192.168
Local IP Address :192.168
Subnet Mask :255.255
Gateway IP Address :0.0
第三步:导入V6 AP版本
简单来说和之前的部分一样,tftp导入
第四步:重启,降级完成
切换模式
重启完成后,展示以下界面,可以选择FAT模式。
1 | | <1> Display Current Device Model | |
参考
http://kms2.h3c.com/View.aspx?id=57788
降级boot
重启,再次格式化
切换模式,导入fat镜像文件
初始化ip