arduino due, error downloading SAM Boards

I have an Arduino Due board that I'm trying to write software for using a Windows system. After a few failed attempts to compile my software because analog i/o is not defined above A7 for most of the boards listed in the default configuration, I found out that in order to load the Due software, one must select the Tools>Boards>Board Manager and download the SAM Boards selection that includes the Due board.

I have tried this a couple of times, even clearing/deleting the Arduino download and reloading a fresh download. Every time I try to download the SAM Boards selection I get "Error downloading http://downloads.arduino.cc/packages/package_index.json".

The computer system I use has a firewall that I cannot disable, and that might be the problem. I can't use a memory stick to bring software in from home (not allowed!), so the solution must be do-able even with the firewall in place.

Does anyone have any ideas about how I can get the Due software download?

Thanks

tjm

Probably Arduino isn't allowed to use the internet. Easiest option, install the boards on your own PC and just copy the crap to Dropbox/Google Drive/Sky Drive. See this post.

"just copy the crap to Dropbox/Google Drive/Sky Drive."

For the same reason that we can't use memory sticks, the options you mention would cause even more trouble for me.

Here's the links to the downloads for the SAM Boards:
SAM Boards: http://downloads.arduino.cc/cores/sam-1.6.4.tar.bz2

arm-none-eabi-gcc
i686-mingw32: http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-windows.tar.gz
x86_64-apple-darwin: http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-mac.tar.gz
x86_64-pc-linux-gnu: http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-linux64.tar.gz
i686-pc-linux-gnu: http://downloads.arduino.cc/gcc-arm-none-eabi-4.8.3-2014q1-linux32.tar.gz

bossac 1.3a:
i686-linux-gnu: http://downloads.arduino.cc/tools/bossac-1.3a-arduino-i686-linux-gnu.tar.bz2
x86_64-pc-linux-gnu: http://downloads.arduino.cc/tools/bossac-1.3a-arduino-x86_64-pc-linux-gnu.tar.bz2
i686-mingw32: http://downloads.arduino.cc/tools/bossac-1.3a-arduino-i686-mingw32.tar.bz2
i386-apple-darwin11: http://downloads.arduino.cc/tools/bossac-1.3a-arduino-i386-apple-darwin11.tar.bz2

Then just stop using that fricking computer. If downloading anything is seen as dangerous it's a lost battle... Because those cloud services are pretty save...

Or ask the sys admin to install it. Because if you have to use that board it should have been installed in the first place.

Pert,

Thanks for the links. I was able to download the applicable files.

I hate to be a nag ... but where should they reside, and how do I link them to the Arduino application.

Thanks again.

tjm

I hate to be a nag, but if I give you a link to where to get them on your computer, isn't that where you can find where to put them?

OK, finally got things straightened out.

After downloading and unzipping, rename "sam-1.6.4.tar" folder to "sam"
and save it at

C:\Program Files (x86)\arduino-1.6.5-r5\hardware\arduino

After downloading and unzipping, move

"arm_none_eabi_gcc" and "bossac"

to

C:\Program Files (x86)\arduino-1.6.5-r5\hardware\arduino\sam

open the "platform.txt" file in C:\Program Files (x86)\arduino-1.6.5-r5\hardware\arduino\sam
and make the following edits:

compiler.path={runtime.ide.path}/hardware/tools/arm-none-eabi-gcc/bin/
#compiler.path={runtime.tools.arm-none-eabi-gcc.path}/bin/

tools.bossac.path={runtime.ide.path}/hardware/arduino/sam/
runtime.tools.bossac.path=tools.bossac.path
#tools.bossac.path={runtime.tools.bossac.path}

Open the Arduino application.,I can't recall whether I re-ran the Boards Manager (under tools)
or if the Due appeared in the list of boards.

Good luck!

tjmurphy:
I was able to download the applicable files...where should they reside

Sorry I missed your reply. Glad to hear you got it working!

tjmurphy:
C:\Program Files (x86)\arduino-1.6.5-r5\hardware\arduino

Just FYI that location will work, but they are ordinarily installed in the arduino15 folder so that way they will not need to be reinstalled every time you upgrade the Arduino IDE. If you want the folder structure for the installation there let me know.