osresearch / mdt9100

Motorolla Mobile Data Terminal MDT9100 interface for the BeagleBone Black
41 stars 3 forks source link

MDT9100 running `top`

Configuration for the MDT9100 Mobile Data Terminal.

Based on https://github.com/phooky/retrocon and Mac-SE

Disable the HDMi output by editing /boot/uEnv.txt to turn on the emmc-overlay disabled DTB:

##BeagleBone Black: HDMI (Audio/Video) disabled:
dtb=am335x-boneblack-emmc-overlay.dtb

Then reboot.

Compile the DTS into a DTB (on the BBB):

dtc \
  -O dtb \
  -I dts \
  -o /lib/firmware/MDT9100-TILCDC-00A0.dtbo \
  -@ MDT9100-TILCDC-00A0.dts

Load the DTB file with:

echo MDT9100-TILCDC | sudo tee /sys/devices/platform/bone_capemgr/slots 

Disable screen blanking:

echo 0 > /sys/class/graphics/fb0/blank

For more information: https://trmm.net/MDT9100