Skip to content

DSP firmware image creation and signing tool

License

Notifications You must be signed in to change notification settings

dbaluta/rimage

 
 

Repository files navigation

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 or without logging dictionary support, where such support is required to decipher the log messages produced the the SOF firmware.

Build without dictionary support:

$ ./configure
$ make
$ make install

Build with dictionary support:

To build rimage with dictionary support, the SOF source is required. First, clone the SOF source tree from here. Then, do:

$ ./configure --with-sof-source=<full path to SOF source>
$ make
$ make install

Note that creating the SOF firmware image requires dicitionary support.

About

DSP firmware image creation and signing tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Roff 43.1%
  • C 31.2%
  • Makefile 14.3%
  • Shell 10.8%
  • Other 0.6%