blob: 88cff5bf14a37083bc61770d88be32b26233d205 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
Pangolin is a StrongARM 1110-based evaluation platform produced
by Dialogue Technoloy (http://www.dialogue.com.tw/).
It has EISA slots for ease of configuration with SDRAM/Flash
memory card, USB/Serial/Audio card, Compact Flash card,
and TFT-LCD card.
This platform is currently under development.
To compile for Pangolin, you must issue the following commands:
make pangolin_config
make config
[accept all defaults]
make dep
make zImage
Supported peripherals:
- SA1110 serial port
- flash memory access
Testing:
- pcmcia driver
- sound driver
To do:
- MQ-200 driver
|