RTEMS - FreeBSD TFTP test problem.

Thomas Kim thomas73.kim at gmail.com
Mon Jun 16 09:38:38 UTC 2014


Dear Sir,

I have still a problem for using TFTP test code.

As I check in rtems_tftp_open_works() function, I guess that BOOTP should
be enabled for running TFTP.
At this time, if_address, ip_netmask and hardware_address of struct
rtems_bsdnet_ifconfig are NULL.

I don't know TFTP operation is related with BOOTP.

Please advise me.

Best Regards,



2014-05-15 15:42 GMT+09:00 Thomas Kim <thomas73.kim at gmail.com>:

> Dear Sir,
>
> I am testing RTEMS FreeBSD networking using
> network-demos-network-demos-4.10.2.
>
> At this time, testing code about dnstest, http  are OK.
>
> When I try to test tftpTest, there is below problem.
>
> Function flow for TFTP request is below;
>   - rtems_tftp_open()
>   - rtems_tftp_open_worker()
>   - sendto()
>   - udp_output()
>   - ip_output() ==> My problem is here !!!
>
> Normal case using TCP, if_output() function entry in ip_output is
> ether_output().
> But, abnormal case using UDP, if_output() function entry is looutout().
> It mean that UDP is tring to use loopback interface.
>
> I don't know the reason about this problem.
>
> Please could you let me know how to resolve this ?
>
> Best Regards.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20140616/eb22516c/attachment-0001.html>


More information about the users mailing list