sudo launchctl load -w /System/Library/LaunchDaemons/tftp.plist
Then it will serve files up from /private/tftpboot/ just make sure they are readable by all. To shutdown the daemon just run:
sudo launchctl remove com.apple.tftpd
sudo launchctl load -w /System/Library/LaunchDaemons/tftp.plist
sudo launchctl remove com.apple.tftpd