[Buildroot] [PATCH 5/6] qemu_sh4_r2d: update to kernel 3.1 and update readme

Peter Korsgaard jacmet at uclibc.org
Tue Oct 25 06:24:55 UTC 2011


>>>>> "Gustavo" == Gustavo Zacarias <gustavo at zacarias.com.ar> writes:

 Gustavo> +++ b/configs/qemu_sh4_r2d_defconfig
 Gustavo> @@ -2,6 +2,10 @@
 Gustavo>  BR2_sh=y
 Gustavo>  BR2_sh4=y
 
 Gustavo> +# system
 Gustavo> +BR2_TARGET_GENERIC_GETTY=y
 Gustavo> +BR2_TARGET_GENERIC_GETTY_PORT="tty1"

No serial port emulated? From the defconfig I see:

CONFIG_SERIAL_8250=y
CONFIG_SERIAL_SH_SCI=y
CONFIG_SERIAL_SH_SCI_NR_UARTS=1

I prefer to run the getty on the serial port for the qemu defconfigs,
because it's closer to what is typically done on hw (and makes it easier
to reuse rootfs on real hw).

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list