Author |
Topic |
|
jlackey
213 Posts |
Posted - 21 Nov 2003 : 16:14:07
|
Linux 2.4.19-rmk7-pxa2-adsx6
This version- Only supports AGX and BitsyX boards.
- Adds support for USB on AGX. (Devices that require isochronous transfers (e.g. webcams) are not supported. Control, bulk, and interrupt transfers are supported so other device types (e.g. mice, keyboards, storage devices) work as long as there is a linux device driver available for it.)
- Adds support for RevC BitsyX and for the new UART connector board for the BitsyX
- Supports new CPLD firmware on AGX with edge IRQs
- Enables DMA on Ethernet
- Enables variable sample rates on AC97 codec
- Sets noctty to 1 in tty_io.c to avoid a reported problem with ‘agetty’. This change prohibits job control when logged into /dev/console so the ramdisk was modified to use /dev/ttyS? instead of /dev/console.)
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-adsx6.gz (~270kB)
Remain in the linux directory and apply the patch using patch level "-p1".
zcat diff-2.4.19-rmk7-pxa2-adsx6.gz | patch -p1
Ramdisk Image
Download the ramdisk.gz image (and MD5 checksum file) to use with the 2.4.19-rmk7-pxa2-adsx6 kernel. Precompiled Kernel Images
You can download a precompiled Linux 2.4.19-rmk7-pxa2-adsx6 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 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
- 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 Cards)
- On-Board Ethernet
- USB Host
- 3 Serials
- 8250 QuadUART
- Power Management
- CPU Frequency and Voltage Scaling
- ADSmartIO
- AC97 Audio
- Real Time Clock
|
Edited by - adrian on 07 Jan 2008 15:44:38 |
|
jlackey
213 Posts |
Posted - 16 Dec 2003 : 17:09:03
|
There is an update for the BitsyX that turns off USB power during sleep. To get this update, download and apply the following patch: diff-2.4.19-rmk7-pxa2-adsx6-usb1.
The precompiled kernel image for the BitsyX does not include this update.
|
|
|
|
Topic |
|
|
|