added support for CuBox (http://www.solid-run.com)
[deb_libcec.git] / README
diff --git a/README b/README
index 5c7364b19882ad5b765448ab7097e4ef45ad2179..de118ea8befe2edd212a0f2fd247a68e7eb1186d 100644 (file)
--- a/README
+++ b/README
@@ -99,6 +99,23 @@ To specify the path of the Raspberry Pi's libraries, use the following option
 for 'configure':
 --with-rpi-lib-path="/path/to/libbcm_host.so"
 
+===============================================================================
+                           === CuBox ===
+===============================================================================
+
+Solid-Run's CuBox uses an HDMI tranceiver by NXP. The device driver for this,
+which is based on an SDK by the chip vendor, is built into the kernel. The
+following options for 'configure' have been introduced:
+
+To enable support for the CuBox:
+--enable-cubox
+
+To specify the path for the NXP SDK:
+--with-nxp-toolkit-path='path/to/linux/drivers/video/dovefb/nxp_hdmi'
+
+If the toolkit path is not specified, it is assumed that a directory named
+'nxp_hdmi' (or a link to it) exists in the top level of the source tree.
+
 ===============================================================================
                             === Debugging / Testing ===
 ===============================================================================