OSELAS.Toolchain: Difference between revisions
Appearance
Created page with "This toolchain is used for crosscompiling [https://cw.fel.cvut.cz/wiki/courses/b35apo/documentation/mz_apo/start MicroZed] applications for APO lectures. ===Debian install===..." |
(No difference)
|
Latest revision as of 11:24, 21 February 2017
This toolchain is used for crosscompiling MicroZed applications for APO lectures.
Debian install
- Add Pengutronix repositories
echo "deb http://debian.pengutronix.de/debian/ sid main contrib non-free" > /etc/apt/sources.list.d/pengutronix.list
- Retrieve new lists of packages
apt-get update
- Install Pengutronix public keys
apt-get install pengutronix-archive-keyring
- Select from following toolchains
apt-cache search oselas | less
- Install selected one
apt-get install oselas.toolchain-2016.06.1-arm-cortexa8-linux-gnueabihf-gcc-5.4.0-glibc-2.23-binutils-2.26-kernel-4.6-sanitized
References
Please, see Pengutronix webpage for more info.