From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.149.168 with SMTP id ub8mr906864obb.8.1436214884487; Mon, 06 Jul 2015 13:34:44 -0700 (PDT) X-Received: by 10.140.35.170 with SMTP id n39mr13780qgn.0.1436214884455; Mon, 06 Jul 2015 13:34:44 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!wf20no959017igc.0!news-out.google.com!4ni68790qgh.1!nntp.google.com!w90no1110669qge.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 6 Jul 2015 13:34:44 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=213.108.152.51; posting-account=bMuEOQoAAACUUr_ghL3RBIi5neBZ5w_S NNTP-Posting-Host: 213.108.152.51 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <587f5ad7-4507-45d0-8e33-ae39d11b2027@googlegroups.com> Subject: Re: Arduino Due vs Mac From: Maciej Sobczak Injection-Date: Mon, 06 Jul 2015 20:34:44 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:26662 Date: 2015-07-06T13:34:44-07:00 List-Id: > I'm trying to get my ARTS running on a Due, but have come across a huge > stumbling block in that I can't use the Bossa tool (or its command-line > equivalents) to upload the built binary to the target board from the > Mac. Get the Arduino IDE and use the bossac tool that is part of it. You should be able to upload any binary to the Arduino Due like this: $ bossac -e -w -v -U true -p tty.usbmodemfd131 -b program.bin Note: the USB device is a bit unpredictable, it might be tty.usbmodemfd141 = or something - I had to check the availability of this special file name un= der /dev before every upload and use the actual name that was there. > The Arduino application for the Mac works fine, but I really don't want > to write tiny programs in C in a tiny window! You can make that window bigger, too. ;-) > Do others have Due vs Mac problems, or is it that I managed to buy a > duff board? I have used Due with a Mac myself. For a complete picture, I have compiled = programs on RaspberryPi, but uploaded to Due from a Mac. No problems apart = from unpredictable USB device name, as described above. It *might* be a bro= ken board as well, but if it works fine with the Arduino IDE, then try with= the bossac tool from the IDE. --=20 Maciej Sobczak * http://www.inspirel.com