All of lore.kernel.org
 help / color / mirror / Atom feed
From: Danilo Bargen <mail@dbrgn.ch>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/1] add support for apu2 board by PC Engines
Date: Sat, 5 Oct 2019 02:38:47 +0200	[thread overview]
Message-ID: <20191005023847.0fdd25d7@x2000> (raw)

Hi

In the following patch is the board configuration and a default
defconfig for the apu2 board by PC Engines (https://pcengines.ch/apu2.htm).

With this defconfig, the system boots, redirects all output (kernel +
getty) to the serial output and recognizes both the ethernet controller
as well as the mSATA SSD.

This is my first custom board configuration, please let me know if I
need to do something differently. The configuration is based on this
blogpost by Tony Arkles:

http://www.better-bsp.com/blog/2017/03/02/buildrooting-for-apu2/

Cheers,
Danilo


Danilo Bargen (1):
  board/pcengines/apu2: add config

 DEVELOPERS                        |  4 +++
 board/pcengines/apu2/isolinux.cfg |  6 ++++
 board/pcengines/apu2/linux.config | 51 +++++++++++++++++++++++++++++++
 board/pcengines/apu2/readme.txt   | 40 ++++++++++++++++++++++++
 configs/pcengines_apu2_defconfig  | 16 ++++++++++
 5 files changed, 117 insertions(+)
 create mode 100644 board/pcengines/apu2/isolinux.cfg
 create mode 100644 board/pcengines/apu2/linux.config
 create mode 100644 board/pcengines/apu2/readme.txt
 create mode 100644 configs/pcengines_apu2_defconfig

-- 
2.23.0

                 reply	other threads:[~2019-10-05  0:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191005023847.0fdd25d7@x2000 \
    --to=mail@dbrgn.ch \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.