imx27ads redboot mxc_fec

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

imx27ads redboot mxc_fec

2,152 Views
zbsar
Contributor I
Using redboot I set the default network device to mxc_fec. This ends up in an error when loading the image: load -r -b ... returns a network error.

Now, if I use the cs8900a_eth0, then the kernel nfs boots, and the FEC can be configured.

So here is my question:

Can we use the FEC interface from Redboot. Is this a Redboot bug? or am I doing something wrong.
0 Kudos
2 Replies

589 Views
Wagan
Contributor I
Hi zbsar,
 
What revision # of ADS do You use?
In old version of the i.MX27ADS there was a problem with FEC:
FEC didn’t work. It caused by the wrong direction control in the buffer (U69).
It fixed by the board rework
 
Wagan


Message Edited by Wagan on 2008-04-11 06:00 PM
0 Kudos

589 Views
zbsar
Contributor I
 Hello Wagan,

I am not sure how to check the version because I don't have physical access to the board.
Here is what I have, Let me know if there is anything to check. The issue is that after booting over the cs8900_eth0, I can configure the FEC using ifconfig and access the system on that interface.

Thanks,
zbsar
                                                                         
++... Read from 0x07ee0000-0x07f00000 at 0xc1fe0000: .                        
... Read from 0x07ed3000-0x07ed4000 at 0xc1fff000: .                          
Ethernet FEC MAC address: 00:04:9f:00:63:55                                   
                                                                              
Board Type: ADS                                                               
Clock input: 26 MHz                                                           
Booting from [NOR flash]                                                      
                                                                              
FEC: [ HALF_DUPLEX ] [ disconnected ] [ 10M bps ]:                            
Ethernet eth0: MAC address 00:00:00:00:00:00                                  
IP: 128.224.165.54/255.255.255.0, Gateway: 128.224.165.1                      
Default server: 128.224.165.20                                                
                                                                              
RedBoot(tm) bootstrap and debug environment [ROMRAM]                          
Non-certified release, version FSL 200712 - built 14:16:56, Mar 20 2007       
                                                                              
Platform: MX27 ADS/EVB (Freescale i.MX27 based) PASS 1.0 [x32 SDR]            
Copyright (C) 2000, 2001, 2002, 2003, 2004 Red Hat, Inc.                      
                                                                              
RAM: 0x00000000-0x07f00000, [0x00025140-0x07ed1000] available                 
FLASH: 0xc0000000 - 0xc2000000, 256 blocks of 0x00020000 bytes each.          
== Executing boot script in 2.000 seconds - enter ^C to abort    


0 Kudos