Transferring the image to the BBB via TFTP- using Yocto openembedded 1.6

I pinged the device as Robert suggested and the output obtained is posted below
ping failed; host 192.168.95.134 is not alive ,

Note : I also have this info for mtdparts

U-Boot# mtdparts
Device nand0 not found!

Is this is the one causing the problem for booting?? If so any work around to fix this ??

Regards,
Gibson

If you get in u-boot a ping reply from your sever with

ping ${serverip}

networking should be OK and your problem is the tftp server setup.

The next thing to try would be if your tftp server works.

Is your tftp server running on 192.168.43.130 and does it really export a file called uImage?

Assuming you are on a Linux host like on 192.168.43.130 you could try:

tftp localhost 69
get uImage
quit

If your local tftp client is able to download uImage from your local tftp server and ping from u-boot above also works your problem is slowly getting interesting.

Then it would be nice if I could log on to your computer and have a look at it what happens?

Regards,

Robert

Hi ,
Robert as you suggested, I tried and below is the output

tftp localhost 69

get uImage
Received 5076806 bytes in 1.6 seconds

Hi,

Robert,
I use a VMware on which I run Ubuntu 14.04

Hi ,
Robert as you suggested, I tried and below is the output

tftp localhost 69

get uImage
Received 5076806 bytes in 1.6 seconds

OK cool, so this means your tftp server setup seems to be OK and we need to fix your networking setup.
I sent you an email to join on #beagle and maybe Skype as well.

Hi,