NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.

AM35x-OMAP35x-PSP 03.00.00.05 Feature Performance Guide

From Texas Instruments Wiki
Jump to: navigation, search

Content is no longer maintained and is being kept for reference only!

TIBanner.png

Contents

Document License[edit]

This work is licensed under the Creative Commons Attribution-Share Alike 3.0 United States License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/us/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.

Read This First[edit]

Content is no longer maintained and is being kept for reference only!

About This Manual[edit]

This document provides an overview and performance data for each of the device drivers which are part of the Linux PSP package supporting AM3517,OMAP35x and AM/DM37x Socs. Note that only a subset of these platforms may have actually been tested and verified in the package you are using. Please refer to the release notes provided with the package for information on which platforms have actually been verified.

If You Need Assistance[edit]

For further information or to report any problems, contact http://community.ti.com/ or http://support.ti.com/

Trademarks[edit]

OMAPTM is trademark of Texas Instruments Incorporated. All other trademarks are the property of the respective owner.

PSP Linux Drivers[edit]

This section provides brief overview of the device drivers supported in the Linux PSP release based on Linux OMAP git tree at http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git

Note: The constraints may vary across product releases. Please refer to the Release Notes accompanying the release for an updated list of constraints.

OMAP Linux PSP details[edit]

  1. Supports for OMAP35x(ES3.1),AM/DM37x(ES1.0) Socs (on OMAP3EVM Rev.G) and AM3517 Soc on AM3517EVM. Only sanity testing has been carried out on older OMAP35x EVM with ES2.1 Si
  2. Built with Linux kernel version 2.6.32/PM.
  3. Compiled with code sourcery tool chain version arm-2009-q1-203.
  4. Supports U-Boot version 2009.11
  5. Supports boot from MMC and NAND flash.
  6. Ships with sample root file system, ramdisk, pre-built u-boot, uImage binaries, sample applications and documentation.

Boot modes supported[edit]

Green colored box in the table below means that the particular boot mode is supported on the device.

Note: These are supported boot modes in PSP software, the actual hardware may support many more boot modes than shown here. Please refer to hardware documentation for list of all supported boot modes.


OMAP SDK Supported Boot Modes
Boot Mode OMAP35x AM/DM37x AM3517
NAND Flash Yes Yes Yes
NOR Flash No No No
MMC/SD Yes Yes Yes


Frequency Used for Measurements[edit]

The ARM MPU frequency can be specified through "mpurate" bootargs(refer to UserGuide for further details). For purpose of throughput measurement published in this document the following frequency table is assumed.


Frequency used for measurements
OMAP35x AM/DM37x AM3517
ARM Frequency(Mhz) 720 800 500
Core Frequency(Mhz) 166 200 166


Device driver list[edit]

Device Driver List
Peripheral Description Linux driver type
Video Display Video Display driver supporting LCD, DVI and TV out V4L2 and Frame-buffer display driver
Ethernet Transmit/receive network data. Supports Auto negotiation with 10/100 Mbps link speed Netdev
Audio (McBSP) Audio record and playback ALSA SoC
MUSB Host Supports MSC, HID and USB Audio/Video classes USB HCD
MUSB Gadget Supports File-storage and CDC/RNDIS USB Gadget
MUSB OTG Supports HNP/SRP USB HCD
EHCI Host MSC, HID(via a HS hub) and USB Audio/Video USB HCD
NAND Flash Flash storage system MTD Character and Block
MMC/SD Interface to MultiMedia Secure Digital cards Block
Touch Screen Enables the LCD to be used for touchscreen input Input(event) driver
UART Serial Communication Interface Character
I2C Inter-IC Communication Character
SPI Serial Peripheral Interface Character
AM3517: CAN (HECC) Transmit/receive data over CAN (HECC) peripheral using socketCAN interface Netdev
AM3517: RTC (S35390A) Real Time Clock over I2C1 RTC Framework
AM3517: Capture Capture driver supporting BT656 mode V4L2 Sub-Device framework based
OMAP35x,AM/DM37x: Video Capture Capture driver supporting BT656 mode V4L2-Int framework based
OMAP35x,AM/DM37x: Video Resizer Character based Resizer Driver using V4L2-Buf layer for buffer management Character driver using V4L2-Buf layer
OMAP35x,AM/DM37x: Keypad Keypad driver for OMAP3EVM keypad Input(event) driver
AM3517: Keypad Keypad driver for TCA6416 IO expander based keypad Input(event) driver
OMAP35x: Power Management CPUIdle and dynamic tick CPUIdle, dyntick

Drivers not supported[edit]

  1. Power Management (cpufreq, cpuidle) on AM3517


Driver DMA usage[edit]

OMAP35x,AM/DM37x,AM3517 peripheral driver DMA usage
Driver DMA usage
Audio (McBSP) sDMA
Ethernet Internal DMA(AM3517 only)
MUSB OTG Internal DMA
USB EHCI Internal DMA
NAND Flash None
NOR Flash None
DSS (V4L2/Fbdev Display) Internal DMA
OMAP35x,AM/DM37x: ISP-Resizer Internal DMA
AM3517: VPFE Capture Internal DMA
OMAP35x,AM/DM37x: ISP-Camera Internal DMA
SPI sDMA
MMC/SD sDMA
UART None
I2C None
AM3517: CAN (HECC) None

ALSA SoC Audio Driver[edit]

This section provides details on ALSA SoC audio driver along with throughput and CPU load numbers.

Introduction[edit]

OMAP35x, AM/DM37x, AM3517 audio driver complies to the ALSA SoC framework.

ASoC framework provides better audio support for embedded SoC processors and portable audio codecs. It splits an embedded audio system into three components:

  • Codec driver: The codec driver is generic and hardware independent code that configures the audio codec to provide audio capture and playback. It should contain no code that is specific to the target platform or machine.
  • Platform driver: The platform driver can be divided into audio DMA and SoC Digital Audio Interface (DAI) configuration and control. The platform driver only targets the SoC CPU and must have no board specific code.
  • Machine driver: The ASoC machine (or board) driver is the code that glues together the platform and codec drivers. It can contain codec and platform specific code. It registers the audio subsystem with the kernel as a platform device.

Following architecture diagram shows all the components and the interactions among them:

OMAP35x, AM/DM37x[edit]

ALSA SoC Architecture (OMAP35x, AM/DM37x)

