[Buildroot] [PATCH 0/1] add support for apu2 board by PC Engines

Danilo Bargen mail at dbrgn.ch
Sat Oct 5 00:38:47 UTC 2019


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




More information about the buildroot mailing list