[U-Boot] MPC8313ERDB board reset problem

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

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

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

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

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

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@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
participants (2)
-
Deepak Gopalakrishnan
-
Kim Phillips