Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 390 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 390 Bytes

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