firmware-utils: add otrx tool for handling TRX images
authorRafał Miłecki <rafal@milecki.pl>
Fri, 17 Nov 2017 10:42:59 +0000 (11:42 +0100)
committerRafał Miłecki <rafal@milecki.pl>
Fri, 17 Nov 2017 10:42:59 +0000 (11:42 +0100)
commitcf44c4e5eb08bc979f9928f8d04bc5346cd29f04
tree69d64c873d7601ed17d463b9a02acd60cd5ea917
parent92e073253eaaaa9127cdf24028f0e48e7d4b9356
firmware-utils: add otrx tool for handling TRX images

It can be a replacement for the trx tool. The advantage is that otrx
doesn't alloc buffer for the whole TRX which can be a nice optimization
when creating big images.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Makefile
src/otrx.c [new file with mode: 0644]