First, start tftp server:
sudo launchctl load -w /System/Library/LaunchDaemons/tftp.plist
Then run these commands
tftp xxx.xxx.xxx.xxx (the IP address the router)
tftp> mode binary
tftp> put rtx1100.bin exec
Then stop tftp
sudo launchctl unload -w /System/Library/LaunchDaemons/tftp.plist