04-08-2019, 08:27 AM
(This post was last modified: 04-08-2019, 08:52 AM by burglar_ot.)
(04-03-2019, 11:54 AM)knyaz2020 Wrote:(04-03-2019, 08:36 AM)burglar_ot Wrote: I use the same procedure on Rock64 and Pine64 LTS without any issue, so it seems strange. The UDP checksum is very suspicious for me and it seems related to the TFTP Server. I have to say that I had tons of problems with all the TFTP Server I tried except the one written in Python. What are you using as TFTP?
I tried tftpd-hpa and ftpd (via xinetd) with different versions and on different boards (Raspberry Pi 3 B+ and from Rock64 board). In all cases have the same issue "UDP wrong checksum".
Could you give me URL on tftp server which written on Python?
Thank you.
I had the same issue with both these sever (and many others). The only one that always works is py3tftp that you can install with:
pip3 install py3tftp
once installed you simply go in the tftp directory and execute it as py3tftp -p 69