All Forums
 Embedded Linux
 Linux Downloads and Documents
 Linux 2.6.11.11-ep93xx-pxa-ads3
 Forum Locked
 Send Topic to a Friend
 Printer Friendly
Author Topic  

jlackey

213 Posts

Posted - 28 Apr 2006 :  10:47:52  Show Profile  Email Poster
Linux 2.6.11.11-ep93xx-pxa-ads3


As always, we welcome your feedback and your contributions to linux.
This version
  • Supports BitsyXb and Sphere boards.

  • Adds support for passive panels on the ep93xx framebuffer.

  • Allows ep93xx framebuffer memory to be allocated based on the panel size.

  • Supports kernel command line options for reversed backlite and intensity controls.
This version does not
  • Support operation as a USB client device.

  • Properly support USB web cameras.

  • Support MMC cards on the BitsyXb (but SD flash cards work).

  • Support audio input on the Sphere.

  • Reliably support serial GPS devices on the Sphere.

  • Safely support CF card removal on the Sphere without running 'cardctl eject' first.

Compared to Linux 2.4.x kernels, the Linux 2.6.x series
  • Uses a slightly different naming convention for selecting a machine's default configuration. For example, to configure the kernel with the BitsyXb default configuration, you must use 'make adsbitsyxb_defconfig' instead of 'make adsbitsyxb_config'.

  • Introduces a new file system, sysfs, mounted on the /sys directory in the root file system. CPU frequency changes and power managment are now done through this file system instead of through the /proc file system. See the gosleep and setspeed scripts in the root file system for details.

Important Warnings and Requirements
  • This kernel includes support for the PXA270 based BitsyXb board. It does not include support for the PXA255 based BitsyX.

  • Do not use a personality board older than Rev A on the BitsyXb.

  • To build the kernel, use a recent toolchain known to support Xscale and EP93xx CPUs and 2.6 kernels. For cross compiling on an x86 linux system, you can use arm-linux-gcc-3.3.2.tar.bz2 [MD5] (originally from handhelds.org). This is the toolchain we used to build the precompiled kernels provided below.

    Download the toolchain fron the link above, untar it in your root directory, and add it to your path.
    cd /
    bzcat arm-linux-gcc-3.3.2.tar.bz2 | tar -x
    PATH=/usr/local/arm/3.3.2/bin:$PATH
  • The /usr/local/arm/3.3.2/ path is hardcoded in this toolchain. Do not attempt to install it anywhere else. This is the only path that will work.

Kernel source and patches
  • linux-2.6.11.11.tar.bz2 (~35MB)
    Download the kernel source from the link above or from kernel.org and make a base directory.
    bzcat < linux-2.6.11.11.tar.bz2 | tar -xf -

  • Change to the linux-2.6.11.11 directory and remain there to apply the following patches.
    cd linux-2.6.11.11/

    Apply the patches in the order listed. For each patch, download it from the link provided and apply it using patch level '-p1'.

  • linux-2.6.11.11-fastfpe.diff.bz2 (~16kB)
    bzcat linux-2.6.11.11-fastfpe.diff.bz2 | patch -p1

  • linux-2.6.11.11-hostap.diff.bz2 (~120kB)
    bzcat linux-2.6.11.11-hostap.diff.bz2 | patch -p1

  • linux-2.6.11.11-ep93xx.diff.bz2 (~180kB)
    bzcat linux-2.6.11.11-ep93xx.diff.bz2 | patch -p1

  • linux-2.6.11.11-ep93xx-pxa.diff.bz2 (~136kB)
    bzcat linux-2.6.11.11-ep93xx-pxa.diff.bz2 | patch -p1

  • linux-2.6.11.11-ep93xx-pxa-ads3.diff.bz2 (~80kB)
    bzcat linux-2.6.11.11-ep93xx-pxa-ads3.diff.bz2 | patch -p1

  • To build the kernel, execute the line below for your system
    make adsbitsyxb_defconfig
    make adssphere_defconfig
    and then
    make zImage
    The kernel zImage will be in the arch/arm/boot/ directory.

Root File System
    There are several root file systems that are suitable for use with this kernel.
    Visit the Root File Systems topic to learn more.
    For best results, be sure to use one of the 2004-10-07 (or newer) Debian releases.

Precompiled Kernel Image
    You can download a precompiled Linux 2.6.11.11-ep93xx-pxa-ads3 kernel image for your board configured and tested as shown.

  • BitsyXb zImage [MD5]

    • LCD (Sharp LQ64D343, 640x480)

    • Touch screen

    • PS/2 Keyboard

    • On-Board Flash

    • PCMCIA Interface

    • CF Interface (requires CF personality board)

    • On-Board Ethernet (requires Ethernet personality board)

    • USB

    • 3 PXA Serial Ports

    • 4 8250 QuadUART Serial Ports (requires Ethernet personality board with QuadUART)

    • ADSmartIO

    • AC97 Audio

    • Real Time Clock

    • Watchdog Timer

    • Power Management

    • CPU Frequency and Voltage Scaling


  • Sphere zImage [MD5]

    • LCD (Sharp LQ64D343, 640x480)

    • Touch screen

    • On-Board Flash

    • On-Board Ethernet

    • CF Interface

    • USB

    • 3 Serial Ports

    • AC97 Audio Output

    • Real Time Clock

    • Watchdog Timer

  Topic  
 Forum Locked
 Send Topic to a Friend
 Printer Friendly
Jump To:
Eurotech Support Forums © Eurotech Inc. Go To Top Of Page
This page was generated in 0.02 seconds. Snitz Forums 2000