From owner-freebsd-arm@freebsd.org Tue Sep 1 04:53:50 2015 Return-Path: Delivered-To: freebsd-arm@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 53F8F9C07A4 for ; Tue, 1 Sep 2015 04:53:50 +0000 (UTC) (envelope-from me@rvijay.me) Received: from mail11.rvijay.me (mail11.rvijay.me [107.6.164.87]) by mx1.freebsd.org (Postfix) with ESMTP id 17387F93 for ; Tue, 1 Sep 2015 04:53:49 +0000 (UTC) (envelope-from me@rvijay.me) Received: from mail10.rvijay.me (mail10.rvijay.me [89.233.108.53]) by mail11.rvijay.me (Postfix) with ESMTP id AF77E1E611EC for ; Tue, 1 Sep 2015 10:23:42 +0530 (IST) Received: from localhost (localhost [127.0.0.1]) by mail10.rvijay.me (Postfix) with ESMTP id 5116D2480E for ; Tue, 1 Sep 2015 04:53:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=rvijay.me; h= content-transfer-encoding:content-type:content-type:mime-version :user-agent:date:date:message-id:subject:subject:from:from:to; s=20130919; t=1441083218; x=1441947219; bh=Cwf+S5AutGu7q+RiwtB0 Bi1bBowp5wIgokLXHklRVxs=; b=DcSKAz0xYQZm69fITPa2a1Y8rJr+anTkjM7m 6PDFPrJ3L/s2Ma43BEHK1pBRh3XP80/eInlmlOtbt0hmkyEzTRxKhJXpVs6+Y1gg HncRnmh7dmipcEHeUKUMwk+j2dsC5si5vd/v62cdr3RaCRxo3fb6LwTLTjPw8gwK Y955GjA= Received: from mail10.rvijay.me ([127.0.0.1]) by localhost (mail10.rvijay.me [127.0.0.1]) (amavisd-new, port 10026) with LMTP id 9MBLyuvd0Gym for ; Tue, 1 Sep 2015 04:53:38 +0000 (UTC) Received: from Vijays-MacBook-Pro.local (unknown [183.83.50.8]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail10.rvijay.me (Postfix) with ESMTPSA id 79155247FA for ; Tue, 1 Sep 2015 04:53:38 +0000 (UTC) To: freebsd-arm@freebsd.org From: Vijay Rajah Subject: Support for Odroid-Xu4 Message-ID: <55E52F50.20909@rvijay.me> Date: Tue, 1 Sep 2015 10:23:36 +0530 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Sep 2015 04:53:50 -0000 Hello List, I have a Odroid Xu4. I intend to use this as my router (with a USB to Ethernet adapter & WiFi - usb adapter).. I have ubuntu running on this (for testing) I would really like to have FreeBSD on this platform. Is this platform supported? any tips/tricks so that I can try a few things. -Thanks Vijay