IMX8/Carrier Boards/Supported Boards/Nitrogen8M: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
 
(2 intermediate revisions by the same user not shown)
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 \
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 \
<pre>
sed cvs subversion coreutils texi2html docbook-utils python-pysqlite2 \
mkdir ~/bin
help2man make gcc g++ desktop-file-utils libgl1-mesa-dev libglu1-mesa-dev \
curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
mercurial automake groff curl lzop asciidoc u-boot-tools dos2unix mtd-utils pv \
chmod a+x ~/bin/repo
export PATH=~/bin:$PATH
</pre>
 
<pre>
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
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>

Latest revision as of 03:07, 26 September 2018



  Index  





Getting Started

Key Features

Package Content

Boot Options

Emmc used by default

usb boot

usb serial communication

setenv boot_targets usb0
boot

Custom Image

dependencies

mkdir ~/bin
curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
export PATH=~/bin:$PATH
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

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>]]