This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM6446 and ethernet???

is it necessary connecting ethernet cable to dm6446 evm???

for tftp boot,I must connect the dm6446 to net??

  • Hi,

    Yes you need to connect, to your local network while using the tftp.

    while using tftp boot, you must be using a machine where you have your uImage stored.

    from there you want it to read in your client.

    Regards,

    --Prabhakar

  • I connect the board to internet.

    My ubuntu is192.168.112.151(I use VMware workstation)

    my wireless Ip is 192.168.1.1

    when I enter the following command in uboot:


    U-Boot > tftp

    I received this error: set the "ipaddr"

    and after entering the dhcp:

    BOOTP broadcast 1
    DHCP client bound to address 192.168.1.53
    TFTP from server 192.168.1.1; our IP address is 192.168.1.53
    Filename 'uImage-dm6446-evm.bin'.
    Load address: 0x80700000
    Loading: T T T T T T T T T T T T T T T T T T T T

    Retry count exceeded; starting again

    I set the serveip to 192.168.112.151 but the output did'nt change