...
Revision and Notes
Date | Owner | Revision | Notes | ||||||
---|---|---|---|---|---|---|---|---|---|
| 1.0 | Initial release | |||||||
Table of Contents |
|
Introduction
The following quick start guide provides background information about the HummingBoard Pro product which use the i.MX6 System on module.
...
Hardware Setup
Product Specifications
SOM Model | NXP i.MX6 based Solo to Quad Core SOM |
Memory & Storage | Up to 2GB DDR3* |
uSD, mSATA** | |
Connectivity | 1xRJ-45*** |
2xHost USB 2.0 | |
2xHeader USB 2.0 | |
Mini-PCIe- half size | |
Media | HDMI-Out |
LVDS | |
SPDIF | |
Analog Audio | |
MIPI- CSI-2 Camera | |
I/O | Reset Button |
26 pins GPIO Header | |
RTC | |
IR | |
OS Support | Linux |
Dimensions | 85mmx56mm |
Power | 5V, uUSB |
Environment | No enclosure |
Info |
---|
Supported with i.MX6 SOM. For more detailed information about our SOM-i.MX6 series please visit this user manual : i.MX6 SOM Hardware User Manual. |
Please Note
(*) RAM type and speed dependent on SOM
(**) Supported with SOM i.MX6 Dual and above
(***) 1000 Mbps link is limited to 470Mbps actual bandwidth due to internal chip buses
...
Booting form an SD card
1. Downloading the Debian Yocto image
Download the Debian Yocto image by running the following command on your Linux/Windows PC:
Code Block |
---|
wget https://solid-run-images.sos-de-fra-1.exo.io/IMX6/Debian/sr-imx6-debian-bullseye-20220712-cli-sdhc.img.xz |
...
meta-solidrun-arm-imx6/2024-07-05_ab67695/core-image-weston-sdk-imx6qdlcubox.wic.gz |
For more Yocto releases, please visit Debian Yocto Release.
2. Writing the image to the SD card
Use the following commands for writing the image to an SD card:
Code Block |
---|
xzgzip -dc srcore-imx6image-debianweston-bullseye-20220712-cli-sdhc.img.xzsdk-imx6qdlcubox.wic.gz | dd of=/dev/sdX bs=4M conv=fsync |
...
In order to be able to log in , please insert “debian” “Yocto” as a username and password as follows:
...
You can follow this document Install to eMMC to install debian Yocto to an eMMC device.
More Features
...
For more applications, you can refer to GUI Support to install X11, OpenGL-ES, GStreamer, or you can follow this page Gnome for installing Gnome desktop.
List Of Supported OS
Build U-Boot & Kernel from sources
...