Dnsmasq as a TFTP server

Very simple:
sudo dnsmasq --enable-tftp --tftp-root=`pwd` -d -p 0
And you are up and running...