minicom

  Linux下的Minicom的功能和視窗系統下的終極終端功能類似,適於在linux經過終極終端對嵌入式設備的管理及對嵌入操做系統的升級,現寫出Minicom的使用手冊
設置minicom和使用minicom
1. 啓動minicom
# minicom -s   (--help能查看相關幫助參數,這裏的-s是表示設置方式進入)
屏幕出現以下的界面|:
……………[configuration]……………………………………
…… Filename and paths ………………………
…… File transfer and protocols ………………
…… Serial port setup …………………
…… Modem and dialing …………………………
…… Screen and keyboard …………
…… Save setup as df1 …………………
…… Save setup as…… …………………………
…… Exit …………………………
…… Exit from minicom …………………………
………………………………
2. 設置serial port setup
使用down箭頭選擇serial port setup,出現具體各選項的設置:
A ? Serial Device : /dev/ttyS0
B ? lockfile Location : /var/lock
C ? Calling Program :
D ? Callout Program:
E ? Bps/par/Bits : 9600 8N1
F ? Hardware Flow Control : YES
G ? Software Flow Control : NO
Change with setting?
將選項A的值設置爲/dev/ttyS0 表示是串口1。
將選項E的值設置爲9600。
設置過程當中命令的使用,例如須要修改選項A的值,在Change with setting?選項後輸入A則光標轉移到A選項後,能對A選項的值進行修改。
3.設置Modem and dialing
使用方向箭頭選中modem and dialing 項,則修改modem and dialing 選項中的設置項。
須要修改的是去掉A ? initing string ……:,B ? Reset string ……K ? Hang-up string ……三個設置項後面的值。
4.選擇Save as df1。
選擇Save as df1選項將修改後的設置信息進行保存爲默認的設置選項。
5.Exit from minicom 。
選擇Exit from minicom 選項從設置菜單返回到命令行。
6.從新啓動Minicom。
使用minicom 啓動minicom 在linux下經過串口鏈接路由器,實現終極終端的功能。
# minicom  則能進入了
7.在minicom發送文件:
由於在一臺路由器的IOS壞了,雖然鏈接上了,不過路由器不能啓動,目前進入到Rommon>狀態,目前在這裏恢復IOS
先準備好IOS文件,如:c3640-i-mz.122-23.bin
當進入到minicom後:
rommon 1 >?             //這個是幫助,看看可用的命令吧
rommon 2 >xomodem -r
Do not start the sending program yet...                                         
                                                                                
Invoke this application only for disaster recovery.                             
Do you wish to continue? y/n  [n]:  y                                          
Ready to receive file  ...  
這裏請按鍵盤Ctral+A,在終端的底部出會出現:
CTRL-A Z for help |  9600 8N1 | NOR | Minicom 2.00.0 | VT102 |      Offline
這個時候再按「s」鍵,選「xmodem」再選擇剛纔準備好的ios文件,即開始傳輸了,不過速度有點慢,可能要幾個鍾吧!
┌───────────[xmodem upload - Press CTRL-C to quit]────────┐        
│Sending c3640-i-mz.122-23.bin, 49225 blocks: Give your local                           │        
│XMODEM receive command now.                                                                         |
|Xmodem sectors/kbytes        sent:8536/1069K                                                                              
等傳輸完成就能了。 linux

相關文章
相關標籤/搜索