summaryrefslogtreecommitdiff
path: root/v4l2-apps/util/xc3028-firmware/README
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-11-14 18:28:15 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-11-14 18:28:15 -0200
commit7a898d5e0fce82c7a6c726f3a49ee5a3b4268f93 (patch)
treedcac5adced9fc48ffffd7a1549db894a5147d43c /v4l2-apps/util/xc3028-firmware/README
parent15c2810582db657bd9abddc041795a8f8d5bdedc (diff)
downloadmediapointer-dvb-s2-7a898d5e0fce82c7a6c726f3a49ee5a3b4268f93.tar.gz
mediapointer-dvb-s2-7a898d5e0fce82c7a6c726f3a49ee5a3b4268f93.tar.bz2
Add little firmware manipulation tool for firmware files required by the
xc2028/3028 tuner module. From: Michel Ludwig <michel.ludwig@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l2-apps/util/xc3028-firmware/README')
-rw-r--r--v4l2-apps/util/xc3028-firmware/README3
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 ' '.