mirror of https://github.com/thesofproject/sof.git
7322c02349
Does not solve https://github.com/thesofproject/sof/issues/3423 but converts a buffer overflow and crash into a more usable assert. Buffer overflow found by running rimage with valgrind and the binaries provided by @singalsu Signed-off-by: Marc Herbert <marc.herbert@intel.com> |
||
---|---|---|
config | ||
scripts | ||
src | ||
tomlc99@e3a03f5ec7 | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
CMakeLists.txt | ||
LICENSE | ||
README.md |
README.md
rimage
rimage
is a DSP firmware image creation and signing tool targeting
the DSP on certain Intel System-on-Chip (SoC). This is used by
the Sound Open Firmware (SOF)
to generate binary image files.
Building
The rimage
tool can be built with the following commands:
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install