commit | f2941a7a86b7a1286f2141713c94fbb5ce4e8eba | [log] [tgz] |
---|---|---|
author | Ross Chisholm <ross.chisholm@xperi.com> | Tue Apr 20 17:39:52 2021 +0100 |
committer | Curtis Malainey <curtis@malainey.com> | Wed Aug 18 16:05:02 2021 -0700 |
tree | 4a89d2e18efeb3abcc103174e8e752576fd6b204 | |
parent | 0823ff35af6f6e5b11c68ba3b4af3f73f0161405 [diff] |
topology: fixing comments in jsl-rt1015 topology Corrected comments relating to s32le (was s24le) Signed-off-by: Ross Chisholm <ross.chisholm@xperi.com>
See docs
mkdir build && cd build
Baytrail / Cherrytrail:
cmake -DTOOLCHAIN=xtensa-byt-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-byt-elf ..
Haswell / Broadwell:
cmake -DTOOLCHAIN=xtensa-hsw-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-hsw-elf ..
Apollolake:
cmake -DTOOLCHAIN=xtensa-apl-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-apl-elf ..
Cannonlake:
cmake -DTOOLCHAIN=xtensa-cnl-elf -DROOT_DIR=`pwd`/../../xtensa-root/xtensa-cnl-elf ..
Baytrail:
make baytrail_defconfig
Cherrytrail:
make cherrytrail_defconfig
Haswell:
make haswell_defconfig
Broadwell:
make broadwell_defconfig
Apollolake:
make apollolake_defconfig
Cannonlake:
make cannonlake_defconfig
make menuconfig
make bin # or `make bin -j<jobs>` for parallel build
See unit testing documentation
TODO: Add additional notes about how to deploy this on a live system
See Contributing to the Project
This project is licensed under the BSD Clause 3 - see the LICENCE file for details