AM3517[edit]

ALSA SoC Architecture (AM3517)

Driver Features[edit]

The driver supports the following features:

  1. Supports AIC23 audio codec (on AM3517 only) and TPS65950 audio codec (on OMAP35x, AM/DM37x only) in ALSA SoC framework.
  2. Multiple sample rates support (8KHz, 16KHz, 22.05KHz, 32KHz, 44.1KHz, 48KHz, 64KHz, 88.2KHz and 96KHz - AM3517; 8 KHz, 11.025 KHz, 12 KHz, 16 KHz, 22.05 KHz, 24 KHz, 32 KHz, 44.1 KHz and 48 KHz - OMAP35x) for both capture and playback.
  3. Supports audio in stereo mode.
  4. Supports simultaneous playback and record (full-duplex mode).
  5. Start, stop, pause and resume feature.
  6. Supports mixer interface for audio codecs.
  7. Supports MMAP mode for both playback and capture.

Features Not Supported[edit]

  1. OSS based applications, which use ALSA-OSS emulation layer, are not supported.
  2. Formats such as TDM, Left and Right Justified are currently not supported.
  3. Synthesizer and midi interfaces are not supported.

Constraints[edit]

  1. By default, codec is configured in master mode and McBSP is used as slave. Testing of the audio sub-system is done in this configuration only.
  2. Sampling frequencies for playback and capture streams should be same.
  3. The audio driver does not allow opening the same stream (playback/capture) multiple times.

Supported System Calls[edit]

Refer ALSA project - the C library reference [1] for API calls.

Supported IOCTLs[edit]

NA

Performance and Benchmarks[edit]

The performance numbers were captured using the following:

  • Word length in bits = 16
  • Number of channels per sample = 2
  • Power Management = Disabled

The performance numbers are same for on each of OMAP35x, AM/DM37x and AM3517 platforms. Commands used to capture the same are:

  • aplay -c 2 -f S16_LE -r <<sample rate>> <<file_name>> :- Normal mode
  • arecord -c 2 -f S16_LE -r <<sample rate>> <<file_name>> :- Normal mode
  • aplay -c 2 -f S16_LE -r <<sample rate>> -M <<file_name>> :- MMAP mode
  • arecord -c 2 -f S16_LE -r <<sample rate>> -M <<file_name>> :- MMAP mode
Audio Write Performance
Sampling Rate (in Hz) CPU Load (in %) CPU Load (in %)

Normal Mode MMAP Mode
8000 0 0
32000 0 0
44100 2 2
48000 2 2
Audio Read Performance
Sampling Rate (in Hz) CPU Load (in %) CPU Load (in %)

Normal Mode MMAP Mode
8000 0 0
32000 0 0
44100 2 2
48000 2 2

Ethernet Driver[edit]

This section provides details on Ethernet driver along with throughput and CPU load numbers.

Introduction[edit]

The Ethernet driver supports the Linux netdev interface.

Ethernet am3517.png

Driver Features[edit]

The driver supports the following features:

  1. 10/100 Mbps mode of operation.
  2. Auto negotiation.
  3. Support for multicast and broadcast frames.
  4. Promiscuous mode of operation.
  5. Full duplex and half duplex mode of operation.
  6. Linux NAPI support

Features Not Supported[edit]

NA

Constraints[edit]

NA

Supported System Calls[edit]

Supports the socket() and related system calls in accordance with Linux architecture.


Performance and Benchmarks[edit]

OMAP35x,AM/DM37x,AM3517[edit]

Ethernet TCP - 100Mbps Mode Performance
TCP Window Size
(in KBytes)
Bandwidth - OMAP35x
(in Mbits/sec)
Bandwidth - AM3517
(in Mbits/sec)
Bandwidth - AM/DM37x
(in Mbits/sec)
16 47.2 22.2 54.9
32 47.3 38.4 56.1
64 46.6 64.6 53.8
128 46.5 87.1 53.8

The performance numbers were captured using the iperf tool. Usage details are mentioned below:

  • On the DUT iperf is invoked in client mode  : "-c <server ip> -w <window size> -d -t60"
  • On PC Host invoke iperf in the server mode  : "-s" - window size default of 212KB
  • The transfers are measured over a duration of 60Secs
  • Cross cable is used to measure performance.
  • Speed is set to 100Mbps
  • Power Management disabled for measurement


Ethernet UDP - 100Mbps Mode Performance
UDP Buffer Size
(in KBytes)
Bandwidth - OMAP35x
(in Mbits/sec)
Bandwidth - AM3517
(in Mbits/sec)
Bandwidth - AM/DM37x
(in Mbits/sec)
16 60.6 101 48.6
32 60.6 100.9 48.8
64 60.7 100.9 48.9
128 60.6 110.1 48.7

The performance numbers were captured using the iperf tool. Usage details are mentioned below:

  • On the PC Host iperf is invoked in client mode  : "-c <server ip> -w <window size> -d -b 100M -t60"
  • On DUT invoke iperf in the server mode  : "-s -u -w 256k "
  • The transfers are measured over a duration of 60Secs
  • Cross cable is used to measure performance.
  • Speed is set to 100Mbps
  • Power Management disabled for measurement


Video Display Driver[edit]

This section describes the Video Display driver architecture, driver features and performance numbers (throughput and CPU load).

Introduction[edit]

Video Display driver is based on two different frameworks, V4L2 and FBDEV.

OMAP3 Display Driver Architecture


Driver Features[edit]

  1. Supports interfaces LCD, DVI and TV out
  2. Supports TV display interface at NTSC and PAL resolutions
  3. Supports YUV, UYVU, RGB565, RGB24P and RGB24 unpacked on video planes, in addition ARGB on video2 plane.
  4. Supports RGB565, ARGB, RGBA, RGB24 packed and unpacked on graphics plane
  5. Video planes controlled through V4L2 user interface whereas Graphic plane controlled through FBDEV user interface
  6. Supports setting up of OSD window destinations (TV or LCD) through sysfs
  7. Supports mmapped (driver allocated) and user buffer exchange mechanism in V4L2 driver and only mmapped (driver allocated) buffers in FBDEV driver
  8. Supports rotation - 0, 90, 180 and 270 degrees
  9. Supports scaling from 1/4x to 8x on video pipelines
  10. Supports Wait for Vsync and Panning feature under FBDEV
  11. Supports Alpha blending, both global alpha and pixel alpha
  12. Supports Source and Destination color keying through V4L2 ioctls
  13. Supports Modular build

