Skip to content

Commit

Permalink
Slight change to the serial UART part of the setup script.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Aug 26, 2015
1 parent 58261a6 commit 0224391
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions scripts/get-env.sh
Expand Up @@ -100,22 +100,25 @@ sudo adduser $USER dialout
(
cd $SETUP_DIR
sudo cp -uf 52-hdmi2usb.rules /etc/udev/rules.d/

)

# build exar-uart-driver
(
cd $BUILD_DIR
rm -fr exar-uart-driver
cd $BUILD_DIR
# Build the vizzini-source package
rm -fr exar-uart-driver
git clone https://github.com/mithro/exar-uart-driver
cd exar-uart-driver
sudo apt-get install linux-headers-generic debhelper module-assistant
dpkg-buildpackage -rfakeroot
sudo dpkg --install ../vizzini-source_*_all.deb
cd exar-uart-driver
sudo apt-get install linux-headers-generic debhelper module-assistant
dpkg-buildpackage -rfakeroot
# Install the vizzini-source package
sudo dpkg --install ../vizzini-source_*_all.deb
sudo apt-get -f install
# Use module assistant to build and install a package containing modules for
# your current kernel.
sudo m-a b-i vizzini
)



sudo apt-get install -y gtkwave

echo "Completed. To load environment:"
Expand Down

0 comments on commit 0224391

Please sign in to comment.