Could anyone tell me how to use TFTP command in P1010RDB (in Linux, not in u-boot)?
The TFTP does not react any options that mentioned in other Linux userguides.
For example, the TFTP does not know -V option and all other options too. It does not execute commands get and put too.
root@p1010rdb:~# tftp -V
tftp: invalid option -- 'V'
BusyBox v1.17.1 (2011-07-05 11:11:50 HKT) multi-call binary.
Usage: tftp [OPTIONS] HOST [PORT]
Setup a TFTP server on your desktop first.
Then in the Linux shell, do these steps:
1. Configure the ethernet port
2. cd to desired directory
3. run: tftp -g -I <file name> <desktop address> <TFTP port> //(this (-I) is either 'el' or 'eye')
That is what has worked for me on the P1010RDB. Hope it helps.