This a naive implementation of BOOTP/TFTPBOOT, the protocols to use to bootstrap a computer through a TCP/IP network. The goal was to design a small footprint implementation to allow the code to be integrated into a monitor program stored in a ROM/FLASH, the footprint is about 7 KBytes for the test program. This code has not been yet tested in many environment. It should be seen at your starting point to integrate the network boot function to your board.
标签: implementation bootstrap protocols TFTPBOOT
上传时间: 2013-12-18
上传用户:极客
调试通过的可以直接在NAND Flash 上启动的u-boot-1.1.6 (开发板:优龙st2410) 包括:cs8900网卡驱动,NAND Flash 烧写,NAND 环境变量保存(saveenv), bootm, go, 网络下载TFTPBOOT
上传时间: 2015-09-08
上传用户:xinzhch
裸板的tftp客户端,实现快速下载uboot.bin,大约要4s可下载完成。assm文件夹的head要烧写在nandflash 的0地址,而tftp要烧写在3072块,u-boot 编译后的文件名要改写为u-boot.bin,放在TFTPBOOT 中,这里开发板的IP是192.168.0.111,主机IP是192.168.0.1
标签: tftp
上传时间: 2013-12-12
上传用户:qilin
(1)Optionen----Einstellungen----DHCP--{ DHCP/BOOTP 打钩 DHCP Client 打钩 (2)Optionen----Einstellungen----TFTP--{ 修改目录为 光盘盘符\TFTPBOOT (3)Nicht auf Best? 打钩 (4)如果你的LAN不是192.168.1.X 那么你可能需要设置 Optionen----Konfigurationsprofile--Standardprofil-{ 中相关选项 现在找不到了,DHCP SEVER程序
标签: Optionen DHCP Einstellungen Client
上传时间: 2016-12-02
上传用户:jichenxi0730
interrupt application code * compile : * $/usr/local/arm/2.95.3/bin/arm-linux-gcc -o interrupt interrupt.c * $cp interrupt /TFTPBOOT/examples * run in target: * #mount 192.168.1.180:/TFTPBOOT/ /mnt/nfs * #cd /mnt/nfs/examples * #insmod eintdrv.o * #mknod eint c 98 0 * #./interrupt
标签: arm-linux-gcc application interrupt compile
上传时间: 2017-05-07
上传用户:sunjet