Ubuntu 串口工具Minicom使用 及 DNW镜像烧录(2)

Connect board to PC and open minicom. Boot board and enter U-Boot command line mode. Then run command "dnw <download address>" in U-Boot. U-Boot may print bellow message:
Insert a OTG cable into the connector!
OTG cable Connected!
Now, Waiting for DNW to transmit data

Now, you can download your file to board by follow command on PC end:
$ sudo dnw file_to_download
The downloading speed tested is about 3.8M/S.
Notes:

Above steps have only downloaded file to board's RAM, so you need flash it to nand via U-Boot command "nand write" .
If above doesn't work, pls check if you can see bellow message in dmesg.
usb 1-1: new full speed USB device using uhci_hcd and address 2
usb 1-1: configuration #1 chosen from 1 choice
secbulk:secbulk probing...
secbulk:bulk out endpoint found!

minicom 的详细介绍请点这里
minicom 的下载地址请点这里

相关阅读

Ubuntu 串口工具minicom使用 及 DNW镜像烧录

Linux下的超级终端minicom与XGCom

Ubuntu下安装配置minicom

porting minicom移植 to S3C2440

在Linux下用minicom管理串口设备

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/b687a11a2c1fbdbba40863b48f92e1fb.html