commit | 89cc8ac312498e714b76ee7fb69b91d233b18030 | [log] [tgz] |
---|---|---|
author | Liam Girdwood <liam.r.girdwood@linux.intel.com> | Wed Oct 31 14:35:04 2018 +0000 |
committer | Liam Girdwood <liam.r.girdwood@linux.intel.com> | Wed Oct 31 14:35:04 2018 +0000 |
tree | 7ac4b0ae758ffbcbd94ee20e598e88da89d59b2f | |
parent | 66bd59b0801b8d9650c339a424b0ec4a373b341c [diff] |
rimage: manifest 1.5 WiP WiP manifest 1.5. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
See docs
Run autogen.sh
Build and install the rimage ELF image creator and signing tool
./configure --enable-rimage make sudo make install
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
Library for Host Platform :- If building library for host platform, run the following configure. Please modify the --prefix option to choose the directory for installing the library files and headers
./configure --with-arch=host --enable-library=yes --host=x86_64-unknown-linux-gnu --prefix=$PWD/../host-root/
make
make bin
End with an example of getting some data out of the system or using it for a little demo
See unit testing documentation
Add additional notes about how to deploy this on a live system
TODO?
This project is licensed under the BSD Clause 3 - see the LICENCE file for details