
15 Jul
2005
15 Jul
'05
6:31 p.m.
Yuli Barcohen <yuli <at> 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