Pangolin 708 B

1234567891011121314151617181920212223
  1. Pangolin is a StrongARM 1110-based evaluation platform produced
  2. by Dialogue Technology (http://www.dialogue.com.tw/).
  3. It has EISA slots for ease of configuration with SDRAM/Flash
  4. memory card, USB/Serial/Audio card, Compact Flash card,
  5. PCMCIA/IDE card and TFT-LCD card.
  6. To compile for Pangolin, you must issue the following commands:
  7. make pangolin_config
  8. make oldconfig
  9. make zImage
  10. Supported peripherals:
  11. - SA1110 serial port (UART1/UART2/UART3)
  12. - flash memory access
  13. - compact flash driver
  14. - UDA1341 sound driver
  15. - SA1100 LCD controller for 800x600 16bpp TFT-LCD
  16. - MQ-200 driver for 800x600 16bpp TFT-LCD
  17. - Penmount(touch panel) driver
  18. - PCMCIA driver
  19. - SMC91C94 LAN driver
  20. - IDE driver (experimental)