From owner-freebsd-questions@freebsd.org Mon Dec 5 19:48:43 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC149C68C55 for ; Mon, 5 Dec 2016 19:48:43 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CEA0B3D for ; Mon, 5 Dec 2016 19:48:41 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from testbox.news4all.se (testbox.usenet4all.se [10.0.0.3]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id uB5JmT9Y096758; Mon, 5 Dec 2016 20:48:29 +0100 (CET) (envelope-from bah@bananmonarki.se) Subject: Re: Looking for some direction To: Patrick Mahan , Kyle Evans References: Cc: FreeBSD Mailing List From: Bernt Hansson Message-ID: <063f11ba-3f83-c713-5a79-01d4e632e35e@bananmonarki.se> Date: Mon, 5 Dec 2016 20:48:29 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2016 19:48:43 -0000 On 2016-12-05 17:49, Patrick Mahan wrote: > On 12/5/16 7:51 AM, Kyle Evans wrote: >> Hi, >> >> On Sat, Dec 3, 2016 at 4:35 PM, Patrick Mahan wrote: >>> All, >>> >>> I am buying an arduino board to do some hobbyist stuff in robotics and other >>> real-time control (sound, audio, etc). I see that there are multiple arduino >>> ports in the ports tree, but I don't see a mailing list for arduino directly and >>> what I have seen via google-fu seems to be a few years out of date. >>> >>> Is there a group of tinkers inside the FreeBSD community who are currently >>> playing with the latest arduino platforms? >>> >>> Thanks, >>> >>> Patrick >> I'll take a look at adding support to devel/arduino16 for some of the >> Intel boards sometime this week and get back to you. It looks like >> they use arc-elf32-gcc which we definitely don't have yet, so we'll >> see how rough porting this and other stuff (arduino101load?) goes. >> > That would be great. That's part of what I was trying to determine was if I > needed to do my own porting or if it was already done. > > Let me know if I can do anything, I ordered the arduino this morning since I do > have a Macbook I can use initially, but would rather be using my FBSD development > box (Multiple displays, much larger than my 15" on the Mac). > > Thanks, > > Patrick Keep in mind that in devel/arduino16 the serial monitor is not working. Gives lot's of java errors. Send to the board works but not read data from it. Arduino:1.6.12 (FreeBSD), Kort:"Arduino/Genuino Uno" Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: jssc.SerialNativeInterface.openPort(Ljava/lang/String;Z)J at jssc.SerialNativeInterface.openPort(Native Method) at jssc.SerialPort.openPort(Unknown Source) at processing.app.Serial.(Serial.java:114) at processing.app.Serial.(Serial.java:66) at processing.app.SerialMonitor$3.(SerialMonitor.java:93) at processing.app.SerialMonitor.open(SerialMonitor.java:93) at processing.app.Editor.handleSerial(Editor.java:2392) at processing.app.EditorToolbar.mousePressed(EditorToolbar.java:384) at java.awt.Component.processMouseEvent(Component.java:6530) at javax.swing.JComponent.processMouseEvent(JComponent.java:3324) at java.awt.Component.processEvent(Component.java:6298) at java.awt.Container.processEvent(Container.java:2236) at java.awt.Component.dispatchEventImpl(Component.java:4889) at java.awt.Container.dispatchEventImpl(Container.java:2294) at java.awt.Component.dispatchEvent(Component.java:4711) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4888) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4522) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4466) at java.awt.Container.dispatchEventImpl(Container.java:2280) at java.awt.Window.dispatchEventImpl(Window.java:2746) at java.awt.Component.dispatchEvent(Component.java:4711) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:90) at java.awt.EventQueue$4.run(EventQueue.java:731) at java.awt.EventQueue$4.run(EventQueue.java:729) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) at java.awt.EventQueue.dispatchEvent(EventQueue.java:728) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)