Skip to content
Snippets Groups Projects
Commit 472c06a6 authored by Daniel Gachet's avatar Daniel Gachet
Browse files

environment for bbb-heiafr added

parent 1a3d6966
No related branches found
No related tags found
No related merge requests found
bbb-env 0 → 100755
#!/bin/bash
SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
echo "${SCRIPTDIR}"
#install development environment
${SCRIPTDIR}/install-environment.sh ${SCRIPTDIR}
#install buildroot repository to generate the U-Boot, the Linux kernel and the rootfs
mkdir -p ~/workspace/bbb
cd ~/workspace/bbb
git clone git://git.buildroot.net/buildroot
cd buildroot
git checkout -b bbb 2018.11.2
patch -p1 < ${SCRIPTDIR}/config/buildroot_bbb.patch
make bbb-heiafr_defconfig
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment