1
0
mirror of https://github.com/xtacocorex/CHIP_IO synced 2025-07-20 04:43:21 +00:00

fixing issue related to loading the SPI2 overlay, forcing use of the sample provided by NTC in their chip-dt-overlays deb package.

This commit is contained in:
Robert Wolterman
2017-01-28 02:34:04 +00:00
parent bf27e2feea
commit eafcf0bf69
3 changed files with 10 additions and 18 deletions

View File

@ -9,7 +9,7 @@ Manual::
For Python2.7::
sudo apt-get update
sudo apt-get install git build-essential python-dev python-pip flex bison -y
sudo apt-get install git build-essential python-dev python-pip flex bison chip-dt-overlays -y
git clone https://github.com/atenart/dtc
cd dtc
make
@ -24,7 +24,7 @@ For Python2.7::
For Python3::
sudo apt-get update
sudo apt-get install git build-essential python3-dev python3-pip flex bison -y
sudo apt-get install git build-essential python3-dev python3-pip flex bison chip-dt-overlays -y
git clone https://github.com/atenart/dtc
cd dtc
make