commit | 33e4b993512751b2847e75e6b713e3a39c20afc0 | [log] [tgz] |
---|---|---|
author | Liam Girdwood <lgirdwood@gmail.com> | Fri Nov 02 16:00:02 2018 +0000 |
committer | GitHub <noreply@github.com> | Fri Nov 02 16:00:02 2018 +0000 |
tree | 42cf506c9de36ef76658701238e443bc9bb254b3 | |
parent | 43da16962d6478125410ddef3e68299eb2898630 [diff] | |
parent | b284ac32b53f500602d52d349e2bd7e84c43068c [diff] |
Merge pull request #455 from mwierzbix/debugability debugability: macro metaprogramming refactor
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