Author |
Topic |
|
jlackey
213 Posts |
Posted - 09 Feb 2004 : 11:50:34
|
Linux 2.4.19-rmk7-pxa2-adsx8
This version- Supports BitsyX, AGX, and VGX boards.
- Is an alpha release for the VGX.
- Fixes a problem that caused Ethernet to hang after an overflow.
- Fixes a PXA framebuffer palette overflow check.
- Adds a driver for the Silicon Motion SM501 framebuffer (used on the VGX).
- Fixes power management bugs in Audio, Ethernet, and Serial drivers.
- Has improved sleep current consistency.
Important Warnings and Requirements Kernel source and patches
- linux-2.4.19.tar.gz (~32MB)
Download from ftp://ftp.kernel.org/pub/ and make a base directory.
mkdir -p /usr/local/src/2.4.19 (you can use a different directory) cd /usr/local/src/2.4.19/ tar xzf linux-2.4.19.tar.gz
- patch-2.4.19-rmk7.gz (~740kB)
Download from ftp://ftp.arm.linux.org.uk/pub/armlinux/kernel/v2.4/ and apply the patch. Change to the linux directory and apply the patch using patch level "-p1".
cd linux zcat patch-2.4.19-rmk7.gz | patch -p1
- diff-2.4.19-rmk7-pxa2.gz (~250kB)
Download from ftp://ftp.arm.linux.org.uk/pub/armlinux/people/nico/ and apply the patch. Remain in the linux directory and apply the patch using patch level "-p1".
cd linux zcat diff-2.4.19-rmk7-pxa2.gz | patch -p1
- diff-2.4.19-rmk7-pxa2-adsx8.gz (~300kB)
Remain in the linux directory and apply the patch using patch level "-p1".
zcat diff-2.4.19-rmk7-pxa2-adsx8.gz | patch -p1
Ramdisk Image
Download the ramdisk.gz image (and MD5 checksum file) to use with the 2.4.19-rmk7-pxa2-adsx9 kernel. Precompiled Kernel Images
You can download a precompiled Linux 2.4.19-rmk7-pxa2-adsx8 kernel image for your board configured and tested as shown.
- BitsyX zImage [MD5]
- LCD (Sharp LQ64D343, 640x480)
- Touch screen
- PS/2 Keyboard
- On-Board Flash (JFFS2)
- PCMCIA Interface (ATA Flash, NE2000 Network, 802.11b Wireless, & Serial Cards)
- CF Interface (requires CF connector board)
- On-Board Ethernet (requires Ethernet connector board)
- USB Host
- 3 Serials
- Power Management
- CPU Frequency and Voltage Scaling
- ADSmartIO
- AC97 Audio
- Real Time Clock
- Watchdog Timer
- AGX zImage [MD5]
- LCD (Sharp LQ64D343, 640x480)
- Touch screen
- PS/2 Keyboard
- On-Board Flash (JFFS2)
- PCMCIA Interface (ATA Flash, NE2000 Network, 802.11b Wireless, & Serial Cards)
- On-Board Ethernet
- USB Host
- 3 Serials
- 8250 QuadUART
- Power Management
- CPU Frequency and Voltage Scaling
- ADSmartIO
- AC97 Audio
- Real Time Clock
- Watchdog Timer
- VGX zImage [MD5]
|
Edited by - adrian on 07 Jan 2008 15:48:45 |
|
|
Topic |
|
|
|