From owner-freebsd-questions@FreeBSD.ORG Fri Jul 29 23:01:54 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92C91106564A for ; Fri, 29 Jul 2011 23:01:54 +0000 (UTC) (envelope-from mlmichael70@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2BD688FC0C for ; Fri, 29 Jul 2011 23:01:53 +0000 (UTC) Received: by wyg24 with SMTP id 24so667321wyg.13 for ; Fri, 29 Jul 2011 16:01:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=xGHpkZ0RSZxOIQgg+uhbOBBd4uCd7aCfiDuHsUehyVk=; b=WgyMd6mUVSEvoEyi12dSRMemtjJ2FRhEh3GfNeJjGBKCh58lKNkwwlCRXK9OWh8Yiz dVoJeIrxFyQxrnb4dnApQjLp8mq/mqotYGXVawQ7d1LelsCGb0RZVMHeXih3vO9Z7hTZ Xr+yI3Gy/yRjYDBnVR4LPalY2lo73YI0aapzU= Received: by 10.227.146.209 with SMTP id i17mr2509583wbv.28.1311980512188; Fri, 29 Jul 2011 16:01:52 -0700 (PDT) Received: from prime.nonspace (92.40.254.239.threembb.co.uk [92.40.254.239]) by mx.google.com with ESMTPS id n18sm2121871wbh.40.2011.07.29.16.01.50 (version=SSLv3 cipher=OTHER); Fri, 29 Jul 2011 16:01:51 -0700 (PDT) Message-ID: <4E333BDE.4010705@gmail.com> Date: Sat, 30 Jul 2011 00:01:50 +0100 From: Michael User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110701 Thunderbird/5.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Arduino UNO - upload not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jul 2011 23:01:54 -0000 Hello, Can anybody confirm that Arduino UNO is working fine with FreeBSD? I'm having problems with uploading my sketches. Arduino IDE says: Binary sketch size: 3620 bytes (of a 32256 byte maximum) avrdude: stk500_getsync(): not in sync: resp=0x00 And it doesn't upload anything. Uploading on Windows works fine. Also once the sketch is uploaded on Windows then I can receive data on FreeBSD via Serial Monitor. It's just Upload that doesn't work. It's recognized by my system as: ugen0.2: at usbus0 umodem2: on usbus0 umodem2: data interface 1, has CM over data, has break Also sysctl says: dev.umodem.2.%desc: Arduino (www.arduino.cc) Arduino Uno, class 2/0, rev 1.10/0.01, addr 3 I'm running FreeBSD 8.2-RELEASE-p2 with Arduino 0022 (with a patch to resolve the readlink problems). I'm using uarduno kernel module (tried both versions 1.00 and 1.02a) and avrdude (tried both vanilla ports and with a www.mrp3.com/uarduno.html patch). Run out of ideas and switching back to Windows kills my productivity (and fun!). If it works for you then at least please let me know that it's doable. Thank you, Michael