MAX_FW_IMAGE_SIZE
op.buf = malloc(MAX_FW_IMAGE_SIZE + 1);
len = read(fd, op.buf, MAX_FW_IMAGE_SIZE + 1);
if (len > MAX_FW_IMAGE_SIZE)