MVME162 BSP Issues

Hoover, Victor P CTR NAVAIR, AIR 4.1.3.3 victor.hoover.ctr at navy.mil
Thu Nov 3 16:35:53 UTC 2011



> -----Original Message-----
> From: Eric Norum [mailto:wenorum at lbl.gov]
> Sent: Wednesday, November 02, 2011 18:33
> To: Hoover, Victor P CTR NAVAIR, AIR 4.1.3.3
> Cc: rtems-users at rtems.org
> Subject: Re: MVME162 BSP Issues
> 
> Stack overflow perhaps?
> Using a C library routine before all the required data structures have
> been set up?
> Have you tried using printk in your startup tests?

Just to clarify, I'm testing with the testsuites/samples/fileio program.
The problems are occurring in the function that displays the menu to the
user.  I'm assuming that at this point everything should be initialized.

Stack size:
I've increased the stack sizes and still have the same problems.  Besides,
stack issues wouldn't explain the following:

   printf("test output\n");    // works fine
   printf("test output");      // locks the processor

printk:
I tried using printk to display a newline terminated text string.  No output
Appeared on the console port but the system didn't hang.

I did find out why the 162 BSP doesn't accept any user input though.  The
char_ready function in console.c always returns false even on success.  Once
I changed the final line in the function to return true then I managed to
get input data to the program.

That's one step further than I was yesterday.

     - Vic Hoover
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5218 bytes
Desc: not available
URL: <http://lists.rtems.org/pipermail/users/attachments/20111103/024567ac/attachment-0001.bin>


More information about the users mailing list