texierp / yocto-bsp-manifest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESTEI BSP (Zedboard & QEMU ARM)

To get the BSP you need to have repo installed and use it as:

Install the repo utility:

$: mkdir ~/bin
$: curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$: chmod a+x ~/bin/repo

Download the BSP source:

$: PATH=${PATH}:~/bin
$: mkdir estei-bsp
$: cd estei-bsp
$: repo init -u https://github.com/texierp/yocto-bsp-manifest -b master
$: repo sync

At the end of the commands you have every metadata you need to start work with.

To start a simple image build (QEMU base image):

$: cd sources
$: export TEMPLATECONF="$PWD/meta-estei/conf"
$: source poky/oe-init-build-env estei-build
$: MACHINE=qemuarm bitbake estei-qt-image
$: runqemu qemuarm qt-image
qemu estei

SD Card Creation:

$: source poky/oe-init-build-env estei-build/
$: wic list images
$: wic create sdimage-xilinx -e estei-qt-image
$: cd /var/tmp/wic/build/
$: sudo dd if=sdimage-xilinx-201609282102-mmcblk.direct of=/dev/mmcblk0

About

License:MIT License