[CSL ] 使用 busybox 的 tftp 指令

作者: LogicLab (202TA)   2007-05-17 23:38:36
懶得研究 nfs 的同學, 也可以用 linux-host 的 tftpd-hpa
與 target 上面的 tftp 指令來傳檔案, 簡單的 usage 如下:
http://busybox.net/lists/busybox/2003-February/007972.html
也就是在 tftpd 正常運作的情況下, 將檔案放到 /var/lib/tftpboot 資料夾
再在實驗板上使用:
tftp -g -r FILENAME SERVERIP
-g: get file
-r: remote
-p: put file
-l: local
就可以拿到檔案了. 例如要拿 host 端的 /var/lib/hello:
tftp -g -r hello 10.26.2.254
要順便改名成 hello.elf 的話:
tftp -g -l hello.elf -r hello 10.26.2.254

Links booklink

Contact Us: admin [ a t ] ucptt.com