From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Anthony Massa" To: Subject: [ECOS] RedBoot Date: Thu, 19 Apr 2001 16:19:00 -0000 Message-id: X-SW-Source: 2001-04/msg00236.html I am trying to download code using GDB/Insight with my MBX860 target running RedBoot. I am a little confused as to the sequence of the commands I need to use. What I am doing is in Insight I use Run->Connect to Target. I then connect via Remote/TCP using the IP address and port 9000. I get a successfully connected message. What do I do next to run my code on the target? Do I use the .img file or .srec file? Thanks.