Re: binman: Why is the first word the compressed size in compressed data

2022-06-07 Thread Alper Nebi Yasak
On 03/06/2022 18:07, Stefan Herbrechtsmeier wrote: > Am 02.06.2022 um 20:10 schrieb Alper Nebi Yasak: >> On 01/06/2022 11:29, Stefan Herbrechtsmeier wrote: >>> Hi Simon, >>> >>> I want to compress a FPGA Image on the fly via binman but this doesn't >>> work. I have add a bintool implementation for

Re: binman: Why is the first word the compressed size in compressed data

2022-06-03 Thread Stefan Herbrechtsmeier
Am 02.06.2022 um 20:10 schrieb Alper Nebi Yasak: On 01/06/2022 11:29, Stefan Herbrechtsmeier wrote: Hi Simon, I want to compress a FPGA Image on the fly via binman but this doesn't work. I have add a bintool implementation for gzip, add gzip support to comp_util.py and set `compress` and

Re: binman: Why is the first word the compressed size in compressed data

2022-06-02 Thread Alper Nebi Yasak
On 01/06/2022 11:29, Stefan Herbrechtsmeier wrote: > Hi Simon, > > I want to compress a FPGA Image on the fly via binman but this doesn't > work. I have add a bintool implementation for gzip, add gzip support to > comp_util.py and set `compress` and `compression` property in the binman > node