Difference between revisions of "IMX8/Carrier Boards/Supported Boards/Nitrogen8M"

From RidgeRun Developer Connection
Jump to: navigation, search
Line 2: Line 2:
  
 
=Getting Started=
 
=Getting Started=
==Key Features==
+
=Key Features=
==Package Content==
+
=Package Content=
==Boot Options==
+
 
==Custom Image==
+
[[File:Nitrogen8m.jpg|800px]]
 +
 
 +
=Boot Options=
 +
Emmc used by default
 +
 
 +
usb boot
 +
 
 +
usb serial communication
 +
setenv boot_targets usb0
 +
boot
 +
 
 +
=Custom Image=
 +
 
 +
dependencies
 +
$ sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib \
 +
build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \
 +
xz-utils debianutils iputils-ping libsdl1.2-dev xterm
 +
 
 +
$ sudo apt-get install autoconf libtool libglib2.0-dev libarchive-dev python-git \
 +
sed cvs subversion coreutils texi2html docbook-utils python-pysqlite2 \
 +
help2man make gcc g++ desktop-file-utils libgl1-mesa-dev libglu1-mesa-dev \
 +
mercurial automake groff curl lzop asciidoc u-boot-tools dos2unix mtd-utils pv \
 +
libncurses5 libncurses5-dev libncursesw5-dev libelf-dev zlib1g-dev
 +
 
 +
mkdir fsl-community-bsp
 +
cd fsl-community-bsp
 +
repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b master
 +
repo sync
 +
 
 +
 
 +
## Only Wayland supported for iMX8
 +
DISTRO=fslc-wayland MACHINE=nitrogen8m source setup-environment build
 +
bitbake fsl-image-multimedia-full
 +
 
  
 
<noinclude>{{IMX8/Foot|<Replace with "previous" page>|<Replace with "next" page>}}</noinclude>
 
<noinclude>{{IMX8/Foot|<Replace with "previous" page>|<Replace with "next" page>}}</noinclude>

Revision as of 21:50, 25 September 2018


NXP Partner Program Registered Vertical.jpg NXP Partner Program Horizontal.jpg
  Index  





Getting Started

Key Features

Package Content

Nitrogen8m.jpg

Boot Options

Emmc used by default

usb boot

usb serial communication setenv boot_targets usb0 boot

Custom Image

dependencies $ sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib \ build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \ xz-utils debianutils iputils-ping libsdl1.2-dev xterm

$ sudo apt-get install autoconf libtool libglib2.0-dev libarchive-dev python-git \ sed cvs subversion coreutils texi2html docbook-utils python-pysqlite2 \ help2man make gcc g++ desktop-file-utils libgl1-mesa-dev libglu1-mesa-dev \ mercurial automake groff curl lzop asciidoc u-boot-tools dos2unix mtd-utils pv \ libncurses5 libncurses5-dev libncursesw5-dev libelf-dev zlib1g-dev

mkdir fsl-community-bsp cd fsl-community-bsp repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b master repo sync


    1. Only Wayland supported for iMX8

DISTRO=fslc-wayland MACHINE=nitrogen8m source setup-environment build bitbake fsl-image-multimedia-full


[[IMX8/<Replace with "previous" page>|Previous: <Replace with "previous" page>]] Index [[IMX8/<Replace with "next" page>|Next: <Replace with "next" page>]]