From mboxrd@z Thu Jan 1 00:00:00 1970 From: "???" To: Subject: [ECOS] MPC8xx ethernet driver ?? Date: Wed, 02 May 2001 00:21:00 -0000 Message-id: <04a901c0d2d8$3aa42a20$8267608c@e> X-SW-Source: 2001-05/msg00014.html Hi everyone: I am porting eCos on my custom MPC823 board. Redboot work fine, it can ping other server ( ping -v -h xxx.xxx.xxx.xxx) But when I download an application (ping_lo_test.exe), I found it can't work about network. I set breakpoint at "quicc_eth_int", it never reach there. And I found "quicc_eth_init" dosen't initialize the CICR,CIMR. Do I miss something ?? Ken