Download Software for the Assembled Gertboard.
pi@raspberrypi ~/Documents $ unzip gertboard_sw_20130106.zip
Archive: gertboard_sw_20130106.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of gertboard_sw_20130106.zip or
gertboard_sw_20130106.zip.zip, and cannot find gertboard_sw_20130106.zip.ZIP, period.
Just a note:
The file minirc.ama0 in the zip seems to be in dos format.
When I copied this into /etc/minicom and used it, it resulted in the wrong settings (minicom must not like stray ^Ms).
Edit: Actually I think its a timing of when I opened the serial port, minicom does seem ok with the dos format.
So ignore this!
So either grab that file directly from the same site as the IDE:
wget http://project-downloads.drogon.net/gertboard/minirc.ama0
Or run it through dos2unix
sudo apt-get install dos2unixdos2unix minirc.ama0
sudo apt-get install dos2unix
dos2unix minirc.ama0
But yay, having fun making LEDs flash the most complicated route I can
Top Comments