Re: [yocto] Looking for Yocto-supported Reference Design

Richard Purdie <[email protected]> Tue, 12 May 2026 13:13:04 +0100
Newsgroups org.yoctoproject.lists.yocto
Message-ID <c087189f913cfd64e1d835c4f96815a42c51eab2.camel@linuxfoundation.org>
Hi David,

On Mon, 2026-05-11 at 13:53 -0700, dave via lists.yoctoproject.org wrote:
> 	My name is David Richards and I am blind. I am new to Yocto. I would
> like to build a portable talking e-book reader. The goal is to support
> DAISY, Audible, Kindle, and epub books. In addition, I would like to be able
> to stream MP3 content. To that end, I am looking for a reference design to
> base the project on. It does not require/use a display or touchpad. The user
> interface will utilize buttons and speech output. The design should have
> existing Yocto support, if possible.
> 	Does anyone have any pointers for a reference design I could start
> with?

There are many boards with OE/Yocto Project support. You can get an
idea of them all from the layer index's list of machines which is
showing 22 pages of them! 

https://layers.openembedded.org/layerindex/branch/master/machines/?q=&browse=1

Some have better support than others, we've had the Beagle devices like
the BeaglePlay and earlier devices like the BeagleBone and BeagleBoard
supported as one of our test platforms for a long time. That has basic
support in meta-yocto with beaglebone-yocto and a full BSP from TI as
well. There are others like the various RaspberryPis and may more,
including more experimental ones with RISC-V processors.

It sounds like the audio output might be important to you and however
you plan to interface the buttons to the system so that may be
something to factor in. You might need USB? That might narrow down your
choice. I'd probably try and find a board which holds interest to you
as well.

Cheers,

Richard