All of lore.kernel.org
 help / color / mirror / Atom feed
* Support for SHARP Netwalker -PCZ1
@ 2010-04-21 16:07 eric weiss
  2010-05-04 11:10 ` Andrea Adami
  0 siblings, 1 reply; 2+ messages in thread
From: eric weiss @ 2010-04-21 16:07 UTC (permalink / raw)
  To: openembedded-devel

hi

My netwalker arrived.
So i created a new MACHINE for supporting it with OE.

conf/machine/netwinder.conf
--------------------
#@TYPE: Machine
#@NAME: netwinder
#@DESCRIPTION: Machine configuration for the sharp-z1
TARGET_ARCH = "arm"

PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
XSERVER = "xserver-xorg \
          xf86-input-evdev \
          xf86-input-mouse \
          xf86-input-keyboard"

GUI_MACHINE_CLASS = "bigscreen"

require conf/machine/include/tune-cortexa8.inc
IMAGE_FSTYPES += "tar.bz2 ubi"
EXTRA_IMAGECMD_jffs2 = "-lnp "

# Guesswork
SERIAL_CONSOLE = "115200 ttyS2"
MACHINE_KERNEL_VERSION = "2.6"

PREFERRED_PROVIDER_virtual/kernel = "linux-netwalker"
MKUBIFS_ARGS = "-m 8192 -e 1032192 -c 4085"
UBINIZE_ARGS = "-m 8192 -p 1024KiB"

MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"
--------------------

i created successfully an ubi image by hand with these UBI  parameters
but did not tested is for OE.



greetings

eric




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Support for SHARP Netwalker -PCZ1
  2010-04-21 16:07 Support for SHARP Netwalker -PCZ1 eric weiss
@ 2010-05-04 11:10 ` Andrea Adami
  0 siblings, 0 replies; 2+ messages in thread
From: Andrea Adami @ 2010-05-04 11:10 UTC (permalink / raw)
  To: openembedded-devel

+1 from me if you promise you'll be the maintainer ;)

Andrea


On Wed, Apr 21, 2010 at 6:07 PM, eric weiss <eric@eric-weiss.de> wrote:
> hi
>
> My netwalker arrived.
> So i created a new MACHINE for supporting it with OE.
>
> conf/machine/netwinder.conf
> --------------------
> #@TYPE: Machine
> #@NAME: netwinder
> #@DESCRIPTION: Machine configuration for the sharp-z1
> TARGET_ARCH = "arm"
>
> PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
> XSERVER = "xserver-xorg \
>         xf86-input-evdev \
>         xf86-input-mouse \
>         xf86-input-keyboard"
>
> GUI_MACHINE_CLASS = "bigscreen"
>
> require conf/machine/include/tune-cortexa8.inc
> IMAGE_FSTYPES += "tar.bz2 ubi"
> EXTRA_IMAGECMD_jffs2 = "-lnp "
>
> # Guesswork
> SERIAL_CONSOLE = "115200 ttyS2"
> MACHINE_KERNEL_VERSION = "2.6"
>
> PREFERRED_PROVIDER_virtual/kernel = "linux-netwalker"
> MKUBIFS_ARGS = "-m 8192 -e 1032192 -c 4085"
> UBINIZE_ARGS = "-m 8192 -p 1024KiB"
>
> MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"
> --------------------
>
> i created successfully an ubi image by hand with these UBI  parameters
> but did not tested is for OE.
>
>
>
> greetings
>
> eric
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-04 11:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-21 16:07 Support for SHARP Netwalker -PCZ1 eric weiss
2010-05-04 11:10 ` Andrea Adami

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.