mirror of https://github.com/thesofproject/sof.git
9a26e45580
We have 8 bank HP and 2 bank LP SRAM on APL, change to toml config file to reflect that. Signed-off-by: Keyon Jie <yang.jie@linux.intel.com> |
||
---|---|---|
.github/workflows | ||
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 usual CMake commands:
$ cmake -B build/
$ make -C build/ help # lists all targets
$ make -C build/
$ sudo make -C build/ install # optional