Driver Features - OMAP35x, AM/DM37x[edit]

  1. Supports LCD display interface at VGA resolution (480*640)
  2. Supports Generic Brightness class driver

Driver Features - AM3517[edit]

  1. Supports LCD display interface at resolution (480*272)

Features Not Supported[edit]

  1. RGB888 rotation is not supported
  2. RFBI interface is not supported
  3. DSI/SDI serial interface is not supported
  4. Dynamic Changing of modes (NTSC/PAL) for TV out not supported
  5. Linking feature not supported on video pipelines
  6. Mirroring is not supported


Constraints[edit]

  1. Incorrect configuration of parameters results in Sync Lost
  2. Minimum 3 Buffers are required for streaming in V4L2
  3. PAL resolution can be set maximum to 720 x 574 instead of 720 x 576 because of hardware limitation
  4. Upscaling and downscaling with images more that 720x574 resolution is not supported because of dss functional clock frequency limitation
  5. Since LCD_ENVDD (GPIO153) is required to power up TSC controller, the default state would be on irrespective of default selected output.

Supported System Calls[edit]

open(), close(), read(), mmap(), munmap() and ioctl()


Performance Benchmarks[edit]

Setup Details -

  • TV - Hitachi LCD TV (NTSC/PAL)
  • DVI Monitor - Dell Monitor (720P/480P) without rotation
  • CPU Idle - Disabled
  • Tool Used for measurement - LFTB
  • Description: Panned for 1000 frames with maximum resolution supported by panel without any memory operation.
  • Commands Used -
./fbdev_display_tests -r -l -g -w <width> -h <height>

Performance and Benchmarks[edit]

OMAP35x,AM/DM37x,AM3517[edit]

Frame Buffer (Graphics Planes) performance values
Output Display
(Resolution)
OMAP35x AM/DM37x AM3517
Frame Rate
(in Frames/sec)
CPU Load
(in %)
Frame Rate
(in Frames/sec)
CPU Load
(in %)
Frame Rate
(in Frames/sec)
CPU Load
(in %)
LCD (VGA) 58.900768 0.1 58.765594 0.23 59.536118 0.24
DVI (480P) 57.122654 0.34 56.969875 0.34 56.988453 0.11
DVI (720P) 60.392662 0.24 60.515148 0.24 60.427795 0.24
TV (NTSC) 30.041988 0.06 30.223978 0.12 30.141003 0.12
TV (PAL) 25.156229 0.15 25.090593 0.15 25.069757 0.15
  • Description: Streaming for 1000 frames with maximum resolution supported by panel without any memory operation.
  • Commands Used -
<Command>
Video4Linux (Video Planes) performance values
Output Display
(Resolution)
OMAP35x AM/DM37x AM3517
Frame Rate
(in Frames/sec)
CPU Load
(in %)
Frame Rate
(in Frames/sec)
CPU Load
(in %)
Frame Rate
(in Frames/sec)
CPU Load
(in %)
LCD (VGA) 58.51 0.12 58.73 0.10 59.35 0.24
DVI (480P) 56.84 0.17 56.90 0.23 57.23 0.23
DVI (720P) 60.23 0.18 60.38 0.12 60.56 0.18
TV (NTSC) 30.27 0.14 30.00 0.09 30.00 0.03
TV (PAL) 25.02 0.13 25.02 0.55 25.02 0.05

Video Capture Driver[edit]

This section describes the Video Capture driver architecture, driver features and performance numbers (throughput and CPU load).

Introduction[edit]

Current V4L2 sub-system is supporting 3 different frameworks, V4L2-Int, SoC-Cam and Sub-Dev. Out of these, 2 has already become legacy framework and all future driver must use Sub-Dev framework.

Although from user application point of view the interface will remain the same, driver follows standard V4L2 interface.

OMAP35x, AM/DM37x[edit]

OMAP35x and AM/DM37x Video Capture driver is based on V4L2-Int framework.


OMAP35x, AM/DM37x Capture Driver Block Diagram


AM3517[edit]

AM3517 Video Capture driver is based on V4L2 Sub_device framework.


AM3517 Capture Driver Block Diagram


Driver Features[edit]

  1. Supports one software channel and a corresponding device node (/dev/video0) for capture module
  2. Supports mmapped (driver allocated) and user buffer exchange mechanism
  3. Supports dynamic switching among input interfaces with some necessary restrictions wherever applicable
  4. Supports NTSC and PAL standard on Composite and S-Video interfaces
  5. Supports 8-bit BT.656 capture in UYVY and YUYV interleaved formats
  6. Supports standard V4L2 IOCTLs to get/set various control parameters like brightness, contrast and saturation
  7. Supports Modular build

Driver Features - OMAP35x, AM/DM37x[edit]

  1. Supports both Multi-Media Daughter Card and on-board Video Decoder (NOTE:Both are mutual exclusive to each other)

Features Not Supported[edit]

  1. Cropping and scaling operations and their corresponding V4L2 IOCTLs
  2. Raw capture (capture through sensor interface)

Features Not Supported - OMAP35x, AM/DM37x[edit]

  1. On-the-fly previewer interface is not supported
  2. All internal processing block, H3A, Histogram, black level compensation, etc.. are not supported
  3. CSI serial interface is not supported
  4. On-the-fly resizing operation


Constraints[edit]

  1. Dynamic switching of resolution and dynamic switching of interfaces is not supported when streaming is on
  2. Driver buffer addresses and pitch must be aligned to 32 byte boundary

Constraints - OMAP35x, AM/DM37x[edit]

  1. In case of USERPTR with VM_IO, the buffer size must be 4096 byte aligned

Constraints - AM3517[edit]

  1. Greenish color is seen due to Hardware know issue, Application must implement Reverse A-Law table (Please refer to the sample application available with release for reference)

Supported System Calls[edit]

open(), close(), mmap(), munmap() and ioctl()

Performance Benchmarks[edit]

Setup Details -

  • DVD Player - Sony (DVP-NS51P)
  • TV - Hitachi LCD TV (NTSC/PAL)
  • CPU Idle - Disabled
  • Tool Used for measurement - saUserPtrLoopback.c
  • Description: Loopback from capture device node to display device for 1000 frames with maximum resolution supported by panel without any memory operation.
  • Commands Used -
./saUserPtrLoopback -i <input index> -r 0


Performance and Benchmarks[edit]

OMAP35x,AM/DM37x,AM3517[edit]

Video4Linux Capture (Video Decoder - TVP5146) performance values
Output Display
(Resolution)
OMAP35x AM/DM37x AM3517
Frame Rate
(in Frames/sec)
CPU Load
(in %)
Frame Rate
(in Frames/sec)
CPU Load
(in %)
Frame Rate
(in Frames/sec)
CPU Load
(in %)
TV (NTSC) 30 2 30 1 30 18
TV (PAL) 25 2 25 1 25 16


Video Resizer Driver (Only for OMAP35x and AM/DM37x)[edit]

This section describes the Video Resizer driver architecture, driver features and performance numbers (throughput and CPU load).

Introduction[edit]

OMAP35x Video Resizer driver is simple character driver using V4L2-buffer layer for buffer management.

Resizer-drv-blk-dia.png

Driver Features[edit]

  1. Resizes input frame stored in RAM and stores output frame in RAM
  2. Supports resizing from 1/4x to 4x
  3. Supports independent horizontal & vertical resizing
  4. Supports YUV422 packed and color separate data
  5. Supports driver allocated and user provided buffers including IOMEM
  6. Supports Modular build

Features Not Supported[edit]

  1. On-the-fly mode of operation

Constraints[edit]

  1. All input,ouput addresses and pitch must be 32 bytes aligned
  2. Output image size cannot be more than 2047x2047
  3. Output width must be even
  4. Output width must be 16 byte aligned for vertical resizing
  5. The horizontal start pixel must be within range 0-15 for color interleaved and 0-31 for color separate data

Supported System Calls[edit]

open(), close(), mmap(), munmap() and ioctl()

Performance Benchmarks[edit]

Setup Details -

  • CPU Idle - Disabled
  • Tool Used for measurement - LFTB
  • Description: Calculate time required for single resize operation and for CPU load issue resize operation in contiguous loop with queuing buffer for each resize.

Performance and Benchmarks[edit]

OMAP35x and AM/DM37x[edit]

Resizer Driver Performance values
Scaling Factor
(Resolution)
OMAP35x AM/DM37x
Time Taken
(in microsec)
CPU Load
(in %)
Time Taken
(in microsec)
CPU Load
(in %)
4x (176x144 => 704x576) 1312 2 1098 2
1/4x (704x576 => 176x144) 3113 2 2594 2




NAND Driver[edit]

This section describes the NAND flash driver architecture, driver features and performance numbers (throughput and CPU load).

Introduction[edit]

The NAND flash driver is implemented as both - block driver and character driver, compliant with the standard MTD driver. It supports various NAND Flash chips (see drivers/mtd/nand/nand_ids.h file.) The NAND driver creates the device nodes for user space access (/dev/mtdblock0, /dev/mtdblock1, /dev/mtd0,/dev/mtd1 and so on). This release has been tested with Micron NAND device on the OMAP3EVM/AM3517EVM


This figure illustrates the stack diagram of NAND flash driver in Linux.

Omap nand driver.png

Driver Features[edit]

The driver supports the following features:

  1. JFFS2 file system
  2. Supports Read/Write, Erase operations
  3. Bad Block Management
  4. Polled mode of transfer
  5. SLC NAND
  6. NAND Flash divided into 5 partitions
    1. 512KB partition for X-loader
    2. 1920 KB (Read Only) partition for U-Boot
    3. 128 KB (Read Only) for environment variables
    4. 5 MB (Read/Write) partition for Linux
    5. Remainder for file system and others (Read/Write)

Features Not Supported[edit]

None

Constraints[edit]

None

Supported System Calls[edit]

Supports the system call support proivided by MTD interface viz. open(), close(), read(), write(), ioctl()

Performance Benchmarks[edit]

Nand Read performance values
Buffer Size
(in KBytes)
OMAP35x AM/DM37x AM3517
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
100 5.11 100 5.64 100 4.99 100
256 6.30 100 6.79 100 5.86 100
512 6.32 100 6.83 100 5.88 100
1024 6.32 100 6.83 100 5.88 100
5120 6.31 100 6.81 100 5.87 100


Nand Write performance values
Buffer Size
(in KBytes)
OMAP35x AM/DM37x AM3517
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
100 12.67 100 14.16 100 9.17 100
256 5.37 100 6.04 100 4.80 100
512 4.17 100 4.66 100 3.88 100
1024 3.40 100 3.82 100 2.83 100
5120 2.85 100 3.22 100 2.82 100

The performance numbers are captured using the following:

  1. NAND PART Number: Micron MT29F4G08AAC
  2. CPU Power Management disabled.
  3. File System = JFFS2
  4. NAND partition was mounted with async option.

MMC/SD Driver[edit]

This section provides details on MMC/SD driver along with throughput and CPU load numbers.

Introduction[edit]

The MMC controller provides an interface to external MMC cards that follow the MMC specification v4.0. The MMC driver is implemented as a block driver. Block device nodes(such as /dev/mmcblockp1, /dev/mmcblockp2) are created for user space access.

Mmcsd Driver.png

Driver Features[edit]

The driver supports the following features:

  1. MMC/SD native protocol command/response set
  2. Single/multiple block data transfers
  3. Linux file system and generic MMC layer abstract details of block devices (MMC)
  4. High-speed (SDv1.1) and High Capacity (SDv2.0) cards
  5. Support for 1/4 bit modes
  6. Support for card detect and Write protect features
  7. DMA mode for data transfer operations
  8. SDIO functionality (tested with marvell 8686 wlan card)

Features Not Supported[edit]

  1. Support for 8-bit mode of operation.
  2. SPI mode of operation

Constraints[edit]

  1. MMC/SD cards should not be removed when the mount operation is in progress. If done so, data integrity cannot be guaranteed.

Supported System Calls[edit]

open(),close(),read(),write()

Supported IOCTLs[edit]

None

Performance and Benchmarks[edit]

Important
The performance numbers can be severely affected if the media is mounted in sync mode.

Performance Measurement using EXT2 file system[edit]

Read performance values
Buffer Size
(in KBytes)
OMAP35x AM/DM37x AM3517
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
100 19.88 17.74 19.69 16.64 19.49 23.84
256 19.85 17.86 20.04 14.89 19.29 23.39
512 19.84 17.51 19.72 16.10 19.52 23.46
1024 19.88 17.55 19.72 17.79 19.45 24.49
5120 19.82 16.92 20.01 16.73 19.49 25.14



Write performance values
Buffer Size
(in KBytes)
OMAP35x AM/DM37x AM3517
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
100 5.02 4.07 5.87 6.49 6.42 6.98
256 5.95 4.76 6.55 7.44 5.48 5.85
512 5.37 10.69 6.28 6.76 6.61 7.13
1024 4.85 3.70 5.81 6.16 5.83 6.74
5120 5.99 4.85 5.18 5.73 5.45 5.84


The performance numbers were captured using the following:

  • SD Card (Sandisk Extreme III,SDHC,Class 6, 4GB)
  • CPU Power Management: Disabled
  • File System: ext2
  • Partition was mounted with async option

Performance Measurement using VFAT file system[edit]

Read performance values
Buffer Size
(in KBytes)
OMAP35x AM/DM37x AM3517
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
100 19.56 18.03 19.79 18.61 19.23 23.77
256 19.61 17.91 19.43 17.16 19.20 23.03
512 19.65 16.95 19.24 17.40 19.47 25.23
1024 19.45 17.16 19.40 16.97 19.22 24.77
5120 19.59 18.06 19.72 18.42 19.26 24.04



Write performance values
Buffer Size
(in KBytes)
OMAP35x AM/DM37x AM3517
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
100 13.76 16.34 13.94 20.29 13.85 26.48
256 14.03 16.80 13.59 19.12 13.35 27.58
512 14.30 17.17 13.91 21.32 14.25 28.22
1024 13.99 16.49 14.22 21.14 14.02 26.57
5120 13.81 16.56 13.73 19.24 14.00 25.73


The performance numbers were captured using the following:

  • SD Card (Sandisk Extreme III,SDHC,Class 6, 4GB)
  • CPU Power Management: Disabled
  • File System: vfat
  • Partition was mounted with async option

Real Time Clock (RTC) Driver (Only for AM3517)[edit]

This section provides details on RTC (S35390A) driver along with throughput and CPU load numbers.

Introduction[edit]

AM3517 EVM supports external RTC chip S35390A over I2C1.

RTC.PNG

Driver Features[edit]

The driver supports the following features:

  1. Supports IOCTLs to set/get the time/date value
  2. Driver can be built as a loadable module and inserted dynamically.

Features Not Supported[edit]

  • Interrupt based Wake-up and respective IOCTL's

Constraints[edit]

None

Supported System Calls[edit]

open(), close(), write(), read()

Performance and Benchmarks[edit]

None

USB Driver[edit]

This section describes the USB (EHCI and MUSB) driver architecture, features supported/not supported, constraints and performance numbers.

EHCI host Controller[edit]

Description[edit]

OMAP35x[edit]

OMAP3EVM (Rev < E) has EHCI port on Mistral Daughter Card (MDC) while on OMAP3EVM (Rev >= E) EHCI port is on main board itself.

AM/DM37x[edit]

EHCI port is on main board of OMAP3EVM (Rev G) which is used for testing AM/DM37x.

AM3517[edit]

AM3517EVM has one EHCI port on base board and another EHCI port on UI card. EHCI port on UI card would work only if LCD is not enabled as LCD and UI card EHCI port share some IO pins.

Driver Features[edit]

The driver supports the following features

  1. Hub Class
  2. Mass Storage Class (MSC)
  3. Human Interface Class (HID) (through a high speed hub)
  4. USB Video Class (UVC)
  5. USB Audio Class (UAC)

Features Not Supported[edit]

All other classes not mentioned in the "Supported Features" section.

MUSB OTG controller[edit]

Description[edit]

OMAP35x[edit]

The MUSB driver is implemented on top of Mentor OTG IP version 1.4 which supports all the speeds (High, Full and Low).MUSB uses inventra DMA for all the transfers. OMAP3EVM uses ISP1504 external USB PHY on EVM-1 (Rev < E) and ISP1507 on EVM-2 (Rev >= E).

AM/DM37x[edit]

The MUSB driver is implemented on top of Mentor OTG IP version 2.0 which supports all the speeds (High, Full and Low).MUSB uses inventra DMA for all the transfers.

AM3517[edit]

The MUSB driver is implemented on top of Mentor OTG IP version 1.8 which supports all the speeds (High, Full and Low).MUSB uses CPPI4.1 DMA for all the transfers. AM3517 has USB PHY inside IP itself.

Driver Features[edit]

The driver supports the following features

Host Mode

  1. Hub Class
  2. Human Interface Class (HID)
  3. Mass Storage Class (MSC)
  4. USB Video Class (UVC)
  5. USB Audio Class (UAC)

Gadget mode

  1. Mass Storage Class (MSC)
  2. USB Networking - RNDIS/CDC

OTG mode

  1. Session Request Protocol (SRP)
  2. Host Negotiation Protocol (HNP)

Features Not Supported[edit]

  1. All other classes not mentioned in the "Supported Features" section.

Constraint[edit]

  1. There is a limitation in the power that is supplied by the charge pump of the ISP1504 PHY on OMAP3EVM-1 (<=Rev-E). If you notice VBUSERR messages in the system console, then connect a self powered USB hub and then attach the device to the hub
  2. OMAP3EVM-2 (>=Rev-E) can support upto 500mA power and thus self powered hub is not required.VBUS must be re-enabled after disconnect and reconnect of the MSC device while the MUSB image is built in OTG mode

USB Mass Storage Class Host Driver[edit]

Description[edit]

This figure illustrates the stack diagram of the system with USB Mass Storage Class driver

Usb-msc.png

Driver Features[edit]

The driver supports the following feature

  1. DMA mode
  2. PIO mode

Features Not Supported[edit]

None

Constraint[edit]

None

Supported System Calls[edit]

Supports the Linux file system related system calls.

Supported IOCTLS[edit]

None

Performance Benchmarks[edit]


Important

For Mass-storage applications, the performance numbers can be severely affected if the media is mounted in sync mode. Hot plug scripts in the filesystem mount removable media in sync mode to ensure data integrity. For performance sensitive applications, umount the auto-mounted filesystem and re-mount in async mode.

The numbers for USB MSC were obtained using internal benchmarking tool.


USB MSC Host mode DMA Ext2 File System Performance[edit]

The performance numbers are captured using the following.

  1. Hard disk: Toshiba 80GB DISK DRIVE
  2. File format: ext2
  3. CPU Idle state: Disabled
  4. Driver operating mode: DMA
  5. Total transfer size = 100MB
  6. System DMA on all Rx channels (Workaround for known Inventra DMA lockup issue on OMAP35x): Disabled
USB-MSC Write Performance values (EXT2)
Buffer Size
(in KBytes)
OMAP35x AM/DM37x AM3517
MUSB EHCI MUSB EHCI MUSB EHCI
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
100 22.95 19.16 22.97 15.45 25.82 32.92 24.50 27.42 22.49 31.90 22.33 24.20
256 24.34 19.20 22.79 15.01 25.11 30.12 23.90 25.64 23.04 28.38 21.56 25.16
512 23.89 24.13 22.90 16.48 23.42 35.17 23.30 27.42 20.80 32.93 21.96 27.85
1024 23.89 22.01 22.47 17.85 23.74 34.04 23.39 28.99 19.97 30.02 21.90 24.58
5120 22.55 19.82 23.14 18.76 24.51 36.63 23.05 26.83 20.78 34.61 21.73 25.64


USB-MSC Read Performance values (EXT2)
Buffer Size
(in KBytes)
OMAP35x AM/DM37x AM3517
MUSB EHCI MUSB EHCI MUSB EHCI
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
100 14.21 21.60 21.37 22.38 13.83 22.79 21.50 26.28 19.83 39.20 20.92 37.92
256 14.02 22.01 21.44 25.15 14.56 28.06 21.47 28.75 19.75 38.52 21.36 32.04
512 14.52 24.38 21.35 25.87 14.14 22.33 21.32 25.05 20.15 35.02 21.13 34.48
1024 13.89 21.51 21.50 24.07 13.81 23.71 21.34 25.71 20.14 36.89 21.19 35.43
5120 13.89 22.81 21.61 23.49 13.80 23.22 21.59 27.69 20.13 35.85 21.40 30.80
USB MSC Host mode DMA VFAT File System Performance[edit]

The performance numbers are captured using the following.

  1. Hard disk: Toshiba 80GB DISK DRIVE
  2. File format: vfat
  3. CPU Idle state: Disabled
  4. Driver operating mode: DMA
  5. Total transfer size = 100MB
  6. System DMA on all Rx channels (Workaround for known Inventra DMA lockup issue on OMAP35x): Disabled
USB-MSC Write Performance values (VFAT)
Buffer Size
(in KBytes)
OMAP35x AM/DM37x AM3517
MUSB EHCI MUSB EHCI MUSB EHCI
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
100 21.09 30.57 20.25 27.54 21.72 43.82 20.35 29.94 19.00 42.83 17.67 33.90
256 21.44 31.95 19.65 27.13 21.35 42.59 20.20 30.68 19.00 42.83 17.76 34.52
512 20.12 33.33 19.63 29.87 20.24 40.61 19.75 35.18 15.69 39.63 17.36 35.67
1024 20.27 32.53 19.74 29.66 19.78 41.51 20.12 36.10 15.96 40.03 17.28 35.60
5120 20.68 34.02 19.82 27.76 19.88 42.11 19.76 34.92 16.45 40.96 17.40 36.50


USB-MSC Read Performance values (VFAT)
Buffer Size
(in KBytes)
OMAP35x AM/DM37x AM3517
MUSB EHCI MUSB EHCI MUSB EHCI
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
Transfer Rate
(in MBytes/sec)
CPU Load
(in %)
100 13.77 26.97 21.38 26.79 13.77 29.79 21.34 26.38 19.98 42.00 21.14 37.35
256 13.58 25.16 21.45 27.72 13.76 24.93 21.41 26.79 20.03 42.77 21.19 37.98
512 13.47 25.42 21.48 21.69 13.57 24.74 21.55 27.27 19.86 37.90 21.26 34.15
1024 13.32 21.09 21.53 26.08 13.47 25.68 21.47 27.10 19.66 36.83 21.33 36.05
5120 13.64 24.28 21.64 25.26 13.91 29.39 21.69 26.09 20.18 39.06 21.43 33.40

USB Mass Storage Class Slave Driver[edit]

Description[edit]

This figure illustrates the stack diagram of the system with USB File Storage Gadget driver

USBSlaveStorage.PNG

Driver Features[edit]

The driver supports the following feature

  1. DMA mode
  2. PIO mode

Features Not Supported[edit]

None

Constraint[edit]

None

Supported System Calls[edit]

NA

Supported IOCTLS[edit]

NA

Performance Benchmarks[edit]

The performance numbers are captured using the following.

  1. Storage media: Toshiba 80 GB HDD connected to EHCI port
  2. File format: vfat on Windows XP
  3. CPU Idle state: off
  4. Driver operating mode: DMA
  5. System DMA on all Rx channels (Workaround for known Inventra DMA lockup issue on OMAP35x): Disabled
USB MSC Gadget Write Performance values
Total Bytes Transferred
(in MBytes)
OMAP35x
Transfer Rate
(in MBytes/sec)
AM/DM37x
Transfer Rate
(in MBytes/sec)
AM3517
Transfer Rate
(in MBytes/sec)
200 3.33 3.25 3.40


USB MSC Gadget Read Performance values
Total Bytes Transferred
(in MBytes)
OMAP35x
Transfer Rate
(in MBytes/sec)
AM/DM37x
Transfer Rate
(in MBytes/sec)
AM3517
Transfer Rate
(in MBytes/sec)
500 14.28 16.35 14.65

USB CDC/RNDIS Slave Driver[edit]

Description[edit]

The CDC RNDIS gadget driver that is used to send standard Ethernet frames using USB. The driver will create an Ethernet device by the name usb0.

UsBSlaveEthenet.PNG

Driver Features[edit]

The driver supports the following feature

  1. DMA mode
  2. PIO mode

Features Not Supported[edit]

None

Constraint[edit]

None

Supported System Calls[edit]

MUSB port would come up as network device interface and would supports all network subsystem related system calls in accordance with Linux architecture.

Supported IOCTLS[edit]

None

Performance Benchmarks[edit]

Note: iperf execution failed on AM/DM37x so numbers are not provided for them.

OMAP35x, AM/DM37x, AM3517[edit]

