From owner-freebsd-embedded@FreeBSD.ORG Sun Nov 6 08:23:13 2011 Return-Path: Delivered-To: embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B1691065672 for ; Sun, 6 Nov 2011 08:23:13 +0000 (UTC) (envelope-from ganbold@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2329D8FC1E for ; Sun, 6 Nov 2011 08:23:12 +0000 (UTC) Received: by iabz21 with SMTP id z21so6915103iab.13 for ; Sun, 06 Nov 2011 01:23:12 -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:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=dDcNtOkkiNsmBq6kXBgDJyAsjqTEHUEU9UfqkJgiw7Y=; b=IX3YrlApsLmlRkh7pS82o3Fqoc7OzbFpbxi2Z4MKMYJRTSfBngZRNQNQHkBShCGJ90 Hc2vxME+V5yRR8GCzOKVHD7BbLnFUUZSsMtEnyb2sKd9bXnI/scU7EMprZqrlkS1zSm0 CBmVjaL99VLwz9HMGyL6p7gCAEkwlMVd8m2OQ= Received: by 10.43.53.1 with SMTP id vo1mr34088563icb.2.1320567792388; Sun, 06 Nov 2011 01:23:12 -0700 (PDT) Received: from beastie.micom.mng.net ([202.179.15.131]) by mx.google.com with ESMTPS id g1sm25737366pbv.2.2011.11.06.01.23.09 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 Nov 2011 01:23:10 -0700 (PDT) Message-ID: <4EB643E2.4040702@gmail.com> Date: Sun, 06 Nov 2011 16:22:58 +0800 From: Ganbold User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.12) Gecko/20101030 Thunderbird/3.1.6 MIME-Version: 1.0 To: Warren Block References: <4E9AEC39.7020801@gmail.com> <4EA04684.3070003@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: embedded@freebsd.org Subject: Re: Arduino-1.0-rc1 testing X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2011 08:23:13 -0000 On 10/21/11 12:52, Warren Block wrote: > On Fri, 21 Oct 2011, Ganbold wrote: > >> On 10/17/11 04:38, Warren Block wrote: >>> >>> Sorry, it's at http://files.arduino.cc/downloads/arduino-1.0-rc1.tgz >>> >>> Whether release files will be there, or will be moved to googlecode, >>> I don't know. For now, fetch manually. And thanks! >>> >> >> It doesn't go further after asking sketches folder. >> Do I need to plug arduino before running it or it requires jdk other >> than diablo one? > > Just set up a 9.0-RC1 test system. The Arduino IDE starts with either > jdk16 or diablo-jdk16. > >> beastie# work/arduino-1.0-rc1/arduino > > Did you have the earlier arduino port installed already? There are > some dependencies that would be missing otherwise, like comms/rxtx. Yes, that was the thing I was missing. thanks, Ganbold