This is the mail archive of the ecos-discuss@sourceware.org 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]

Re: [ECOS] Kinetis TWR-K60N512-KIT networking support‏


On 06.07.2011 15:17, jjp jjp wrote:
> Hi,
> Do you plan to make a MII driver separately?

There are separate drivers for PHY and Ethernet (MAC).
eCos already has diriver for Micrel PHY.

Ethernet needs MII in order to communicate with PHY, and these functions
are part of Ethenet driver.

Hope this helps.
Ilija

>> Date: Sat, 2 Jul 2011 12:42:29 +0200
>> From: ilijak@siva.com.mk
>> To: ecos-discuss@ecos.sourceware.org
>> Subject: Re: [ECOS] Kinetis TWR-K60N512-KIT networking support‏
>>
>> On 27.06.2011 13:06, jjp jjp wrote:
>>> Hi list,
>>> I am trying to add ethernet support on Kinetis TWR.
>>> I add my enet package in ecos repository and try to add lwip support.
>>> Code compiles but in generated elf, there is no reference to enet driver functions.
>> If they are not referenced by code they may have been ommitted by ld.
>>> I'm using the lwip_eth template.
>>> Configuration file is attached.
>>> Can you point me a sample code to test my ethernet driver?
>> There seem to be no ready made test suite dedicated to Ethernet packet
>> drivers in eCos tree. You can make use of use lwIP tests. Probably
>> simple mode would be better for start, I am happy with httpd_simple.c
>>> Thanks, regards.
>>>  
>>> Ps : Ilija SRAM code work properly for me with your latest patchs. Great job!
>>>  		 	   		   		 	   		  
>> Thanks. I  would appreciate if you have some remarks and/or suggestions.
>>
>> Ilija
>>
>> -- 
>> Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
>> and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
>>
>  		 	   		  
>


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


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