GraphicsMaster 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. ADS GraphicsMaster Single Board Computer
  2. For more details, contact Applied Data Systems or see
  3. http://www.applieddata.net/products.html
  4. The original Linux support for this product has been provided by
  5. Nicolas Pitre <nico@fluxnic.net>. Continued development work by
  6. Woojung Huh <whuh@applieddata.net>
  7. Use 'make graphicsmaster_config' before any 'make config'.
  8. This will set up defaults for GraphicsMaster support.
  9. The kernel zImage is linked to be loaded and executed at 0xc0400000.
  10. Linux can be used with the ADS BootLoader that ships with the
  11. newer rev boards. See their documentation on how to load Linux.
  12. Supported peripherals:
  13. - SA1100 LCD frame buffer (8/16bpp...sort of)
  14. - SA1111 USB Master
  15. - on-board SMC 92C96 ethernet NIC
  16. - SA1100 serial port
  17. - flash memory access (MTD/JFFS)
  18. - pcmcia, compact flash
  19. - touchscreen(ucb1200)
  20. - ps/2 keyboard
  21. - console on LCD screen
  22. - serial ports (ttyS[0-2])
  23. - ttyS0 is default for serial console
  24. - Smart I/O (ADC, keypad, digital inputs, etc)
  25. See http://www.eurotech-inc.com/linux-sbc.asp for IOCTL documentation
  26. and example user space code. ps/2 keybd is multiplexed through this driver
  27. To do:
  28. - everything else! :-)
  29. Notes:
  30. - The flash on board is divided into 3 partitions. mtd0 is where
  31. the zImage is stored. It's been marked as read-only to keep you
  32. from blasting over the bootloader. :) mtd1 is
  33. for the ramdisk.gz image. mtd2 is user flash space and can be
  34. utilized for either JFFS or if you're feeling crazy, running ext2
  35. on top of it. If you're not using the ADS bootloader, you're
  36. welcome to blast over the mtd1 partition also.
  37. - 16bpp mode requires a different cable than what ships with the board.
  38. Contact ADS or look through the manual to wire your own. Currently,
  39. if you compile with 16bit mode support and switch into a lower bpp
  40. mode, the timing is off so the image is corrupted. This will be
  41. fixed soon.
  42. Any contribution can be sent to nico@fluxnic.net and will be greatly welcome!