From mboxrd@z Thu Jan 1 00:00:00 1970 From: shobhan Kumar Ayyadevara To: ecos-discuss@sourceware.cygnus.com, shobana@in.ceeyes.com Subject: [ECOS] How to execute the program in eCos for ARM Date: Sun, 22 Jul 2001 11:52:00 -0000 Message-id: <3B5B228B.99596B7F@in.ceeyes.com> References: <3B545DC5.641AA6DA@in.ceeyes.com> <3B547009.51DFBC4B@in.ceeyes.com> <3B547085.855C48F8@in.ceeyes.com> <3B5B1E36.942EA9EE@in.ceeyes.com> X-SW-Source: 2001-07/msg00674.html Hello, I have a boot loader with that I am able to download the image on to the Flash. The boot loader for ARM 7TDMI based SOC board. With a jump to a predefined location my boot loader should start the execution of the program, but it is not happening. I have given a jump to vectors location. I tried with both the binary and elf images at 0x0, 0x1000 locations of the RAM. But it is not working. What will be the problem??? Is there any other way to execute the program on my ARM7 TDMI based SOC board???. If so, please help me . I am using gcc compiler cross compiled for ARM processor (arm-elf-gcc, arm-elf-ld, arm-elf-objdump, arm-elf-objcopy etc) on windows Host using eCos as Operating System. Please help if I am on right path or not ?? Please let me know How to solve this problem?? regards Shobhan