[U-Boot] u-boot for BMW board

This is Ramji from A.P ,India.I am new to u-boot. I am using BMW board. i used Sandpoint8245_config for board configuration based on the CPU when i load the u-boot.bin i got following o/p ++++++++++++++++++++++++++++++++++
U-Boot 1.1.6 (Sep 2 2008 - 20:22:29)
CPU: MPC8245 Revision 1.2 at 166.666 MHz: 16 kB I-Cache 16 kB D-Cache Board: Sandpoint 8245 Unity ##Test not implemented yet## I2C: ready DRAM: 64 MB FLASH: *** failed *** ### ERROR ### Please RESET the board ###
++++++++++++++++++++++++++++++++++++++++++++++
Can anyone help me in booting u-boot for my board and please clarify my queries...
1.Did i configured u-boot correctly for my board.If so what else i have to do to boot the board smoothly.
2.which cross compiler i have to use to compile this and where can we get it?
Thanks a lot in advance.
Regards, Ramji

Dear Ramji PanchaReddy,
in message 96ce52d50809030639w747d050fhe918a0f3edd2c1c0@mail.gmail.com you wrote:
I am using BMW board. i used Sandpoint8245_config for board configuration based on the CPU when i load the u-boot.bin i got following o/p
...
FLASH: *** failed *** ### ERROR ### Please RESET the board ###
Well, what did you expect when you configure for board "A" and run on board "B"?
1.Did i configured u-boot correctly for my board.If so what else i have to do to boot the board smoothly.
If you really have a "BMW" Board then you must configure U-Boot for the "BMW" board. Any other board configuration cannot work.
2.which cross compiler i have to use to compile this and where can we get it?
You can for example use the ELDK. See http://www.denx.de/wiki/view/DULG/ELDKAvailability
Best regards,
Wolfgang Denk

Hi Wolfgang, Thanks a lot for your response ..
I also tried BMW_config and used cross-compiler as ppc_82xx-* .When i load this i did not get any thing on console. My processor is MPC8245.
Regards, Ramji
On Wed, Sep 3, 2008 at 8:29 PM, Wolfgang Denk wd@denx.de wrote:
Dear Ramji PanchaReddy,
in message 96ce52d50809030639w747d050fhe918a0f3edd2c1c0@mail.gmail.com you wrote:
I am using BMW board. i used Sandpoint8245_config for board configuration based on the CPU when i load the u-boot.bin i got following o/p
...
FLASH: *** failed *** ### ERROR ### Please RESET the board ###
Well, what did you expect when you configure for board "A" and run on board "B"?
1.Did i configured u-boot correctly for my board.If so what else i have
to
do to boot the board smoothly.
If you really have a "BMW" Board then you must configure U-Boot for the "BMW" board. Any other board configuration cannot work.
2.which cross compiler i have to use to compile this and where can we get it?
You can for example use the ELDK. See http://www.denx.de/wiki/view/DULG/ELDKAvailability
Best regards,
Wolfgang Denk
-- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de This restaurant was advertising breakfast any time. So I ordered french toast in the renaissance. - Steven Wright, comedian

On Wed, Sep 03, 2008 at 08:44:37PM +0530, Ramji PanchaReddy wrote:
Hi Wolfgang, Thanks a lot for your response ..
I also tried BMW_config and used cross-compiler as ppc_82xx-* .When i load this i did not get any thing on console. My processor is MPC8245.
From what I recall about BMW, you probably want to go through the
BMW-related configuration bits and verify all the clock settings, memory settings, etc for your exact version of the board. IIRC the vendor was a bit prone to changing such things between different versions.
Good luck!
John

hi Wolfgang,
i used BMW configuration and now o/p is
U-Boot 1.1.6 (Sep 3 2008 - 21:48:59)
CPU: MPC8245 Revision 1.2 at 198 MHz: 16 kB I-Cache 16 kB D-Cache Board: BMW MPC8245/KAHLUA2 - CHRP (MAP B) Built: Sep 3 2008 at 21:48:59 Local Bus at 99 MHz DRAM: 64 MB FLASH: *** failed *** ### ERROR ### Please RESET the board ###
What are macros i have to look at to pass the FLASH test.and actual DRAM is 256 MB but its showing 64 MB.
Regards, Ramji
On Wed, Sep 3, 2008 at 9:00 PM, John W. Linville linville@tuxdriver.comwrote:
On Wed, Sep 03, 2008 at 08:44:37PM +0530, Ramji PanchaReddy wrote:
Hi Wolfgang, Thanks a lot for your response ..
I also tried BMW_config and used cross-compiler as ppc_82xx-* .When i
load
this i did not get any thing on console. My processor is MPC8245.
From what I recall about BMW, you probably want to go through the BMW-related configuration bits and verify all the clock settings, memory settings, etc for your exact version of the board. IIRC the vendor was a bit prone to changing such things between different versions.
Good luck!
John
John W. Linville linville@tuxdriver.com
participants (3)
-
John W. Linville
-
Ramji PanchaReddy
-
Wolfgang Denk