diff options
Diffstat (limited to 'v4l2-apps/util/xc3028-firmware/README')
-rw-r--r-- | v4l2-apps/util/xc3028-firmware/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/v4l2-apps/util/xc3028-firmware/README b/v4l2-apps/util/xc3028-firmware/README new file mode 100644 index 000000000..85df42a79 --- /dev/null +++ b/v4l2-apps/util/xc3028-firmware/README @@ -0,0 +1,3 @@ +Firmware dumps must be in ASCII format and each line corresponds to an I2C instruction sent to the chip. Each line +must either be a special instruction like RESET_CLK, RESET_TUNER (see standards.c) or be a sequence of bytes +represented in hexadecimal format xx separated by a space character ' '. |