I wanted to copy any file format(.bin,.txt,.c,.exe etc) into the processor Emmc for the same what i am doing is,i have open new UART port into the processor am5728 Eval_Board this UART port connected to the host PC using USB to serial converter. so i need to send my file through this new port with the help of any protocol(x,y,z ,kermit or gtkterm send option).Now i am using Gtkterm send raw file option,but how i receive that file at receive end obviously there is no chance to open that new uart port through gtkterm and save the raw file. my doubt is that :
1) how can i receive that file, is there any need to write any application?
2) can i use serial console to receive that file( so with the help of save raw file option on the serial console i can able to save the file)
3) Is it possible to receive that file by doing cat > file < /dev/ttyUSB0. on serial console(debug port).
Thank you!!!