The [AMX MST701](https://www.amx.com/en/products/mst-701) is a nice little tablet intended for media control in conference rooms. It features a nice full-color TFT, a speaker, and touchscreen for user input, all powered over PoE.
This repository aims to document the hardware to allow repurposing as this device has now reached its end of life.
## Hardware
* LCD: Custom 1024x600 full-color TFT, connected over LVDS
* Touchscreen: TSC2048, connected over SPI
* Ethernet: AX88772BLF, connected over USB (usbh1)
* Ethernet (unused): SMSC8720A, connected via (R)MII+SMI
* USB: Internal USB-OTG port _or_ External USB-A port (via usbotg)
* RAM: 512 MB, 327 MB usable (rest is for GPU/VPU)
* Storage: 4 GB Micro-SD card
* Power: PoE
* Misc: Power/User button on the top right, LED notification lights (unpopulated)
* Misc dev: Debug LED on SoM, UART header on J3: \[?, TX, GND, RX\]
Note: The "generic" system components are placed on a little SoM mounted on the main PCB.
## Original Software
The original system runs on an ancient 2.6 kernel, with a giant monolithic binary for the official functionality. Audio runs through ALSA, display output is directly written to the framebuffer/DRM. The system is booted by a heavily modified U-Boot that also appears a little broken (e.g. passing kernel arguments doesn't really work).
### How to Explore?
* Passive: Open the device, grab the SD card, browse.
* Active: Remove the SD card, patch the root login password, boot the system, log in over serial.