[U-Boot-Users] Execution problem in MIPS based...

Hi, I am trying to add some POST tests in the uboot for MIPS 32 based board.Asthe number of tests increases i face some problems.The uboot strucks at some point.I am using the cmdline options to execute each tests.If i add eg some 5 tests it works fine.If i add one more then the processor hangs.I am including some c files from outside.All the tests works fine individually in uboot using command line option.If i build with all the tests, one or the other makes the system hang. I tried to debug and the statement causing the Rom Exception is 8003CAC8 0x3C1C0003 lui $gp,0x0003 in the begining of one of the functions. Please give me some pointers
Is there any size limitation to uboot?
Thanks in advance, Suresh

In message 2aec1b9a0601130731w163f9a9cp145d9eb0972e0161@mail.gmail.com you wrote:
I am trying to add some POST tests in the uboot for MIPS 32 based board.Asthe number of tests increases i face some problems.The uboot strucks at some point.I am using the cmdline options to execute each tests.If i add eg some 5 tests it works fine.If i add one more then the processor hangs.I am including some c files from outside.All the tests works fine individually in uboot using command line option.If i build with all the tests, one or the other makes the system hang. I tried to debug and the statement causing the Rom Exception is 8003CAC8 0x3C1C0003 lui $gp,0x0003 in the begining of one of the functions. Please give me some pointers
Is there a watchdog on your system?
Is there any size limitation to uboot?
No.
------=_Part_10429_17467261.1137166294297 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
Please don't post HTML.
Best regards,
Wolfgang Denk

Wdog test in the POST I'm doing?? Its there. But i am not calling it.eventhen it goes to Rom Exception if i execute some other test.Anything i can try??? How to know whether watchdog is there or not.Is there any specific file to look in??
Thanks, suresh
On 1/13/06, Wolfgang Denk wd@denx.de wrote:
In message <2aec1b9a0601130731w163f9a9cp145d9eb0972e0161@mail.gmail.com > you wrote:
I am trying to add some POST tests in the uboot for MIPS 32 based board.Asthe number of tests increases i face some problems.The uboot strucks at some point.I am using the cmdline options
to
execute each tests.If i add eg some 5 tests it works fine.If i add one
more
then the processor hangs.I am including some c files from outside.Allthe tests works fine individually in uboot using command line option.If i
build
with all the tests, one or the other makes the system hang. I tried to debug and the statement causing the Rom Exception is 8003CAC8 0x3C1C0003 lui $gp,0x0003 in the begining of one of the functions. Please give me some pointers
Is there a watchdog on your system?
Is there any size limitation to uboot?
No.
------=_Part_10429_17467261.1137166294297 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
Please don't post HTML.
Best regards,
Wolfgang Denk
-- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de "If a computer can't directly address all the RAM you can use, it's just a toy." - anonymous comp.sys.amiga posting, non-sequitir

In message 2aec1b9a0601152022x2c031cc1kd0a035e7a9a62721@mail.gmail.com you wrote:
Wdog test in the POST I'm doing?? Its there. But i am not calling it.eventhen it goes to Rom Exception if i execute some other test.Anything i can try???
Disable the watchdog?
How to know whether watchdog is there or not.Is there any specific file to look in??
You should know your hardware better than us. Check the documentation and schematics.
Best regards,
Wolfgang Denk
participants (2)
-
Suresh KV
-
Wolfgang Denk