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

nanopi environment back to compiler version 9

parent 5ec130e6
No related branches found
No related tags found
No related merge requests found
......@@ -3,13 +3,18 @@ SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
echo "${SCRIPTDIR}"
#install development environment
${SCRIPTDIR}/install-environment.sh ${SCRIPTDIR}
#${SCRIPTDIR}/install-environment.sh ${SCRIPTDIR}
#install buildroot repository to generate the U-Boot, the Linux kernel and the rootfs
mkdir -p ~/workspace/nano
#mkdir -p ~/workspace/nano
cd ~/workspace/nano
git clone git://git.buildroot.net/buildroot
#git clone git://git.buildroot.net/buildroot
cd buildroot
git checkout -b nano 2021.08
git checkout -b nano 2021.08.1
cd toolchain/toolchain-external/toolchain-external-arm-aarch64
git checkout 2020.05.3 -- .
cd ~/workspace/nano/buildroot
patch -p1 < ${SCRIPTDIR}/config/buildroot_nano.patch
make friendlyarm_nanopi_neo_plus2_defconfig
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