hello all ;
i use the EVMK2H12 .
linux 3.10.10 .
mcsdk 3_00_03_15 .
i wrote a hello.c file and i execute it in my host PC UBUNTU with the gcc arm: # arm-linux-gnueabihf-gcc -o hello hello.c
and it generate a binary file "hello" whitch i put in my tftp root directory ; but when i want to transfer this file to EVM:
EVM K2H# tftp -r hello -g 192.168.2.9
i get this error : tftp: sendto: Network is unreachable
i don't know if it is due to the Ethernet driver o somthing else .
thank you;