README.stxxtc 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. First, some build notes on the Silicon Turnkey eXpress XTc.
  2. This board has both 87x/88x procesor options at various
  3. frequencies. The configuration file has some macros for setting
  4. the clock speed, not all have been tested. They all have
  5. a 10MHz input clock. Please do not check in a configuration
  6. file that selects a high speed not available on all processors.
  7. We chose the 66MHz core and bus speed, which should be OK on
  8. all boards. If you have a processor, lucky you! :-)
  9. Just build a new configuration with that speed, check
  10. the macro configuration to ensure it's correct. If the
  11. macro is updated, please check that in, but keep default
  12. processor speed.
  13. The board is likely to have more than 1Mbyte of NOR boot flash.
  14. It was also configured with a high boot vector (Dan's fault)
  15. so the standard 8xx mapping doesn't work well. We had to move
  16. the addresses around a little bit so one copy would work. The
  17. flash got fragmented, and we are working on a better solution.
  18. There is an "xtc.cfg" floating around for the BDI2000, use
  19. that for programming a new version of U-Boot. You can probably
  20. find it on the Silicon Turnkey eXpress (www.silicontkx.com),
  21. Embedded Alley Solutions (embeddedalley.com), or Denx (denx.de)
  22. servers.
  23. The board will also have various SDRAM sizes, but the code
  24. should automatically determine the amount of memory.
  25. There are a couple of different board versions, visually
  26. they use different BGA or surface mount memory parts. However,
  27. they are logically the same board.
  28. Now, some operational notes.
  29. The board has the option of sporting two FEC Ethernet ports.
  30. The second port isn't configured to be automatically available
  31. because it would cause U-Boot to generate a board data structure
  32. (the bd_t) with multiple MAC addresses and be incompatible with
  33. standard 8xx kernel builds. You can use/test the second FEC
  34. in U-Boot by assigning an 'eth1addr' and selecting the second
  35. FEC as the port to use.
  36. Since this is just a development board and not a product, STx
  37. does not assign unique MAC addresses. We just pilfer the
  38. "default" ones used by Wolfgang on some other boards. Please
  39. ensure you assign unique MAC addresses when using these boards.
  40. The serial port baud rate is 38400, because that's the way
  41. I like it :-)
  42. Thanks to Pantelis for lots of the work on this board port.
  43. Have Fun!
  44. -- Dan
  45. 15 August 2005