本文档介绍恢复引导到U-boot提示而不是正常操作系统的Catalyst 9115/9120接入点的过程。
在2021年10月20日至2021年10月27日期间,思科制造了大量具有不良映像的C9115和C9120接入点。这些设备在启动期间将“无法纠正的ECC错误”消息记录到控制台,并且无法成功启动。要恢复它们,您必须通过控制台连接到每个AP,并通过TFTP加载到特殊映像中。
此问题记录为Field Notice:FN - 72278 — 某些C9120和C9115 AP在启动时可能卡住,并显示“Uncorrectable ECC Error(无法纠正的ECC错误)” — 提供解决方案,并以Cisco Bug ID CSCwa12652表示。
如果适用,本文档还涵盖可能在其他WiFi 6(非6E)接入点上存在差异的命令。U-Boot不能在Wi-Fi 6E和Wi-Fi 7 AP上访问。
本文档不适用于2800/3800 AP,不能以相同方式恢复。
注意:这些映像仅用于恢复无法启动的AP。
一旦AP开始加电,在终端窗口中重复输入ESC键,直到您看到u-boot提示符。
Verify that the firmware has been loaded with good CRC: OK
Firmware loading completed successfully
bcm4908_eth-0
MAC: 70:69:5a:76:40:3c
Hit ESC key to stop autoboot:
u-boot>
配置u-boot以通过IP访问TFTP服务器。通过终端手动输入的文本以粗体显示。
u-boot> setenv ipaddr 10.1.1.101
u-boot> setenv netmask 255.255.255.0
u-boot> setenv serverip 10.1.1.1
u-boot> setenv gatewayip 10.1.1.1
注意:要验证当前设置,您可以使用printenv命令。
u-boot> setenv tftpdir
u-boot> saveenv
Saving Environment to SPI Flash...
Erasing at 0x0 -- 100% complete.
SF: Detected mx25l6405d with page size 256 Bytes, erase size 4 KiB, total 8 MiB
Erasing SPI flash...Writing to SPI flash...done
u-boot> ping 10.1.1.1
Use bcm4908_eth-0 device
host 10.1.1.1 is alive
注意:请勿在此步骤中重新启动AP。
u-boot> boardinit bundle-axel-SS-8_10_130_0.img
// Some output here was removed in order to emphasize the interactive prompts. Full outputs are shown after the final step.
Program PHY firmware? [y/N]: y
Program UBIFS image? [y/N]: y
Program bootloaders? [y/N]: n //pay attention: the last option must be “n”
注意:9130 AP上不存在board_init命令。请改用以下命令:(BTLDR)# sf probe && tftpboot 0x60000000 && imgaddr=0x60000000 && source $imgaddr:script ====>这是要将映像下载到AP闪存(BTLDR)#重置。完成后,它会启动并提示您。但是,最初,您缺少GW工具(在同一个vlan中不需要该工具,但最好也应用该工具)。 设置IP/mask/GW/server IP后,ping GW和服务器IP以确保其可访问。9130的映像文件可以在本文开头给出的相同位置找到。
u-boot> reset闪烁期间的输出示例:
u-boot> boardinit bundle-axel-SS-8_10_130_0.img
Download image bundle-axel-SS-8_10_130_0.img...
Use bcm4908_eth-0 device
TFTP from server 10.1.1.1; our IP address is 10.1.1.104
Filename 'bundle-axel-SS-8_10_130_0.img'.
Load address: 0x501144b0
Loading: #################################################################
// Note: The # symbols can continue to print until the image is fully transfered, this can take a few minutes //
done
Bytes transferred = 147999664 (8d24bb0 hex)
Program PHY firmware? [y/N]: y
Writing PHY firmware to NOR flash...
>>> Backup current PHY firmware image @300000:45000...[Success]
>>> Erase flash blocks ..........[Success]
>>> Write PHY firmware image ...[Success]
[Success]
Program UBIFS image? [y/N]: y
Writing UBIFS to NAND...
NAND erase.part: device 0 offset 0x6c0000, size 0x3f940000
Skipping bad block at 0x00e00000 ……
Erasing at 0x3ffc0000 -- 100% complete.
OK
NAND write: device 0 offset 0x6c0000, size 0x8c80000
Skip bad block 0x00e00000
147324928 bytes written: OK
[Success]
Program bootloaders? [y/N]: n //pay attention: the last option must be “n”
u-boot>
u-boot> reset
在本示例中,Windows PC手动配置了地址10.1.1.1,并且Ttftpd64设置为提供特殊映像。



将bundle-axel-SS-8_10_130_0.img文件复制到TFTP基本目录(例如C:\tftpboot)。




| 版本 | 发布日期 | 备注 |
|---|---|---|
8.0 |
21-May-2026
|
更新的拼写、间距、语法、清晰的格式等 |
7.0 |
25-Nov-2025
|
一些格式修正。 |
6.0 |
11-Jun-2025
|
已使用9130变体更新此程序 |
5.0 |
07-Feb-2023
|
已删除PII。已更新标题、简介、可选文字、机器翻译、德语、样式要求和格式。 |
4.0 |
09-Nov-2021
|
较小的格式更改 |
3.0 |
06-Nov-2021
|
细微编辑。 |
2.0 |
05-Nov-2021
|
首次公开发布 |
1.0 |
05-Nov-2021
|
初始版本 |