# HG changeset patch # User Paul Boddie # Date 1381767420 0 # Node ID 76d46d9d2322ba7b7b4097c25d2470dfdb58b391 # Parent 448730147f030b45637ae5d5fb7a8f265da1ec93 Added a note about unbinding the MMC driver. diff -r 448730147f03 -r 76d46d9d2322 README.txt --- a/README.txt Mon Oct 14 15:39:39 2013 +0000 +++ b/README.txt Mon Oct 14 16:17:00 2013 +0000 @@ -36,6 +36,17 @@ make +Connecting the Hardware +----------------------- + +Given that the Ben normally expects to find something resembling a microSD +card connected via the 8:10 port, it is best to leave the Sniffer/UBB with the +MinIMU-9 board disconnected until the following command has been issued: + +echo jz4740-mmc.0 > /sys/bus/platform/drivers/jz4740-mmc/unbind + +This tells the MMC driver to free the 8:10 port for other applications. + Running the Software --------------------