On Aug 18, 2010, at 10:47 PM, Khem Raj wrote: > On Wed, Aug 18, 2010 at 4:03 PM, Sean Cross <[email protected]> wrote: >> >> Signed-off-by: Sean Cross <[email protected]> >> --- >> conf/machine/chumby-falconwing.conf | 24 ++++++++++++++++++++++++ >> 1 files changed, 24 insertions(+), 0 deletions(-) >> create mode 100644 conf/machine/chumby-falconwing.conf >> diff --git a/conf/machine/chumby-falconwing.conf >> b/conf/machine/chumby-falconwin >> g.conf >> new file mode 100644 >> index 0000000..ed48cdb >> --- /dev/null >> +++ b/conf/machine/chumby-falconwing.conf >> @@ -0,0 +1,24 @@ >> +...@type: Machine >> +...@name: chumby Falconwing machine config...@description: Machine >> configuration for chumby Falconwing-based boards, such a >> s the chumby One >> + >> +TARGET_ARCH = "arm" >> + >> +MACHINE_GUI_CLASS = "smallscreen" >> +MACHINE_DISPLAY_WIDTH_PIXELS = "320" >> +MACHINE_DISPLAY_HEIGHT_PIXELS = "240" >> + >> +PREFERRED_PROVIDER_virtual/kernel = "linux-chumby-falconwing" >> +PREFERRED_PROVIDER_virtual/bootloader = "bootstream-chumby-falconwing" >> + >> +require conf/machine/include/tune-arm926ejs.inc >> + >> +# used by sysvinit_2 >> +SERIAL_CONSOLE = "115200 ttyAM0" > > should this be ttyAMA0 ?
No, the debug serial port on this device is /dev/ttyAM0. _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
