# Start tftp Service
sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist
# /private/tftpboot is used as the root
# End tftp Service
sudo launchctl unload -F /System/Library/LaunchDaemons/tftp.plist
Categories
# Start tftp Service
sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist
# /private/tftpboot is used as the root
# End tftp Service
sudo launchctl unload -F /System/Library/LaunchDaemons/tftp.plist
This particular example is using a local tftp server.
fw set control ****.bl7 fw set proto tftp
fw set host x.x.x.x
fw update
reboot