Liam Girdwood | c0dfb4e | 2016-09-21 15:57:22 +0100 | [diff] [blame^] | 1 | |
2 | Build Instructions | ||||
3 | |||||
4 | 1) Run "autogen.sh" | ||||
5 | |||||
6 | 2) Run the following configure based on your platform. | ||||
7 | |||||
8 | Baytrail :- | ||||
9 | |||||
10 | ./configure --with-arch=xtensa --with-platform=baytrail --with-tool-dir=~/source/reef/xtensa-byt-elf --host=xtensa-byt-elf host_alias=xtensa-byt-elf | ||||
11 | |||||
12 | Cherrytrail :- | ||||
13 | |||||
14 | ./configure --with-arch=xtensa --with-platform=cherrytrail --with-tool-dir=~/source/reef/xtensa-byt-elf --host=xtensa-byt-elf host_alias=xtensa-byt-elf | ||||
15 | |||||
16 | 3) make | ||||
17 | |||||
18 | 4) make bin | ||||
19 | |||||
20 |