All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] MPC8313ERDB board reset problem
@ 2009-06-02  9:04 Deepak Gopalakrishnan
  2009-06-02 18:43 ` Kim Phillips
  0 siblings, 1 reply; 6+ messages in thread
From: Deepak Gopalakrishnan @ 2009-06-02  9:04 UTC (permalink / raw)
  To: u-boot

Hi im using mpc8313erdb board. and i have modified the u-boot 1.3.0 code 
to suit my needs. But the problem is that now as soon as power up the 
board,  the initial msgs are dumped on the telnet...and then as soon as 
the prompt is displayed....it resets....and keeps on doing the same... 
the thing is i dont know what change has caused this....it would be of 
great help if anyone can guide me identify wat component have i messed 
up... 

thanks and regards in advance 
Deepak Gopalakrishnan

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] MPC8313ERDB board reset problem
  2009-06-02  9:04 [U-Boot] MPC8313ERDB board reset problem Deepak Gopalakrishnan
@ 2009-06-02 18:43 ` Kim Phillips
  2009-06-03  9:47   ` Deepak Gopalakrishnan
  2009-06-08 10:02   ` [U-Boot] MPC8313ERDB u-boot upgrade usb problem Deepak Gopalakrishnan
  0 siblings, 2 replies; 6+ messages in thread
From: Kim Phillips @ 2009-06-02 18:43 UTC (permalink / raw)
  To: u-boot

On Tue, 2 Jun 2009 14:34:38 +0530
Deepak Gopalakrishnan <Deepak.Gopalakrishnan@Lntemsys.com> wrote:

> Hi im using mpc8313erdb board. and i have modified the u-boot 1.3.0 code 
> to suit my needs. But the problem is that now as soon as power up the 
> board,  the initial msgs are dumped on the telnet...and then as soon as 
> the prompt is displayed....it resets....and keeps on doing the same... 
> the thing is i dont know what change has caused this....it would be of 
> great help if anyone can guide me identify wat component have i messed 
> up... 

this could be anything including bad memory controller configuration.
Exactly how far does the prompt get?  Do you have a JTAG debugger?
Does the same thing happen with the latest & greatest u-boot on
git.denx.de?

Kim

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] MPC8313ERDB board reset problem
  2009-06-02 18:43 ` Kim Phillips
@ 2009-06-03  9:47   ` Deepak Gopalakrishnan
  2009-06-08 10:02   ` [U-Boot] MPC8313ERDB u-boot upgrade usb problem Deepak Gopalakrishnan
  1 sibling, 0 replies; 6+ messages in thread
From: Deepak Gopalakrishnan @ 2009-06-03  9:47 UTC (permalink / raw)
  To: u-boot

yes i think i have found wat was the change that was causing the problem.
I had changed the value of CFG_ENV_SECT_SIZE(which is present in 
include/config/MPC8313ERDB.h) from 0x10000 to 0x20000.
i had to do this because while i issue the command save, i would get an 
error

"Saving Environment to Flash...
Error: end address not on sector boundary"

Can you help me fix this problem....

Regards,
Deepak Gopalakrishnan

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] MPC8313ERDB  u-boot upgrade usb problem
  2009-06-02 18:43 ` Kim Phillips
  2009-06-03  9:47   ` Deepak Gopalakrishnan
@ 2009-06-08 10:02   ` Deepak Gopalakrishnan
  2009-06-08 23:36     ` Kim Phillips
  1 sibling, 1 reply; 6+ messages in thread
From: Deepak Gopalakrishnan @ 2009-06-08 10:02 UTC (permalink / raw)
  To: u-boot

Hi
i am in the process of upgrading the u-boot version from u-boot 1.1.6 to 
1.3.0 and im stuck up with the usb.
this is the error im getting

=> usb start
(Re)start USB...
USB:   ACTUAL Board
Setting Clock...
PHY Invalid
Clock setting failed
Error, couldn't init Lowlevel part

i have no idea wat has gone wrong....

thanks in advance

Regards,
Deepak Gopalakrishnan

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] MPC8313ERDB  u-boot upgrade usb problem
  2009-06-08 10:02   ` [U-Boot] MPC8313ERDB u-boot upgrade usb problem Deepak Gopalakrishnan
