随笔分类 -  Linux

通过TFTP来下载ARM程序
摘要:TFTP(Trivial File Transfer Protocol),即普通文件传输协议,是用来传送文件的Internet软件程序,它比文件传输协议(FTP)使用简单,但是功能少。 在嵌入式系统中(特别是在开发初期),TFTP和NFS(网络文件系统)这两种方式常用来,为目标板从服务器上下载程序。下面就详细的介绍TFTP方式的使用,以及可能会出现的问题。 阅读全文

posted @ 2008-09-16 20:39 hanfigo 阅读(4495) 评论(0) 推荐(0)

About u-boot
摘要:1./include/version.h ------for outputting information about the version of u-boot 2./board/flash.c -------modify "ifdef CONFIG_B2" to write and save data to the flash 3./include/configs/myboard.h-------information about the board,exp.:the address of flash and dram,and settings about u-boot 阅读全文

posted @ 2008-09-13 21:14 hanfigo 阅读(159) 评论(0) 推荐(0)

导航