mirror of https://github.com/thesofproject/sof.git
21 lines
415 B
Plaintext
21 lines
415 B
Plaintext
|
|
Build Instructions
|
|
|
|
1) Run "autogen.sh"
|
|
|
|
2) Run the following configure based on your platform.
|
|
|
|
Baytrail :-
|
|
|
|
./configure --with-arch=xtensa --with-platform=baytrail --with-root-dir=$PWD/../xtensa-root/xtensa-byt-elf --host=xtensa-byt-elf
|
|
|
|
Cherrytrail :-
|
|
|
|
./configure --with-arch=xtensa --with-platform=cherrytrail --with-root-dir=$PWD/../xtensa-root/xtensa-byt-elf --host=xtensa-byt-elf
|
|
|
|
3) make
|
|
|
|
4) make bin
|
|
|
|
|