From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ross Wightman To: ecos-discuss@sources.redhat.com Subject: [ECOS] DBG Serial Init Problem with MBX based code Date: Thu, 31 Aug 2000 12:28:00 -0000 Message-id: X-SW-Source: 2000-08/msg00394.html Yup, it worked. The serial port gets initialized and GDB can communicate with the board. Now I'm having issues loading programs onto the board. No matter what baud rate I use (even slowing it to 9600) the program download process downloads the vectors at a good rate, then when it gets to .text the download goes up in increments of 512bytes about every 30 seconds with lots of packet error warnings in the gdb console. Sigh, the fun never ceases. (Btw sorry bout not replying to the thread, but that doesn't seem to work) Jesper Skov wrote in message news:8oib37$3fv$1@velvet.microplex.com ... > >>>>> "Ross" == Ross Wightman writes: > Ross> This problem would be easy to "hack" fix. However, I would like > Ross> some insight into why this is setup as is (if it should be?) and > Ross> what a good fix would entail. > > I think something like the below is what we want. Could you please see > if it fixes your problem - if so, I will commit it. > > Ta, > Jesper