Sander Vermin a écrit :
> I did a new build with:
>
> macb_eth_initialize(0, (void *)AT91_BASE_EMAC, 1<<5);
>
> in stead of:
>
> macb_eth_initialize(0, (void *)AT91_BASE_EMAC, 0x00);
>
> But still no PHY detected :-(
>
You need to check your schematic, and the PHY datasheet in order to know
w
Stelian Pop a écrit :
> Hmm, if I sed:
> s/KS8721/DM9161/g
> and
> s/ks8721/dm9161/g
>
> on your files I find almost no change with regard to the original
> version, except:
>
> #define PHY_ADDRESS (1<<5)
>
> and a #if 0 commenting out a bit of the initialisation sequence...
>
yes,
rks on an AT91RM9200 with u-boot 1.3.2.
Eric
/*
* (C) Copyright 2006
* Author : Eric Benard (Eukrea Electromatique)
* based on dm9161.c which is :
* (C) Copyright 2003
* Author : Hamid Ikdoumi (Atmel)
*
* See file CREDITS for list of people who contributed to this
* project.
*
*
Stelian Pop a écrit :
> Le lundi 07 avril 2008 à 15:16 +0200, Sander Vermin a écrit :
>> Hello,
>>
>> I'm trying to build a U-Boot from your git tree with the AT91 patches.
>> My board is a custom board with a KS8721 instead of the DM9161 network
>> PHY chip. This is the same chip as Olimex used
Matt Gessner a écrit :
> Is anyone doing any work on this for u-boot?
it's OHCI and it's already in u-boot :
http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=blob;f=cpu/arm920t/at91rm9200/usb.c;h=c121de6328ed8cac480ce097b395092bbae4bb9d;hb=HEAD
add :
#define CONFIG_USB_OHCI_NEW 1
#define