0

So i have one embedded platform Zedboard upon which i am able to run the Xilinx Linux.Also in mine board i have enabled the wifi interface and also i have busybox application in mine root file system and when i typd the command

busybox

it shows the msg

BusyBox v1.22.1 (2016-11-01 12:04:21 GMT) multi-call binary.

Now i have one Ubuntu PC. From this Ubuntu PC i can ping mine Zedboard. Could somebody tell me how to transfer some file form Ubuntu PC to this embedded platform Zedboard using tftp protocol step by step as well as necessary settings that need be enabled prior to the communication in the Ubuntu PC.

Regards

Aditya

1 Answers1

0

I think This link will help you. I used this tutorial to setup the TFTP server and successfully worked with loading binary files to Beagleboneblack with U-boot bootloader over TFTP from my host PC.

Uint32
  • 140
  • 7
  • That link is very helpful. It seems that i have to access the files from the Zedboard terminal which is on the Ubuntu PC.But i want in reverse manner i.e from mine Ubuntu PC terminal I want to push the files to mine Zedboard. Could u suggest something.. – aditya kumar chaudhary Nov 09 '16 at 13:05
  • Well i haven't tested this scenario but you can use the 'put' after connecting the with the board, you can check the documentation of tftp command. I will check if this works and will get back. – Uint32 Nov 09 '16 at 13:44
  • Actually in mine zedboard when i am typing tftp at mine prompt then it is giving me the following option:- tftp:[option] [host] [port] Now in that tutorial we are not doing like this. i do not know what is correct. i will also check it and update u. – aditya kumar chaudhary Nov 09 '16 at 16:12
  • It did not work. Because on mine zedboard there is no tftd ,so i think i need to run the tftd in mine zedboard, then only i can transfer the file from ubuntu to zedborad. – aditya kumar chaudhary Nov 11 '16 at 04:53