4bf38ac58c
The apu2 by PC Engines is a 64 bit single board computer with coreboot BIOS. It only has serial output, but no graphics chip. With its 2–4 ethernet ports, it is often used to build a firewall or router. The provided defconfig configures busybox and isolinux. It will output a hybrid ISO image that can be written to a USB stick or burned to a CD. Configuration based on a blogpost by Tony Arkles: http://www.better-bsp.com/blog/2017/03/02/buildrooting-for-apu2/ Signed-off-by: Danilo Bargen <mail@dbrgn.ch> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
7 lines
142 B
INI
7 lines
142 B
INI
serial 0 115200
|
|
default 1
|
|
label 1
|
|
kernel __KERNEL_PATH__
|
|
initrd __INITRD_PATH__
|
|
append root=/dev/sr0 console=ttyS0,115200n8
|