mfgtools icon indicating copy to clipboard operation
mfgtools copied to clipboard

Can files come from stdin or named pipe

Open m-fonseca opened this issue 2 years ago • 1 comments

Hello,

Is there a way to allow files to be programmed to come from stdin, or a named pipe? I tried with a named pipe for a command like

uuu fb: flash system      <somepath>/system.img

where system.img is a named pipe, and got an error such as

Error: fail open file: >/someotherpath/system.img

It would be useful for very large files on constrained systems.

Thank You

m-fonseca avatar Mar 23 '23 17:03 m-fonseca

Not support yet. local file use mmap. it should be okay for big file at 64bit system

nxpfrankli avatar Mar 23 '23 18:03 nxpfrankli