Hi all<br>
<br>
i'm actually trying to use U-boot on my board that is based on the RM9200EK from Atmel<br>
so when i configure it, i use the at91rm9200_config option but&nbsp;
due to the fact that the Flash chip and the PHY chip are different they
are not detected.<br>
I'm using a AT49BV6416T (AT49BV6416 on the board from Atmel) and an Intel LXT971ALE A4 (Davicom on the board)<br>
<br>
So does any body have an idea on how about to make these chips detected?<br>
For the Flash Chip i've change the device id to go with the T flash
(#define ATM_ID_BV6416&nbsp;&nbsp;&nbsp; 0x000000D6 &gt;&gt;&gt;
#define ATM_ID_BV6416&nbsp;&nbsp;&nbsp; 0x000000D2 in the flash.h file)
and the flash organization ( OrgDef OrgAT49BV6416[]
={&nbsp;&nbsp;&nbsp; {&nbsp;&nbsp; 8,&nbsp; 8*1024 },&nbsp;&nbsp;&nbsp;
{ 127, 64*1024 },}; &gt;&gt;&gt; OrgDef OrgAT49BV6416[]
={&nbsp;&nbsp;&nbsp; { 127, 64*1024 },&nbsp;&nbsp;&nbsp; {&nbsp;&nbsp;
8,&nbsp; 8*1024 },};)<br>
<br>
<br>
<br>
with regards<br>
-- <br><br>Frédéric Kwiatkowski<br>--<br>Plateforme Technologique Valence<br>Tél : 04 75 41 88 58