Re: [LEDE-DEV] [PATCH 1/2] firmware-utils: add otrx tool for handling TRX images

2017-11-15 Thread Hauke Mehrtens
On 11/14/2017 11:16 PM, Rafał Miłecki wrote: > From: Rafał Miłecki > > 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 Please fix the mino

[LEDE-DEV] [PATCH 1/2] firmware-utils: add otrx tool for handling TRX images

2017-11-14 Thread Rafał Miłecki
From: Rafał Miłecki 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 --- tools/firmware-utils/Makefile | 1 + tools/firmware-utils/src/otrx.c |