12-21-2018, 01:50 PM
Finally, after many tentatives, I find a tftpd server that works perfectly without hanging on reboots or multiple cards booting at the same time.
Unfortunately is a pure python server and requires python 3.5. To install it it is possible to use
pip3 install py3tftp
and it has to be executed in the directory that has to be served. In the case of our guide is under /storage/pxe-boot/tftp.
Unfortunately is a pure python server and requires python 3.5. To install it it is possible to use
pip3 install py3tftp
and it has to be executed in the directory that has to be served. In the case of our guide is under /storage/pxe-boot/tftp.