Difference between revisions of "TG68 AMR Build"
Jump to navigation
Jump to search
Blwikiadmin (talk | contribs) |
Blwikiadmin (talk | contribs) |
||
Line 14: | Line 14: | ||
[[File:QMTECH_EP4CE15_StarterKit_J12.PNG]] | [[File:QMTECH_EP4CE15_StarterKit_J12.PNG]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Pin List == | == Pin List == | ||
Line 77: | Line 53: | ||
set_location_assignment PIN_B16 -to aud_r | set_location_assignment PIN_B16 -to aud_r | ||
</pre> | </pre> | ||
+ | |||
+ | == Chassis == | ||
+ | |||
+ | [[file:Multicomp-Enclosure-P743-720px.jpg]] | ||
+ | |||
+ | [[file:Multicomp-Enclosure-P747-720px.jpg]] | ||
+ | |||
+ | [[file:Multicomp-Enclosure-P749-720px.jpg]] | ||
+ | |||
+ | [[file:Multicomp-Enclosure-P733-720px.jpg]] | ||
+ | |||
+ | [[file:Multicomp-Enclosure-P734-720px.jpg]] | ||
+ | |||
+ | [[file:Multicomp-Enclosure-P736-720px.jpg]] | ||
+ | |||
+ | [[file:Multicomp-Enclosure-P737-720px.jpg]] | ||
+ | |||
+ | [[file:Multicomp-Enclosure-P738-720px.jpg]] | ||
+ | |||
+ | [[file:Multicomp-Enclosure-P739-720px.jpg]] | ||
+ | |||
+ | [[file:Multicomp-Enclosure-P740-720px.jpg]] | ||
+ | |||
+ | [[file:Multicomp-Enclosure-P741-720px.jpg]] |
Revision as of 00:26, 9 August 2021
TG68 AMR Build
- QMTECH EP4CE15 Standalone Board
- 68000 CPU
- VGA (5:6:5)
- 32 MB SDRAM
- Land Boards SD Card
- Land Boards FTDI Card
- Land Boards PS/2 card
- YaeCCC Rectangle Project Enclosure Case Electric Junction Box Blue
- 170mm x 130mm x 80mm / 6.4" x 4.3" x 2.7"
J12 - I/O Connector
Pin List
# Keyboard, Mouse - external card set_location_assignment PIN_A9 -to ps2k_dat set_location_assignment PIN_A10 -to ps2k_clk set_location_assignment PIN_B10 -to ps2m_clk set_location_assignment PIN_B9 -to ps2m_dat set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to ps2k_clk set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to ps2k_dat set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to ps2m_clk set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to ps2m_dat # Serial - external card set_location_assignment PIN_A13 -to rs232_rxd set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to rs232_rxd set_location_assignment PIN_B13 -to rs232_txd set_location_assignment PIN_B16 -to i_cts set_location_assignment PIN_A16 -to o_rts # SD card - external card set_location_assignment PIN_B14 -to sd_clk set_location_assignment PIN_A14 -to sd_cs set_location_assignment PIN_A15 -to sd_miso set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to sd_miso set_location_assignment PIN_B15 -to sd_mosi # Power buttons set_location_assignment PIN_C20 -to power_button set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to power_button set_location_assignment PIN_D20 -to power_hold set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to power_hold # LEDs set_location_assignment PIN_B21 -to leds[3] set_location_assignment PIN_B22 -to leds[2] set_location_assignment PIN_C21 -to leds[1] set_location_assignment PIN_C22 -to leds[0] # Audio outputs set_location_assignment PIN_A16 -to aud_l set_location_assignment PIN_B16 -to aud_r