This document is a work in progress and is intended for advanced users.
For the display to work with the Compute Module, the firmware needs to be from October 23rd 2015 or later (use vcgencmd version
to check). For the display to work with the Compute Module 3, the firmware needs to be from October 2016 or later.
-
Connect the display to the DISP1 port on the Compute Module IO board through the 22W to 15W display adaptor.
-
Connect these pins together with jumper wires:
GPIO0 - CD1_SDA GPIO1 - CD1_SCL
-
On the Compute Module, run:
sudo wget https://goo.gl/iiVxuA -O /boot/dt-blob.bin
-
Reboot for the
dt-blob.bin
file to be read.
This will enable disp1
and cam1
, with the option of enabling cam0
.
-
Connect the display to the DISP1 port on the Compute Module IO board through the 22W to 15W display adaptor.
-
Connect the Camera Module to the CAM1 port on the Compute Module IO board through the 22W to 15W camera adaptor.
-
(Optional) Connect the Camera Module to the CAM0 port on the Compute Module IO board through the 22W to 15W camera adaptor.
-
Connect these pins together with jumper wires:
GPIO0 - CD1_SDA GPIO1 - CD1_SCL GPIO4 - CAM1_IO1 GPIO5 - CAM1_IO0
Please note that the wiring is slightly different from that on the Camera page, in that you are using GPIO pins 4 and 5 instead of 2 and 3.
-
For
cam0
, add links:GPIO28 - CD0_SDA GPIO29 - CD0_SCL GPIO30 - CAM0_IO1 GPIO31 - CAM0_IO0
(Please note this image needs to be updated to show two Camera Modules, or have the extra jumper leads removed)
-
On the Compute Module, for the display and one Camera Module, run:
sudo wget https://goo.gl/gaqNrO -O /boot/dt-blob.bin
For the display and two Camera Modules, run:
```sudo wget https://goo.gl/htHv7m -O /boot/dt-blob.bin```
-
Reboot for the
dt-blob.bin
file to be read.(Please note this image needs to be updated to show two Camera Modules, or have the extra jumper leads removed)
There is no additional configuration required to enable the touchscreen. The touch interface should out work of the box once the screen is successfully detected.