All Forums
 Embedded Linux
 Linux Downloads and Documents
 Linux 2.6.6-adsx1 for BitsyX
 Forum Locked
 Send Topic to a Friend
 Printer Friendly
Author Topic  

jlackey

213 Posts

Posted - 10 May 2004 :  16:41:59  Show Profile  Email Poster
Linux 2.6.6-adsx1


As always, we welcome your feedback and your contributions to linux.
This version
  • Is a work in progress. It should not be used for production systems.

  • Only supports BitsyX boards.

  • Adds support for PS/2 keyboards.

  • Does not support ext3 file systems.

  • May not support USB reliably.

  • Has two versions of busybox in the ramdisk root file system. Version 1.00-pre5 provides support for 2.6.x modules (insmod, lsmod, rmmod, modprobe), support for bz2 (bunzip2, bzcat) and zip (unzip) files, and the md5sum utility. All other busybox funtionality is provided with v0.60.3 including linuxrc. (The old busybox does not support 2.6.x modules. The new busybox seems to be incompatible with our /etc/inittab file. Until this is resolved, we will use both versions.)

The Linux 2.6.x kernel series
  • Is new so expect updates to be needed and to occur frequently.

  • Has a number of changes introduced since the 2.4.x series including a new sysfs file system found on /sys in our ramdisk root file system. CPU frequency changes are now done through this file system instead of through the /proc file system.

  • Power is also managed through the sysfs file system but, for now, we will continue to provide a power management interface in /proc/sys/pm. The PM interface has changed a little bit. The suspend_timeout parameter has been eliminated. Instead, writing a number (1 to 999999) to suspend will cause the system to sleep for that many seconds. Writing nothing (echo > /proc/sys/pm/suspend) or 0 will cause the system to sleep indefinitely until the wake-up pin (RQONOFF) wakes the system.

Important Warnings and Requirements
  • Do not use a connector board older than Rev A on the BitsyX.

  • To build the kernel on an x86 linux PC, you must use a cross compiler that supports the Xscale CPU. Do not use the toolchain we provide for 2.4.19 and 2.6.0. That version (gcc 2.95.3) does not support the XScale optimizations specified in the kernel Makefile for ARM systems. Instead, use the one that we used (gcc 3.3.2) to build the precompiled kernel provided below.

    Download arm-linux-gcc-3.3.2.tar.bz2 [MD5] originally from the handhelds.org website, 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
  • Use this toolchain to build the kernel and modules.
    For user programs, you should use the LART compiler referenced in topic 2503.

Kernel source and patches


Ramdisk Image
    Download the ramdisk.gz image (and MD5 checksum file) to use with the 2.6.6-adsx1 kernel.

Precompiled Kernel Image
    This zImage [MD5] is a precompiled Linux 2.6.6-adsx1 kernel image for the BitsyX configured and tested as shown.

    • LCD (Sharp LQ64D343, 640x480)

    • Touch screen

    • PS/2 Keyboard

    • On-Board Flash

    • PCMCIA Interface

    • CF Interface (requires CF connector board)

    • On-Board Ethernet (requires Ethernet connector board)

    • USB Host

    • USB Device

    • 3 Serials

    • Power Management

    • CPU Frequency and Voltage Scaling

    • ADSmartIO

    • AC97 Audio

    • Real Time Clock

    The 2.6 kernels are bigger than ones we have had in the past. If you do not have version 4.12 or later of the PXA Linux Bootloader, you must either upgrade your bootloader or use this cmdline.txt file to set up the necessary partitioning for the larger kernel.

    You may see some flicker on your display during initialization unless you use a register.txt file. This resgister.txt file is suitable for the Sharp LQ64D343.

Edited by - adrian on 07 Jan 2008 15:14:00
  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.03 seconds. Snitz Forums 2000