* [Buildroot] [PATCH 0/2] Add support for Alix2d3 board from PC
@ 2013-01-16 20:24 Mukesh Sharma
2013-01-16 22:43 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Mukesh Sharma @ 2013-01-16 20:24 UTC (permalink / raw)
To: buildroot
Hello,
I am reading this thread and also I am new to buildroot. I wanted to know
how board support was finally decided to be implemented in Buildroot -
specifically with respect to Alix2d3 board. As I don't see any Alix board
related directories in the repository.
Thanks
Mukesh Sharma
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20130116/2f14972d/attachment.html>
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 0/2] Add support for Alix2d3 board from PC
2013-01-16 20:24 [Buildroot] [PATCH 0/2] Add support for Alix2d3 board from PC Mukesh Sharma
@ 2013-01-16 22:43 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2013-01-16 22:43 UTC (permalink / raw)
To: buildroot
Dear Mukesh Sharma,
On Wed, 16 Jan 2013 15:24:23 -0500, Mukesh Sharma wrote:
> I am reading this thread and also I am new to buildroot. I wanted to
> know how board support was finally decided to be implemented in
> Buildroot - specifically with respect to Alix2d3 board. As I don't
> see any Alix board related directories in the repository.
The topic of board support has quite significantly evolved since July
2010, date of the e-mails you are referring to. The patches you refer
to stored files in target/device/, which has been removed since then,
it created board-specific Config.in options, something we have
deprecated since then, and worse it added an entirely new rootfs
skeleton for the board, something we really don't want to do.
So, if you have an Alix2d3 board and you want to resurrect those
patches to make them suitable for inclusion in mainline Buildroot
(which would be really great), then, you need to:
* Generate a kernel configuration file that works for the platform,
generate a minimal defconfig for it (make savedefconfig in the
kernel), and copy it in board/pcengines/alix2d3/linux-x.y.config.
* Take the specificities of the rootfs skeleton proposed by Darius at
the system (apparently, he mentioned that the only differences were
the Grub configuration files), put them in board/pcengines/alix2d3/,
and create a short post-build script that copy those files into the
root filesystem at the right location.
* Produce a minimal (make savedefconfig) Buildroot configuration that
builds a working Busybox-only system for this board.
Do not hesitate to get back to us if you need help to do this. As soon
as you have a working Buildroot system, we can fairly easily guide you
through the steps to makes the appropriate patches for Buildroot.
Best regards,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-16 22:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-16 20:24 [Buildroot] [PATCH 0/2] Add support for Alix2d3 board from PC Mukesh Sharma
2013-01-16 22:43 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox