2. List of Abbreviations and Acronyms
Abbreviation
Full form
BSP
Board support package
CUI
Character user interface
CSI
Clock serial interface
DMA
Direct memory access
EHCI
Enhanced Host Controller Interface
eMMC
Embedded multimedia card
GUI
Graphical user interface
GPIO
General peripheral input output
I2C
Inter-integrated circuit
OHCI
Open Host Controller Interface
PCIe
PCI Express
PFC
Pin function controller
PWM
Pulse width modulation
SDHC
SD high capacity
SDHI
SD card host interface H/W module
SDIO
SD Input/Output
SDK
Software development kit
SDXC
SDXC SD extended capacity
TCP
Transmission Control Protocol
UART
Universal asynchronous receiver/transmitter
UDP
User Datagram Protocol
USB
Universal serial bus
V4L2
Video for Linux 2
WDT
Watchdog timer
xHCI
Extensible Host Controller Interface
3.
Conventions
Command line runs on Linux host PC will be shown as below:
$
echo "This is command line run on x86-64 Linux PC."
Command line run on target board will be shown as below:
#
echo "This is command line run on ARM board."
File content will be shown as below:
<$WORK/a script>
#!/bin/bash
echo "This is content in a file."