Document number
204911
Version
Rev. K
Issue date
2016-10-11
Sirius Breadboard User Manual
www.aacmicrotec.com
Page
12
of
106
o
Option 2: Connect the Display port cable to connector 7 or 8 and to the
104510 Converter board. Connect your SpaceWire system to the
converter board with the SpaceWire cable.
Connecting UARTs:
o
Option 1: Connect to the nano-D number 12 (UART0-2) or 13 (UART3-5).
Be careful when plugging and unplugging this connector.
o
Option 2: Connect to the debug connector 10 using a flat cable to DSUB
connector harness. This can then be connected to a PC using something
similar to the FTDI USB-COM485/COM422-PLUS4.
For more detailed information about the connectors, see section 8.4.
3.3. Installation of toolchain
This chapter describes instructions for installing the aac-or1k-toolchain.
3.3.1. Supported Operating Systems
Debian 7 64-bit
Debian 8 64-bit
3.3.2. Installation Steps
1. Add the ÅAC Package Archive Server
Open a terminal and execute the following command:
sudo gedit /etc/apt/sources.list.d/aac-repo.list
This will open a graphical editor; add the following lines to the file and then save and
close it:
deb http://repo.aacmicrotec.com/archive/ aac/
deb-src http://repo.aacmicrotec.com/archive/ aac/
Add the key for the package archive as trusted by issuing the following command:
wget -O - http://repo.aacmicrotec.com/archive/key.asc | sudo
apt-key add -
Terminal will echo "OK" on success.
2. Install the Toolchain Package
Update the package cache and install the toolchain by issuing the following commands:
sudo apt-get update
sudo apt-get install aac-or1k-toolchain
Note: The toolchain package is roughly 1GB uncompressed, downloading/installing it
will take some time.