From owner-freebsd-arm@FreeBSD.ORG Mon Feb 2 05:42:12 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 233961EB for ; Mon, 2 Feb 2015 05:42:12 +0000 (UTC) Received: from mail-ob0-x22b.google.com (mail-ob0-x22b.google.com [IPv6:2607:f8b0:4003:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D90B8DAF for ; Mon, 2 Feb 2015 05:42:11 +0000 (UTC) Received: by mail-ob0-f171.google.com with SMTP id gq1so6238627obb.2 for ; Sun, 01 Feb 2015 21:42:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=kxQ05lYLrTv7roIMzPUk76WOFEZAn8nZpfupeWH3Pr4=; b=pydBy/Dag8CTU5z/yfQ2IPMDvyY3/E0A7sRgCXdDvguwzB8GVoC9H6nW/EW9NmkC4Z l4KOiDOMXuRfPjVMDVbivhjMoLoROjF90xluVOyRFnIKP9293dDCS230MFzP6pvdKu50 slWo9CPbTi7MREDfD7hXYBUiUIdePJG7NwBbTPqu7kBlvuIpu0vWA86WRdXYLKFTMRsS ytDkjmc+ygmUa4OBv7mriD+p9Sg3JV300dLeonLHglOpH9VHCMzGnjBsLt28/bo8lnxE TGC9pZSDxmgvvwnLmJ3HLvrOPIiYUc25GelHUVN2uDTqA1yTZ/6as1alrMdHv8EoO2jw ZqJA== MIME-Version: 1.0 X-Received: by 10.202.174.69 with SMTP id x66mr10272715oie.79.1422855731208; Sun, 01 Feb 2015 21:42:11 -0800 (PST) Received: by 10.182.13.33 with HTTP; Sun, 1 Feb 2015 21:42:11 -0800 (PST) In-Reply-To: <201502012333.t11NXPOe028696@jwlab.FEITH.COM> References: <201502012333.t11NXPOe028696@jwlab.FEITH.COM> Date: Mon, 2 Feb 2015 13:42:11 +0800 Message-ID: Subject: Re: Initial Amlogic aml8726-m6 and aml8726-m8 support files From: Ganbold Tsagaankhuu To: John Wehle Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2015 05:42:12 -0000 On Mon, Feb 2, 2015 at 7:33 AM, John Wehle wrote: > Here's the initial release of support for Amlogic ARM SoC devices. It > supplies basic functionality, however it should by no means be considered > production ready. > > Currently FreeBSD successfully boots to the login prompt on an aml8726-m6 > board (the box seems to be some type of Visson ATV-102) as well as on an > aml8726-m8b board (a Hardkernel ODROID-C1) using a SD card and a serial > console. > > Very nice. However I was able to login only once, and it seems like it maybe has, as mentioned in Readme, mmc driver related problems. Ganbold