-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
55 lines (29 loc) · 1.15 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Usage:
The installer and setup scripts will create a folder 'mix' in the current directory. Call this script from your Linux home directory. The script is intended for 64-bit Ubuntu and will not work on 32-bit machines, parcially because OpenEmebedded is configured for 64bit native libraries only.
INSTALL:
---------------------------------------
(Install OpenEmbedded - This takes several hours)
cd ~/
sudo apt-get install git
git clone https://github.com/flotter/mix
cd ~/mix
source ./install-mix6000-linux
SETUP:
----------------------------------------
(Setup the environment)
cd ~/mix
source ./setup-mix6000-linux
BUILD/RUN:
----------------------------------------
(Build root filesystem - This takes some hours)
cd ~/mix/
source start-build
OR:
(Develop/Debug using Eclipse)
cd ~/mix/
source start-eclipse
LICENSE:
-----------------------------------------
You need to register on the ARM website here: https://login.arm.com/register.php
Then get the activation code here: http://ds.arm.com/ds-5-community-edition/getting-started/
Finally, in Eclipse under Help go to ARM License Manager and enter the activation code and login details.