Jump to content

OSELAS.Toolchain

From HW wiki
Revision as of 11:24, 21 February 2017 by Hubacji1 (talk | contribs) (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===...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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
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.