Can I use the DPI interface and HDMI or TV out at the same time?
Yes! With bookworm, the DPI/HDMI/TV outputs use a separate hardware driver so you can only have multiple enabled at a time.
How is that DTO blob made?
If you'd like to check out the device tree overlay and how to customize, you can read some more here: http://blog.reasonablycorrect.com/raw-dpi-raspberry-pi/
Run:
sudo apt-get install device-tree-compiler
wget https://raw.githubusercontent.com/robertely/dpi666/master/setup/dt-blob-dpi.dts
sudo dtc -I dts -O dtb -o /boot/dt-blob.bin dt-blob-dpi.dts
to create your own!
Text editor powered by tinymce.