This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Mbx TCP/IPStack


Hello,

i have a problem, i will make a application with TCP/IP.

i build eCos with :

ecosconfig new mbx

ecosconfig add net
ecosconfig add CYGPKG_NET_OPENBSD_STACK
ecosconfig add CYGPKG_IO_FILEIO
ecosconfig add CYGPKG_IO_ETH_DRIVERS

ecosconfig import speed_40.ecm
ecosconfig import startup_ram.ecm

ecosconfig import configTCPIPsettings.ecm

speed_40.ecm Setup the Board.
configTCPIPSetings.ecm Configure TCP IP Setting
----- configTCPIPSetings.ecm --------------------------------------
cdl_component CYGHWR_NET_DRIVER_ETH0_ADDRS {
    user_value 1
};

cdl_option CYGHWR_NET_DRIVER_ETH0_ADDRS_IP {
    user_value 192.9.200.163
};

cdl_option CYGHWR_NET_DRIVER_ETH0_ADDRS_NETMASK {
    user_value 255.255.255.0
};

cdl_option CYGHWR_NET_DRIVER_ETH0_ADDRS_BROADCAST {
    user_value 192.9.200.255
};

cdl_option CYGHWR_NET_DRIVER_ETH0_ADDRS_GATEWAY {
    user_value 192.9.200.8
};

cdl_option CYGHWR_NET_DRIVER_ETH0_ADDRS_SERVER {
    user_value 192.9.200.163
};
----------------------------------------------------------------------------
--

If i start a application, i can't ping the target. For downloading the
application i take redboot over tftp.

THX

Ingo Sihler


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]