texierp / yocto-chip-bsp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CHIP BSP

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 chip-bsp
$: cd chip-bsp
$: repo init -u https://github.com/texierp/yocto-chip-bsp -b master
$: repo sync

About

License:MIT License