Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHow can i build a tftp server in u-boot?
I use the u-boot run my embedded system in nios2 platform. In the first time,I must use the tftp download my imag file to the sdram, but there are no tftp server in the u-boot.I must operate com...
Altera_Forum
Honored Contributor
20 years agothank you for you reply.
In tha fact, I have update the u-boot sourse, my u-boot can choice the run model between tftp and run the kernel img in the flash. when the u-boot run in tftp model, I will set a default IP, and download a default file in the default server,eg. 192.168.168.100 image.rom so if i want to download the image file, i must change my PC's IP address to th default and change my image file name to default one. this is trouble. so I want to add a tftp server in u-boot. In the case,I can download my image file by tftp command in the PC. can you give some advise?