Build and Install Linux System for SMARC-iMX8M (Dual, Quad Lite and Quad Core)
This document provides instructions for advanced users how Embedian offers patches and builds a customized version of u-boot and linux kernel for Embedian's SMARC-iMX8M product platform and how to install the images to bring the evaluation board up and running.
Our aim is to fully support our hardware through device drivers. We also provide unit tests so that testing a board is easy and custom development can start precisely. The recommended host environment is Ubuntu 14.04 or Ubuntu 16.04.
Availability
SMARC-iMX8M from Embedian
Carrier Board
EVK-STD-CARRIER-S20 (universal carrier board for all SMARC 2.0 modules) from Embedian
Basic Resources
- AArch64 Cross Compiler
- Bootloader
- Das U-Boot – the Universal Boot Loader http://www.denx.de/wiki/U-Boot
- Source – http://git.denx.de/?p=u-boot.git;a=summary
- Linux Kernel
- Linus's Mainline tree: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=summary
- Freescale Linux source tree: git://git.freescale.com/imx/linux-imx.git
- Freescale BSP meta layer: git://git.freescale.com/imx/meta-fsl-bsp-release
- OpenEmbedded/Yocto BSP layer for Freescale's ARM platform git://git.yoctoproject.org/meta-fsl-arm
- Embedian SMARC-iMX8M kernel source tree for linux smarc-imx_4.9.51_imx8m_ga: git@git.embedian.com:developer/smarc-fsl-linux-kernel.git
- ARM based rootfs
- Debian Squeeze: http://www.debian.org/
- Debian Squeeze: http://www.debian.org/
ARM Cross Compiler: GCC
To build Embedian’s SMARC-iMX8M u-boot and linux kernel, you will need to install the following Linaro aarch64 compiler first:
For u-boot 2017.03 and Linux 4.9.51, you need to use the following Linaro aarch64 coss compilier.
Test:
If this test fails, verify that you have the 32bit libraries installed on your development system.
Generating SSH Keys
We recommend you use SSH keys to establish a secure connection between your computer and Embedian Gitlab server. The steps below will walk you through generating an SSH key and then adding the public key to our Gitlab account.
Step 1. Check for SSH keys
First, we need to check for existing ssh keys on your computer. Open up Git Bash and run:
Check the directory listing to see if you have a file named either id_rsa.pub
or id_dsa.pub
. If you don't have either of those files go to step 2. Otherwise, you already have an existing keypair, and you can skip to step 3.
Step 2. Generate a new SSH key
To generate a new SSH key, enter the code below. We want the default settings so when asked to enter a file in which to save the key, just press enter.
Now you need to enter a passphrase.
Which should give you something like this:
Step 3. Add your SSH key to Embedian Gitlab Server
Copy the key to your clipboard.
Go to Embedian Git Server. At Profile Setting --> SSH Keys --> Add SSH Key
Paste your public key and press "Add Key" and your are done.
Boot File: flash.bin
The boot file is called flash.bin. It is made up of some pieces of programs. This section instruct you how to generate flash.bin.
1. Download the imx-mkimage tool and apply Embedian's patch to accept Embedian's device tree blob.
2. Get and Build the ARM Trusted firmware and copy bl31.bin to imx-mkimage/iMX8M directory.
3. Get the DDR firmware and copy to imx-mkimage/iMX8M/ directory.
4. Clone the U-Boot source code from Embedian Git Server and copy related files to imx-mkimage/iMX8M/ directory.
Download:
For u-boot v2017.03:
Configure and Build:
Copy u-boot-nodtb.bin spl/u-boot-spl.bin arch/arm/dts/fsl-smarcimx8mq.dtb to imx-mkimage/iMX8M directory and copy tools/mkimage to imx-mkimage/iMX8M/mkimage_uboot
5. Generate flash.bin file.
The flash.bin file will be located at imx-mkimage/iMX8M directory. Go to "Setup SD Card" section to instruct you how to flash this file into SD card.
Linux Kernel
Download:
For 4.9.51 (Based on Freescale imx_4.9.51_imx8m_ga official release):
Configure and Build:
Selecting display configuration is a matter of selecting an appropriate DTB file under arch/arm64/boot/dts/embedian.
All available DTB files are listed in the table below.
DTB File Name | Description |
---|---|
fsl-smarcimx8mq.dtb | Device tree blob for no display configuration. |
fsl-smarcimx8mq-hdmi.dtb | Device tree blob for HDMI display configuration (DCSS). |
fsl-smarcimx8mq-hdmi-4k.dtb | Device tree blob for HDMI 4k display configuration (DCSS). |
fsl-smarcimx8mq-lcdif-lvds.dtb | Device tree blob for LCDIF LVDS display configuration. |
fsl-smarcimx8mq-dcss-lvds.dtb | Device tree blob for DCSS LVDS display configuration. |
fsl-smarcimx8mq-dual-display.dtb | Device tree blob for dual LVDS+HDMI display configuration. |
Root File System
Ubuntu ARM64 16.04.03:
User | Password |
---|---|
root | root |
ubuntu | temppwd |
Ubuntu 16.04 Download:
Verify:
Yocto Build Root File System:
User | Password |
---|---|
root | N/A |
Find the yocto pre-built root file systems here at Embedian's ftp site based on your module CPU variants.
Setup SD Card
For these instruction, we are assuming: DISK=/dev/mmcblk0, "lsblk" is very useful for determining the device id.
Erase SD card:
Create Partition Layout: Leave 2MB offset for flash.bin.
With util-linux v2.26, sfdisk was rewritten and is now based on libfdisk.
Create Partitions:
Format Partitions:
Mount Partitions:
On some systems, these partitions may be auto-mounted...
Install Boot File
If on-module eMMC Flash is not empty
The flash.bin is pre-installed in on-module eMMC flash at factory default. SMARC-iMX8M is designed to always boot up from on-module eMMC flash and to load Image, device tree blob and root file systems based on the setting of BOOT_SEL. If users need to fuse your own flash.bin or perform u-boot upgrade. This section will instruct you how to do that.
Copy flash.bin to the second partition home directory of your SD card and boot into SD card. Go to home directory and you should see flash.bin file (The flash.bin file is located at imx-mkimage/iMX8M/ directory).
Fuse flash.bin to the on-module eMMC flash. (The eMMC flash is emulated as /dev/mmcblk0 in SMARC-iMX8M)
If on-module eMMC Flash is empty
In some cases, when eMMC flash is erased or the u-boot is under development, we need a way to boot from SD card first. Users need to shunt cross the TEST# pin to ground. In this way, SMARC-iMX8M will always boot up from SD card.
Fuse flash.bin to the SD card.
uEnv.txt based bootscript
Create "uEnv.txt" boot script: ($ vim uEnv.txt)
Copy uEnv.txt to the boot partition:
Install Kernel Image
Copy Image to the boot partition:
Install Kernel Device Tree Binary
Install Root File System and Kernel Modules
Copy Root File System:
Yocto Pre-Built Rootfs:
Ubuntu 16.04:
Copy Kernel Modules:
Networking:
Edit: /etc/network/interfaces
Add:
Remove SD card:
Setup eMMC
Setting up eMMC usually is the last step at development stage after the development work is done at your SD card or NFS environments. From software point of view, eMMC is nothing but a non-removable SD card on board. For SMARC-iMX8M, the SD card is always emulated as /dev/mmcblk1 and on-module eMMC is always emulated as /dev/mmcblk0. Setting up eMMC now is nothing but changing the device descriptor.
This section gives a step-by-step procedure to setup eMMC flash. Users can write a shell script your own at production to simplify the steps.
First, we need to backup the final firmware from your SD card or NFS.
Prepare for eMMC binaries from SD card (or NFS):
Insert SD card into your Linux PC. For these instructions, we are assuming: DISK=/dev/mmcblk0, "lsblk" is very useful for determining the device id.
For these instruction, we are assuming: DISK=/dev/mmcblk0, "lsblk" is very useful for determining the device id.
Mount Partitions:
On some systems, these partitions may be auto-mounted...
Copy Image to rootfs partition:
Copy uEnv.txt to rootfs partition:
Copy and paste the following contents to /media/rootfs/home/root ($ sudo vim /media/rootfs/home/root/uEnv.txt)
Copy device tree blob to rootfs partition:
Copy real rootfs to rootfs partition:
Yocto Built Root File Systems
Ubuntu 16.04 Root File Systems
Remove SD card:
Copy Binaries to eMMC from SD card:
Insert this SD card into your SMARC-iMX8M device and boot into SD card.
Now it will be almost the same as you did when setup your SD card, but the eMMC device descriptor is /dev/mmcblk0 now.
Erase eMMC:
Create Partition Layout:
Format Partitions:
Mount Partitions:
Install binaries for partition 1
Copy uEnv.txt/Image/*.dtb to the boot partition
Install Kernel Device Tree Binary
Install Root File System
Unmount eMMC:
Switch your Boot Select to eMMC and you will be able to boot up from eMMC now.
version 1.0a, 4/10/2019
Last updated 2019-04-10