我想如果要从PC机下载东西到开发板的嵌入式linux系统里面,很多人首先会想到用tftp sftp等网络工具从网口下载。但如果网络用不了,只能通过串口下载怎么办呢?这个时候有两个工具能帮到你:一个是zmrx、zmtx,另外一个是lsz、lrz。个人觉得zmrx/zmtx没有lsz/lrz稳定,建议还是用后者。下面介绍一下lsz/lrz的使用方法。
一、编译lrzsz并下载到开发板上
从http://download.chinaunix.net/download/0007000/6293.shtml下一个lrzsz的tar包,解压缩后输入./configure,然后进入了src文件夹中,修改了src文件夹中的Makefile文件,配置为与目标机对应的交叉编译器,运行make,ok!
二、 移植POWERPC平台
# minicom -s 出现这样的配置界面: ┌───── [configuration]──────┐ │ Filenames and paths │ │ File transfer protocols │ │ Serial port setup │ │ Modem and dialing │ │ Screen and keyboard │ │ Save setup as dfl │ │ Save setup as.. │ │ Exit │ │ Exit from Minicom │ └───────────────────┘
选择Serial port setup, 会看到这样的选项:
Welco┌─────────────────────────────────┐ │ Minicom Command Summary │ OPTIO│ │ Compi│ Commands can be called by CTRL-A │ │ │ Press│ Main Functions Other Functions │ │ │ │ Dialing directory..D run script (Go)....G | Clear Screen.......C │ │ Send files.........S Receive files......R | cOnfigure Minicom..O │ │ comm Parameters....P Add linefeed.......A | Suspend minicom....J │ │ Capture on/off.....L Hangup.............H | eXit and reset.....X │ │ send break.........F initialize Modem...M | Quit with no reset.Q │ │ Terminal settings..T run Kermit.........K | Cursor key mode....I │ │ lineWrap on/off....W local Echo on/off..E | Help screen........Z │ │ | scroll Back........B │ │ │ │ Select function or press Enter for none. │ │ │ │ Written by Miquel van Smoorenburg 1991-1995 │ │ Some additions by Jukka Lahtinen 1997-2000 │ │ i18n by Arnaldo Carvalho de Melo 1998 │ └──────────────────────────────────┘ CTRL-A Z for help | 38400 8N1 | NOR | Minicom 2.00.0 | VT102 | Offline