From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Garnett To: ecos-discuss@sourceware.cygnus.com Subject: Re: [ECOS] problem regarding porting of ecos to PC i386 Date: Wed, 24 May 2000 03:30:00 -0000 Message-id: References: <000801bfc550$d5cc3a10$5800000a@amit> X-SW-Source: 2000-05/msg00208.html "Amit Agrawal" writes: > I have configured the kernel according to my target architecture i.e = > i386 PC. > Built the library and also the tests. > After this I prepared the gdb stub startup floppy using the file. > Using this I booted my target PC it shows some characters and numbers. > > I dont know how to proceed further. > I have to show ecos running on the target PC to the senior foks in my = > company so that they r assured of ecos as a good RTOS. > > HOW do I conclude that ecos is ported to the target system. > PLZ help me ! > > What you are getting on the screen is the GDB stub reporting what it is sending out of COM1. This means that the monitor floppy is up and running. You now need to connect COM1 of your target machine to a serial port on your host machine using a null modem. You should now be able to run GDB on the host and connect it via the serial line to the GDB stubs in the target. If you have built a standard RAM configuration of ecos and all the test programs you can now download any of the tests (I would use tm_basic for a demo) and run them in the ususal way. -- Nick Garnett Cygnus Solutions, a Red Hat Company Cambridge, UK From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Garnett To: ecos-discuss@sources.redhat.com Subject: Re: [ECOS] problem regarding porting of ecos to PC i386 Date: Wed, 05 Sep 2001 00:10:00 -0000 Message-ID: References: <000801bfc550$d5cc3a10$5800000a@amit> X-SW-Source: 2001-09/msg00076.html Message-ID: <20010905001000.f4mFwNjTCcY9UlTMbs620CzVLI1rvcQSN8OKMA-V-aM@z> "Amit Agrawal" writes: > I have configured the kernel according to my target architecture i.e = > i386 PC. > Built the library and also the tests. > After this I prepared the gdb stub startup floppy using the file. > Using this I booted my target PC it shows some characters and numbers. > > I dont know how to proceed further. > I have to show ecos running on the target PC to the senior foks in my = > company so that they r assured of ecos as a good RTOS. > > HOW do I conclude that ecos is ported to the target system. > PLZ help me ! > > What you are getting on the screen is the GDB stub reporting what it is sending out of COM1. This means that the monitor floppy is up and running. You now need to connect COM1 of your target machine to a serial port on your host machine using a null modem. You should now be able to run GDB on the host and connect it via the serial line to the GDB stubs in the target. If you have built a standard RAM configuration of ecos and all the test programs you can now download any of the tests (I would use tm_basic for a demo) and run them in the ususal way. -- Nick Garnett Cygnus Solutions, a Red Hat Company Cambridge, UK