[oe] [PATCH 1/3] Add falconwing machine config

Sean Cross sean at chumby.com
Thu Aug 19 05:53:52 UTC 2010


On Aug 18, 2010, at 10:47 PM, Khem Raj wrote:

> On Wed, Aug 18, 2010 at 4:03 PM, Sean Cross <sean at chumby.com> wrote:
>> 
>> Signed-off-by: Sean Cross <sean at chumby.com>
>> ---
>>  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.



More information about the Openembedded-devel mailing list