This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

MBX redboot


Hi,
Thanks to this mailing list.
   
I have programmed the redboot image into the flash(MBX
target-MPC 860). Then i selected the remote->tcp
option from insight for ethernet debugging. Connection
is established and i am able to download the
application to the target through the ethernet. But
when i select the option <run> control is not coming
to main.
This is the sample program which i tried.
#include <stdio.h>
main()
{
  printf("\n hello ecos \n");
}
It simply hangs.
Control is coming to main() if i select the option
remote->serial.

Can someone try this and help me out.

Regards,
mekala



__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]