Forum Discussion
Altera_Forum
Honored Contributor
19 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?