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

From RidgeRun Developer Connection
Jump to: navigation, search
Line 13: Line 13:
  
 
usb serial communication
 
usb serial communication
 +
<pre>
 
setenv boot_targets usb0
 
setenv boot_targets usb0
 +
</pre>
 +
 +
<pre>
 
boot
 
boot
 +
</pre>
  
 
=Custom Image=
 
=Custom Image=
  
 
dependencies
 
dependencies
$ sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib \
+
<pre>
build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \
+
sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential \
xz-utils debianutils iputils-ping libsdl1.2-dev xterm
+
chrpath socat cpio python python3 python3-pip python3-pexpect xz-utils debianutils iputils-ping \
 
+
libsdl1.2-dev xterm autoconf libtool libglib2.0-dev python-git sed cvs subversion coreutils \
$ sudo apt-get install autoconf libtool libglib2.0-dev libarchive-dev python-git \
+
texi2html docbook-utils python-pysqlite2 help2man make gcc g++ desktop-file-utils libgl1-mesa-dev \
sed cvs subversion coreutils texi2html docbook-utils python-pysqlite2 \
+
libglu1-mesa-dev mercurial automake groff curl lzop asciidoc u-boot-tools dos2unix mtd-utils pv \
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
 
libncurses5 libncurses5-dev libncursesw5-dev libelf-dev zlib1g-dev
 +
</pre>
  
 +
<pre>
 
mkdir fsl-community-bsp
 
mkdir fsl-community-bsp
 
cd fsl-community-bsp
 
cd fsl-community-bsp
 
repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b master
 
repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b master
 
repo sync
 
repo sync
 
+
</pre>
  
 
## Only Wayland supported for iMX8
 
## Only Wayland supported for iMX8
 +
<pre>
 
DISTRO=fslc-wayland MACHINE=nitrogen8m source setup-environment build
 
DISTRO=fslc-wayland MACHINE=nitrogen8m source setup-environment build
 
bitbake fsl-image-multimedia-full
 
bitbake fsl-image-multimedia-full
 
+
</pre>
  
 
<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 22:04, 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 autoconf libtool libglib2.0-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>]]