From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Haines Date: Fri, 15 Jul 2005 16:31:28 +0000 (UTC) Subject: [U-Boot-Users] Re: PATCH: Add support for EmbeddedPlanet EP88x boards References: <17109.6259.382029.838736@astp0002.localdomain> <17110.32604.967711.928871@astp0002.localdomain> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Yuli Barcohen arabellasw.com> writes: > > >>>>> Will Haines writes: > > Will> Any suggestions at all to get this port running on my board > Will> would be much appreciated! > > There are too many possible reasons. Thank everyone very much for their help. I finally have a running version of u-boot on my EP885C. It turns out that the changes that I had to make to get everything working were: #define CONFIG_8xx_CPUCLK_DEFAULT 133000000 #define CONFIG_BAUDRATE 9600 Everything seems to be alright now. Thanks for the help--I learned a lot about u-boot and even more about gdb. Will