qca / boardfarm

Main repo moved to:
https://github.com/mattsm/boardfarm/
BSD 3-Clause Clear License
71 stars 54 forks source link

openwrt_router.tftp_get_file uses tftp-hpa which isn't in OpenWrt packages anymore #55

Open wwahammy opened 8 years ago

wwahammy commented 8 years ago

openwrt_router.tftp_get_file requires the OpenWrt router have tftp-hpa installed on it. This tool is no longer in the package repository for OpenWrt (or if it is, I can't find it). tftp-hpa should be replaced with the busybox tftp tool if possible.

mattsm commented 7 years ago

We could probably just use ssh/scp instead since those are more likely to be included. Better yet try a variety of options and then give up with a warning message.