Matthew E Rosenthal <
[email protected]> wrote:
> I would rather not use the ultracontroller design anymore. I want to create a
> EDK project from scratch, add a plb buss, add a few peripherials(gpio and
> uart). Doesnt sound like i am asking for the world but i am having a tough time
> finding some simple instructions on how to do it.
> anybody know where i can find some instructions for this?
Well, I can only tell you how I learned to use the EDK (no tutorial,
sorry): use the included wizard to generate a basic system for one of
the supported boards, for example the ML300, and then either start from
this (and make whatever changes to the UCF), or read through the
generated files to understand them. Since the ML300 supports gpio and
uarts, the wizard should generate all the necessary components, i.e.
ppc, plb, plb2opb, opb, opb_gpio, opb_uart16550.
Good luck. EDK really isn't that hard to use :-)
-g