blob: ecd2a616f75c5fcb65a199e29d1acd35a57d3d67 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
BeagleBone:
-----------
Install the toolchain:
$ aptitude install \
oselas.toolchain-2014.12.1-arm-cortexa8-linux-gnueabihf-gcc-4.9.2-glibc-2.20-binutils-2.24-kernel-3.16-sanitized
or visit [1] for manual installation.
Select the platform:
$ ptxdist platform \
configs/platform-beaglebone/platformconfig
References
----------
[1] OSELAS Toolchain
http://www.pengutronix.de/oselas/toolchain/
|