[U-Boot-Users] Phy and Flash detection on ATMEL RM9200 EK based board

Hi all
i'm actually trying to use U-boot on my board that is based on the RM9200EK from Atmel so when i configure it, i use the at91rm9200_config option but due to the fact that the Flash chip and the PHY chip are different they are not detected. I'm using a AT49BV6416T (AT49BV6416 on the board from Atmel) and an Intel LXT971ALE A4 (Davicom on the board)
So does any body have an idea on how about to make these chips detected? For the Flash Chip i've change the device id to go with the T flash (#define ATM_ID_BV6416 0x000000D6 >>> #define ATM_ID_BV6416 0x000000D2 in the flash.hfile) and the flash organization ( OrgDef OrgAT49BV6416[] ={ { 8, 8*1024 }, { 127, 64*1024 },}; >>> OrgDef OrgAT49BV6416[] ={ { 127, 64*1024 }, { 8, 8*1024 },};)
with regards
participants (1)
-
Stage Iup - Fabrice & Frederic