[SeatDefaults]
greeter-session=unity-greeter
user-session=ubuntu
greeter-show-manual-login=true #手工输入登陆系统的用户名和密码
allow-guest=false #不允许guest登录
8.1 Host packages
sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib \
build-essential chrpath socat
i.MX layers host packages for a Ubuntu 12.04 or 14.04 host setup:
$ sudo apt-get install libsdl1.2-dev xterm sed cvs subversion coreutils texi2html docbook-utils
python-pysqlite2 help2man make gcc g++ desktop-file-utils libgl1-mesa-dev libglu1-mesa-dev mercurial autoconf automake groff curl lzop
asciidoc{文件太大,直接下载下来手动安装 dpkg -i *.deb}
i.MX layers host packages for a Ubuntu 14.04 host setup only:
$ sudo apt-get install u-boot-tools
1. Create a bin folder in the home directory.
$ mkdir ~/bin (this step may not be needed if the bin folder already exists)
$ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
curl http://php.webtutor.pl/en/wp-content/uploads/2011/09/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
export PATH=~/bin:$PATH
$ mkdir fsl-release-bsp
$ cd fsl-release-bsp
$ git config --global user.name "name"
$ git config --global user.email "[email protected]"
$ git config --list
$ repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.14.28-1.0.0_ga
$ repo sync //2015年12月17日 17:33:06
source setup-environment
MACHINE=imx6qsabresd source fsl-setup-release.sh -b build -e fb
source fsl-setup-release.sh
bitbake core-image-minimal
echo "UBOOT_CONFIG = \"emmc\"" >> conf/local.conf
MACHINE=imx6qsabresd bitbake -c deploy u-boot-imx
MACHINE=imx6qsabresd source fsl-setup-release.sh -b build-wayland -e wayland
bitbake fsl-image-qt5
MACHINE=imx6qsabresd source fsl-setup-release.sh –b build-dfb –e dfb
bitbake fsl-image-gui
Active arm armv7 mx6 freescale
mx6qtest
mx6qtest mx6qtest
:IMX_CONFIG=board/freescale/mx6qtest/mx6q.cfg,MX6Q,DEFAULT_FDT_FILE=
"imx6q-test.dtb",DDR_MB=2048 -
10.4 board/freescale/mx6#!/bin/bash
export ARCH=arm
export CROSS_COMPILE=/home/lhj/fsl-release-bsp/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-
make distclean
make mx6qtest_config
make