Difference between revisions of "MISC-TN-001: Triple video output on i.MX6 DualPlus-based Android platform"

From DAVE Developer's Wiki
Jump to: navigation, search
Line 25: Line 25:
 
From the functional standpoint, the device is a sort of industrial tablet. The user interacts with a TBD" capacitive touch screen.
 
From the functional standpoint, the device is a sort of industrial tablet. The user interacts with a TBD" capacitive touch screen.
  
TBD
+
Modifications to the [https://source.android.com/ Android Open Source Project] are made in order to support main screen mirror on the HDMI output and to support the WiFi chipset installed on board featuring the WiFi Direct protocol for screen mirroring over WiFi. Such modifications are made not only on the customized android device layer, but also on the system, hardware, external and platform layers mainly to add support to the previously unsupported WiFi chipset. Once the WiFi chipset is being supported the Android framework enables WiFi functionality to the device.
  
 
==Simultaneous triple video output==
 
==Simultaneous triple video output==

Revision as of 08:50, 22 December 2017

History[edit | edit source]

Version Date Notes
1.0.0 December 2017 First release

Introduction[edit | edit source]

As known, Android popularity is growing even in the market segments different than the consumer/mobile.

The use of Android in such applications poses tough technical challenges because the hardware platforms are not designed to be strictly compliant with the specifications defined by Google. Consequently, significant modifications to the Android Open Source Project has to be implemented in order to achieve a smartphone-like user experience, even if the underlying platform may have very few things in common with such a device.

This technical note describes one these cases and refers to a turn-key product which DAVE Embedded Systems developed for a customer manufacturing biomedical systems.

Hardware platform overview[edit | edit source]

A simplified block diagram of the hardware platform is depicted in the following image.


Block diagram

From the functional standpoint, the device is a sort of industrial tablet. The user interacts with a TBD" capacitive touch screen.

Modifications to the Android Open Source Project are made in order to support main screen mirror on the HDMI output and to support the WiFi chipset installed on board featuring the WiFi Direct protocol for screen mirroring over WiFi. Such modifications are made not only on the customized android device layer, but also on the system, hardware, external and platform layers mainly to add support to the previously unsupported WiFi chipset. Once the WiFi chipset is being supported the Android framework enables WiFi functionality to the device.

Simultaneous triple video output[edit | edit source]

One of the advanced features of the device is the capability to drive three video outputs simultaneously, as per customer's requirements.

Specifically, the main screen can be mirrored on the HDMI output and through a WiFi Direct connection. As the main screen resolution is 1920x1280 @ 60fps, the aggregated memory bandwidth requirement is considerable. To satisfy it, the Dual Plus version of the well-known i.MX6 system-on-chip (SOC) from NXP was chosen as the. It provides, in fact, significant enhancements over its predecessors in terms of graphics performances.

TBD insert video