Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Dec 2016 20:48:29 +0100
From:      Bernt Hansson <bah@bananmonarki.se>
To:        Patrick Mahan <mahan@mahan.org>, Kyle Evans <kevans91@ksu.edu>
Cc:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: Looking for some direction
Message-ID:  <063f11ba-3f83-c713-5a79-01d4e632e35e@bananmonarki.se>
In-Reply-To: <fde44802-c273-d8c4-9b15-e4860943daa4@mahan.org>
References:  <e1509360-bd68-9ea7-3a97-57f8140c1683@mahan.org> <CACNAnaHjbnePKDCDVTX%2B=_FFN991Da84-WaEbd88Q7B8vHfCQQ@mail.gmail.com> <fde44802-c273-d8c4-9b15-e4860943daa4@mahan.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <mahan@mahan.org> 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.<init>(Serial.java:114)
     at processing.app.Serial.<init>(Serial.java:66)
     at processing.app.SerialMonitor$3.<init>(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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?063f11ba-3f83-c713-5a79-01d4e632e35e>