Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
网络设备中的rommon和u-boot有什么区别?我正在阅读一些设备文档,但我不太清楚有什么区别。
Rommon 是思科路由器设备的引导加载程序
而 U-boot 是一个非常通用的引导加载程序,适用于许多嵌入式设备
U-boot 和 Rommon 都支持 tftp
U-boot 支持sntp nfs而 Rommon 不支持
sntp nfs
u-BOOT 可能不支持启动原始 vmlinux 映像,但 ROMMMON(rom on monitor) 支持加载和启动原始 vmlinux 映像。