README.mergerbox 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. Matrix Vision MergerBox
  2. -----------------------
  3. 1. Board Description
  4. The MergerBox is a 120x160mm single board computing platform
  5. for 3D Full-HD digital video processing.
  6. Power Supply is 10-32VDC.
  7. 2 System Components
  8. 2.1 CPU
  9. Freescale MPC8377 CPU running at 800MHz core and 333MHz csb.
  10. 256 MByte DDR-II memory @ 333MHz data rate.
  11. 64 MByte Nor Flash on local bus.
  12. 1 GByte Nand Flash on FCM.
  13. 1 Vitesse VSC8601 RGMII ethernet Phys.
  14. 1 USB host controller over ULPI I/F with 4-Port hub.
  15. 2 serial ports. Console running on ttyS0 @ 115200 8N1.
  16. 1 mPCIe expansion slot (PCIe x1 + USB) used for Wifi/Bt.
  17. 2 PCIe x1 busses on local mPCIe and cutom expansion connector.
  18. 2 SATA host ports.
  19. System configuration (HRCW) is taken from I2C EEPROM.
  20. 2.2 Graphics
  21. SM107 emebedded video controller driving a 5" 800x480 TFT panel.
  22. Connected over 32-Bit/66MHz PCI utilizing 4 MByte embedded memory.
  23. 2.3 FPGA
  24. Altera Cyclone-IV EP4C115 with several PCI DMA engines.
  25. Connects to 7x Gennum 3G-SDI transceivers as video interconnect
  26. as well as a HDMI v1.4 compliant output for 3D monitoring.
  27. Utilizes two more DDR-II controllers providing 256MB memory.
  28. 2.4 I2C
  29. Bus1:
  30. AD7418 @ 0x50 for voltage/temp. monitoring.
  31. SX8650 @ 0x90 touch controller for HMI.
  32. EEPROM @ 0xA0 for system setup (HRCW etc.) + vendor specifics.
  33. Bus2:
  34. mPCIe SMBus
  35. SiI9022A @ 0x72/0xC0 HDMI transmitter.
  36. TCA6416A @ 0x40 + 0x42 16-Bit I/O expander.
  37. LMH1983 @ 0xCA video PLL.
  38. DS1338C @ 0xD0 real-time clock with embedded crystal.
  39. 9FG104 @ 0xDC 4x 100MHz LVDS SerDes reference clock.
  40. 3 Flash layout.
  41. reset vector is 0x00000100, i.e. low boot.
  42. 00000000 u-boot binary.
  43. 00100000 FPGA raw bit file.
  44. 00300000 FIT image holding kernel, dtb and rescue squashfs.
  45. 03d00000 u-boot environment.
  46. 03e00000 splash image
  47. mtd partitions are propagated to linux kernel via device tree blob.