Skip to content

Commit

Permalink
Add module needed for EdisonVoltage to work on jubilinux 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scottleibrand committed Jul 21, 2017
1 parent bf37ac0 commit 849044e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/oref0-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,8 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
cd $HOME/src/EdisonVoltage
make voltage
fi
# Add module needed for EdisonVoltage to work on jubilinux 0.2.0
grep iio_basincove_gpadc /etc/modules-load.d/modules.conf || echo iio_basincove_gpadc >> /etc/modules-load.d/modules.conf
cd $directory || die "Can't cd $directory"
for type in edisonbattery; do
echo importing $type file
Expand Down

0 comments on commit 849044e

Please sign in to comment.