The performance numbers were captured using the iperf tool. Usage details are mentioned below:

  • On the PC Host iperf is invoked in the server mode  : "-s"
  • On DUT invoke iperf in client mode  : "-c <server ip> -w <window size> -d -t60"
  • The transfers are measured over a duration of 60Secs
  • Power Management disabled for measurement
  • Linux2.4 host machine has been used for CDC.
USB Ethernet Gadget Performance
TCP Window Size
(in KBytes)
Bandwidth (Rx+Tx)- OMAP35x
(in Mbits/sec)
Bandwidth (Rx+Tx)- AM/DM37x
(in Mbits/sec)
Bandwidth (Rx+Tx)- AM3517
(in Mbits/sec)
RNDIS CDC RNDIS CDC RNDIS CDC
16 88.4 54.8 NA NA 129.6 109.0
32 87.0 52.8 NA NA 132.6 108.4
64 88.8 60.4 NA NA 139.6 111.4
128 85.2 51 NA NA 135.6 118.8


USB Human Interface Device (HID) Driver[edit]

Description[edit]

The event sub system creates /dev/input/event* devices when USB HID devices are connected. Dell USB Keyboard and Microsoft USB mouse has been used for testing HID class.

Driver Features[edit]

The driver supports the following feature

  1. DMA mode
  2. PIO mode

Features Not Supported[edit]

None

Constraint[edit]

None

Supported System Calls[edit]

NA

Supported IOCTLS[edit]

NA

Performance Benchmarks[edit]

NA

USB Isochronous Driver[edit]

Description[edit]

USB camera, speaker and mike uses isochronous transfers. USB Video Class (UVC) is used by most of the USB cameras to capture image.Microsoft USB headset, Logitech Pro-9000 and Creative Live USB cameras have been used for testing purpose.

Driver Features[edit]

The driver supports the following feature

  1. DMA mode
  2. PIO mode
  3. Supports high bandwidth isochronous transfer used by some of the USB cameras

Features Not Supported[edit]

None

Constraint[edit]

  1. Default musb FIFO table has only one endpoint with 4KB FIFO size to support high bandwidth isochronous transfer. Thus we need to modify the table to support more then one USB cameras requiring high bandwidth interface.

Supported System Calls[edit]

NA

Supported IOCTLS[edit]

NA

Performance Benchmarks[edit]

NA

USB OTG Driver[edit]

Description[edit]

MUSB controller on OMAP35x/DM37x and AM35x EVM supports USB On The Go (OTG). OTG protocol enables runtime role switch between USB host and device. This is achieved using Session Request Protocol (SRP) and Host Negotiation Protocol (HNP).

Driver Features[edit]

The driver supports the following feature

  1. Both HNP and SRP

Features Not Supported[edit]

Constraint[edit]

None

Power Management[edit]

Introduction[edit]

OMAP35x, AM/DM37x devices provides a rich set of power management features. The features include clock control at module level, multiple power and voltage domains etc.

This section provides provides an overview of power management features supported and steps to enable these features in the kernel configuration. It also provides the typical power consumption observed for different scenarios.

NOTE
The AM3505 and AM3517 devices provide a simple power management scheme. There is only one power domain and only one operating frequency. This section, therefore, doesn't contain any measurement for these devices.

cpuidle[edit]

When idle loop is executed, kernel is not doing any useful 'work'. This is an opportunity to save power. The cpuidle framework helps in saving power during the idle state.

cpufreq[edit]

CPU is not loaded evenly during execution. This provides an opportunity to save power by adjusting/scaling voltage and frequency based on the current cpu load.

SmartReflex[edit]

SmartReflex is a power-management technique for controlling the operating voltage of a device to reduce its active power consumption. It helps in achieving optimal performance/power trade-off for all devices across the technology process spectrum and across temperature variations.

Features[edit]

The features supported in this release are:

  • Dynamic Tick (NO_HZ) framework.
  • Static selection of VDD1 OPP via bootarg - mpurate.
    • On OMAP35x devices, VDD1 OPP can be scaled (if silicon supports) upto 720MHz.
      • The capability of device to run at 720MHz is detected at run-time. If the device doesn't support 720MHz, and the bootarg mpurate=720 is set, next (lower) OPP is selected.
    • On AM/DM37x devices, VDD1 OPP can be scaled upto 800MHz.
    • When OPP1 is selected for VDD1, the VDD2 is set at OPP2.
  • Supports the suspend-resume capability
  • The cpuidle framework with MPU and Core transition to retention (RET) and OFF states.
    • The menu governor is supported.
  • Basic implementation for cpufreq.
  • Support SmartReflex with automatic (hardware-controlled) mode of operation.
  • Wakeup from keypad and touchscreen.

Features not supported[edit]

  1. Allow drivers and applications to limit the idle state that can be entered.
  2. Support for SmartReflex with manual (software-controlled) mode of operation.

Constraints[edit]

  1. Only basic implementation of cpufreq is supported.
  2. Some of the drivers do not leverage the power-saving features supported by the silicon. They need to enable/ disable corresponding clocks via clk_enable() and clock_disable() only when the clocks are really needed.

Power Measurements[edit]

The measurements in this section were done on OMAP3EVM (Rev G) with NI-USB 6251 and TI power consumption tool.

  • The measurements were done at identified system state for period of ~60 secs.
  • Voltage and current values for VDD1 and VDD2 are measured across jumpers J6 and J5 respectively.
  • SmartReflex is enabled in the kernel configuration; but is not activated at runtime.

Specific scenarios associated with the measurement are indicated in the details below.

NOTE
A ramdisk image based on minimal busybox configuration is used during these measurements. Actual numbers may vary with daemons and processes running (configured in the filesystem).

At each OPP[edit]

This section indicates the voltages measured for VDD1 and VDD2 at various OPPs (selected via bootarg - mpurate). The measurements were done with the uImage created using omap3_evm_defconfig.

OMAP35x[edit]

Power Measurements for each OPP (OMAP35x)
OPP VDD1 VDD2
Voltage
(Volts)
Current
(in mA)
Voltage
(Volts)
Current
(in mA)
OPP1 1.001 3.297 1.071 7.573
OPP2 1.097 7.116 1.181 13.094
OPP3 1.201 15.528 1.181 13.161
OPP4 1.271 18.176 1.181 13.108
OPP5 1.342 21.036 1.180 13.123
OPP6 1.337 25.072 1.182 13.103


AM/DM37x[edit]

Power Measurements at each OPP (AM/DM37x)
OPP VDD1 VDD2
Voltage
(Volts)
Current
(in mA)
Voltage
(Volts)
Current
(in mA)
OPP50 0.973 5.568 1.166 12.357
OPP100 1.100 12.572 1.166 12.382
OPP120 1.254 19.478 1.166 12.404


NOTE
Refer to the device specific TRM for OPP definitions.

Against specific scenarios[edit]

This section indicates the VDD1 measurements against identified scenarios.

The measurements were done with bootarg mpurate set to 720MHz for OMAP35x devices and 800MHz for AM/DM37x devices.

Scenario 1[edit]

  1. Build uImage with power management disabled and dynamic tick disabled.
  2. Boot the EVM with this uImage and ramdisk.

Scenario 2[edit]

  1. Build uImage with power management disabled but dynamic tick enabled.
  2. Boot the EVM with this uImage and ramdisk

Scenario 3[edit]

  1. Build uImage with power management, power management debug, DebugFS and dynamic tick enabled; but no cpuidle.
  2. Boot the EVM with this uImage and ramdisk.
  3. After boot-up, mount debugfs
    $ mkdir /debug
    $ mount -t debugfs debugfs /debug
  4. Execute these commands:
    $ echo 1 > /debug/pm_debug/sleep_while_idle
  5. Wait for 30 secs and start the measurement.

Scenario 4[edit]

  1. Build uImage with power management, power management debug, DebugFS, dynamic tick and cpuidle enabled.
  2. Boot the EVM with this uImage and ramdisk.
  3. After boot-up, mount debugfs
    $ mkdir /debug
    $ mount -t debugfs debugfs /debug
  4. Execute these commands:
    $ echo 1 > /debug/pm_debug/sleep_while_idle
  5. Wait for 30 secs and start the measurement.

Scenario 5[edit]

  1. Build uImage with power management, power management debug, DebugFS, dynamic tick and cpuidle enabled.
  2. Boot the EVM with this uImage and ramdisk.
  3. After boot-up, mount debugfs
    $ mkdir /debug
    $ mount -t debugfs debugfs /debug
  4. Execute these commands:
    $ echo 1 > /debug/pm_debug/sleep_while_idle
    $ echo 1 > /debug/pm_debug/enable_off_mode
  5. Wait for 30 secs and start the measurement.


Power Measurements against identified scenarios
Scenario OMAP35x AM/DM37x
Voltage
(Volts)
Current
(in mA)
Voltage
(Volts)
Current
(in mA)
Scenario 1 1.206 10.636 1.202 10.016
Scenario 2 1.194 21.854 1.194 18.314
Scenario 3 1.369 0.221 1.284 0.346
Scenario 4 1.369 0.215 1.284 0.331
Scenario 5 1.371 0.120 1.284 0.202


NOTE 1
For scenarios 1 and 2 the voltage doesn't scale to required levels as power management is disabled.

NOTE 2
For scenarios 3, 4 and 5 the voltage scales to required levels as power management is enabled.

CAN(HECC) Driver[edit]

This section provides details on CAN(HECC) driver.

Introduction[edit]

The CAN (HECC) driver supports the Linux netdev interface. CAN driver supports TX and RX mailbox priority feature ensuring in-order packet processing at various bit rates.

Driver Features[edit]

The driver supports the following features:

  1. SocketCAN networking framework
  2. Linux NAPI support for Rx operations
  3. Local loopback of sent frames (IFF_ECHO)
  4. Standard CAN bus bit-rates namely 10K, 20K, 50K, 100K, 125K, 250K, 500K & 1M

Features Not Supported[edit]

  1. ID filtering / Acceptance masks - since Linux infrastructure does not support this the driver cannot provide the feature

Constraints[edit]

NA

Supported System Calls[edit]

Supports the socket() and related system calls in accordance with Linux architecture. Refer to can.txt under Documentation/networking folder

Performance and Benchmarks[edit]

NA

E2e.jpg {{
  1. switchcategory:MultiCore=
  • For technical support on MultiCore devices, please post your questions in the C6000 MultiCore Forum
  • For questions related to the BIOS MultiCore SDK (MCSDK), please use the BIOS Forum

Please post only comments related to the article AM35x-OMAP35x-PSP 03.00.00.05 Feature Performance Guide here.

Keystone=
  • For technical support on MultiCore devices, please post your questions in the C6000 MultiCore Forum
  • For questions related to the BIOS MultiCore SDK (MCSDK), please use the BIOS Forum

Please post only comments related to the article AM35x-OMAP35x-PSP 03.00.00.05 Feature Performance Guide here.

C2000=For technical support on the C2000 please post your questions on The C2000 Forum. Please post only comments about the article AM35x-OMAP35x-PSP 03.00.00.05 Feature Performance Guide here. DaVinci=For technical support on DaVincoplease post your questions on The DaVinci Forum. Please post only comments about the article AM35x-OMAP35x-PSP 03.00.00.05 Feature Performance Guide here. MSP430=For technical support on MSP430 please post your questions on The MSP430 Forum. Please post only comments about the article AM35x-OMAP35x-PSP 03.00.00.05 Feature Performance Guide here. OMAP35x=For technical support on OMAP please post your questions on The OMAP Forum. Please post only comments about the article AM35x-OMAP35x-PSP 03.00.00.05 Feature Performance Guide here. OMAPL1=For technical support on OMAP please post your questions on The OMAP Forum. Please post only comments about the article AM35x-OMAP35x-PSP 03.00.00.05 Feature Performance Guide here. MAVRK=For technical support on MAVRK please post your questions on The MAVRK Toolbox Forum. Please post only comments about the article AM35x-OMAP35x-PSP 03.00.00.05 Feature Performance Guide here. For technical support please post your questions at http://e2e.ti.com. Please post only comments about the article AM35x-OMAP35x-PSP 03.00.00.05 Feature Performance Guide here.

}}

Hyperlink blue.png Links

Amplifiers & Linear
Audio
Broadband RF/IF & Digital Radio
Clocks & Timers
Data Converters

DLP & MEMS
High-Reliability
Interface
Logic
Power Management

Processors

Switches & Multiplexers
Temperature Sensors & Control ICs
Wireless Connectivity