mfgtools
mfgtools copied to clipboard
Can files come from stdin or named pipe
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
Not support yet. local file use mmap. it should be okay for big file at 64bit system