@ 2009-06-08 23:36     ` Kim Phillips
  2009-06-09 10:06       ` Deepak Gopalakrishnan
  0 siblings, 1 reply; 6+ messages in thread
From: Kim Phillips @ 2009-06-08 23:36 UTC (permalink / raw)
  To: u-boot

On Mon, 8 Jun 2009 15:32:54 +0530
Deepak Gopalakrishnan <Deepak.Gopalakrishnan@Lntemsys.com> wrote:

> Hi
> i am in the process of upgrading the u-boot version from u-boot 1.1.6 to 
> 1.3.0 and im stuck up with the usb.
> this is the error im getting
> 
> => usb start
> (Re)start USB...
> USB:   ACTUAL Board
> Setting Clock...
> PHY Invalid
> Clock setting failed
> Error, couldn't init Lowlevel part
> 
> i have no idea wat has gone wrong....

I have no idea what code you're running: there is no occurrence of the
string "PHY Invalid" in the current nor the v1.3.0 versions of mainline
U-Boot.  Does this u-boot have support for the USB PHY on your board?

Please try top-of-tree u-boot from git.denx.de and let us know if the
problem persists.  That u-boot is what's supported here.  fyi, board
support contributions are welcome here too.

Kim

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] MPC8313ERDB  u-boot upgrade usb problem
  2009-06-08 23:36     ` Kim Phillips
@ 2009-06-09 10:06       ` Deepak Gopalakrishnan
  0 siblings, 0 replies; 6+ messages in thread
From: Deepak Gopalakrishnan @ 2009-06-09 10:06 UTC (permalink / raw)
  To: u-boot

hi 
I ran into this problem while trying to include files necessary to include 
ehci feature for usb.
It would be of great help if some one cud point in a direction where i can 
get help...
Im using MPC8313 board and u-boot.1.3.0 on it.

Regards,
Deepak Gopalakrishnan





Kim Phillips <kim.phillips@freescale.com> 
06/09/2009 05:06 AM

To
Deepak Gopalakrishnan <Deepak.Gopalakrishnan@Lntemsys.com>
cc
u-boot at lists.denx.de
Subject
Re: [U-Boot] MPC8313ERDB  u-boot upgrade usb problem






On Mon, 8 Jun 2009 15:32:54 +0530
Deepak Gopalakrishnan <Deepak.Gopalakrishnan@Lntemsys.com> wrote:

> Hi
> i am in the process of upgrading the u-boot version from u-boot 1.1.6 to 

> 1.3.0 and im stuck up with the usb.
> this is the error im getting
> 
> => usb start
> (Re)start USB...
> USB:   ACTUAL Board
> Setting Clock...
> PHY Invalid
> Clock setting failed
> Error, couldn't init Lowlevel part
> 
> i have no idea wat has gone wrong....

I have no idea what code you're running: there is no occurrence of the
string "PHY Invalid" in the current nor the v1.3.0 versions of mainline
U-Boot.  Does this u-boot have support for the USB PHY on your board?

Please try top-of-tree u-boot from git.denx.de and let us know if the
problem persists.  That u-boot is what's supported here.  fyi, board
support contributions are welcome here too.

Kim

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-06-09 10:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-02  9:04 [U-Boot] MPC8313ERDB board reset problem Deepak Gopalakrishnan
2009-06-02 18:43 ` Kim Phillips
2009-06-03  9:47   ` Deepak Gopalakrishnan
2009-06-08 10:02   ` [U-Boot] MPC8313ERDB u-boot upgrade usb problem Deepak Gopalakrishnan
2009-06-08 23:36     ` Kim Phillips
2009-06-09 10:06       ` Deepak Gopalakrishnan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.