Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jan 2015 17:36:00 -0700
From:      Ian Lepore <ian@freebsd.org>
To:        "Lundberg, Johannes" <johannes@brilliantservice.co.jp>
Cc:        "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org>, FreeBSD Current <freebsd-current@freebsd.org>, ticso@cicely.de, "freebsd-mobile@freebsd.org" <freebsd-mobile@freebsd.org>
Subject:   Re: System-On-Module
Message-ID:  <1422491760.15718.97.camel@freebsd.org>
In-Reply-To: <CAASDrVm-E-AmA81tG8Nh3Hx1KWp4sUAk7HLXDGi%2BptPUrjHSEw@mail.gmail.com>
References:  <CAASDrVmh-UrYXoBoze6_ZMNjORuAMi_pmNO=N-ZOv7tHCEU7Mg@mail.gmail.com> <20150128183231.GI58886@cicely7.cicely.de> <1422473251.15718.70.camel@freebsd.org> <20150128201440.GA73589@cicely7.cicely.de> <CAASDrVmbmWzoeT6DOG%2BQFaGkkqCoEnj2hdD9RzWBzq5GGFmT=A@mail.gmail.com> <CAASDrVnDCWEM9Tyvd5vZ3JBXu8FX7a_e52%2Bh4oq=Br_spn57DA@mail.gmail.com> <1422490013.15718.79.camel@freebsd.org> <CAASDrVm-E-AmA81tG8Nh3Hx1KWp4sUAk7HLXDGi%2BptPUrjHSEw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2015-01-29 at 09:12 +0900, Lundberg, Johannes wrote:
> Ah now I see it has EDM connection. I didn't look carefully enough. All the
> images are with the expansion board attached..
> 
> Spec-wise and portability-wise it seems like a good option but my hardware
> guy keeps warning me about Freescale that they often have hardware bugs and
> rather than fixing the bugs they pretend they are not there.. In other
> words, Freescale is good for software developers because of open
> documentation but not so for hardware manufactures. Any experiences with
> this?

The imx6 manuals include an errata list, so it would be good to check
that for anything specific that would matter to your projects.

For the devices we use in our products everything is good so far with
the hardware.  That's emmc, sdcard, ethernet, i2c, uarts, usb, and lots
of gpio (inputs and outputs).  The ethernet is gigabit but has a known
limitation of 40MB/s due to the bus it's connected to in the chip.  (But
hey, it's documented so it's not a problem, right? :)

You mentioned video, and we don't have that working on freebsd imx6 yet,
but there's not a ton of work to do.  There's a framebuffer driver for
imx5 and it has pretty much the same framebuffer hardware.  Getting
video output to a TTL LCD is probably just hours of work.  Getting it to
an LVDS LCD or HDMI probably needs days of work (entire drivers written,
potentially, I haven't looked into it).

Some audio support was recently committed, but I don't know much about
it yet.

-- Ian





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1422491760.15718.97.camel>