From 5e0ddb3512b0ff24240e3f18a99ec8c1b43e4ea4 Mon Sep 17 00:00:00 2001 From: Sebastien Delestaing Date: Tue, 11 Dec 2018 21:02:15 +0100 Subject: [PATCH] More Quartus 64bit instructions --- tutorials/led/readme.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tutorials/led/readme.md b/tutorials/led/readme.md index 5fa3c7c..6e63eb7 100644 --- a/tutorials/led/readme.md +++ b/tutorials/led/readme.md @@ -28,11 +28,18 @@ libexpat1, libxrender1, libsm6. For example, on Ubuntu, enter this in a terminal $ sudo apt install libc6:i386 libstdc++6:i386 libx11-6:i386 libxext6:i386 libxau6:i386 libxdmcp6:i386 libfreetype6:i386 libfontconfig1:i386 libexpat1:i386 libxrender1:i386 libsm6:i386 ``` libpng12 is also needed but not available anymore. On Ubuntu, you can get it here instead: - https://packages.ubuntu.com/xenial/i386/libpng12-0/download. + +- 32bit: https://packages.ubuntu.com/xenial/i386/libpng12-0/download +- 64bit: https://packages.ubuntu.com/xenial/amd64/libpng12-0/download + Finally, the setup.sh file for Quartus 13.1 shall be run with: ``` $ bash setup.sh ``` +Quartus itself can be run with the command (omit --64bit for the 32bit version): +``` +$ ~/altera/13.1/quartus/bin/quartus --64bit +``` Once installed Quartus will allow you to import the [led.qar](https://github.com/mist-devel/mist-board/raw/master/tutorials/led/led.qar) archive. Use the qar import by selecting "Restore Archived Project..." from the "Project" menu.