Author |
Topic |
|
jlackey
213 Posts |
Posted - 11 Nov 2002 : 14:08:23
|
Linux 2.4.19-rmk2-ads2 Warning: Do not use this software on a Bitsy+ with a Rev A connector board. This sofware is safe to use on a Bitsy+ with a Rev 2 connector board.
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-rmk2.gz (~670kB)
Download from ftp://ftp.arm.linux.org.uk/pub/armlinux/source/kernel-patches/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-rmk2.gz | patch -p1
- diff-2.4.19-rmk2-ads2.gz (~177kB)
Download from the link above. Remain in the linux directory and apply the patch using patch level "-p1".
zcat diff-2.4.19-rmk2-ads2 | patch -p1
- diff-2.4.19-rmk2-ads2-usb2.gz (~100kB)
Download from the link above and apply the patch for improved USB host support (not needed for Graphics Client Plus). The patch backports SA1111 DMA and USB driver code from linux-2.5.x. Remain in the linux directory and apply the patch using patch level "-p1".
zcat diff-2.4.19-rmk2-ads1-usb1 | patch -p1 You may also need to apply the diff-2.4.19-rmk2-ads2-com patch (see below).
Ramdisk Image
You can download the latest ramdisk.gz image (and MD5 checksum file) for the 2.4.19-rmk2-ads2 kernel.
Precompiled Kernel Images
You can download a precompiled Linux 2.4.19-rmk2-ads2 kernel image for your board. These images do not include the -usb1 patch provided above or the -com patch (see below). Each image is cofigured and tested as shown.
- Graphics Client Plus zImage [MD5]
- LCD (Sharp LQ64D343, 640x480, 8bpp)
- Touch screen
- PS/2 Keyboard
- JFFS2/MTD
- PCMCIA Interface (ATA Flash, NE2000 Network, & 802.11b Wireless Cards)
- OnBoard Ethernet
- 3 Serials
- Power Management
- ADSmartIO and UCB1200 I/O
- UCB1200 Audio
- Real Time Clock (Rev D board required)
- Graphics Master zImage [MD5]
- LCD (Sharp LQ64D343, 640x480, 8bpp)
- Touch screen
- PS/2 Keyboard
- JFFS2/MTD
- PCMCIA and CF Interfaces (ATA Flash, NE2000 Network, & 802.11b Wireless Cards)
- OnBoard Ethernet
- USB Host
- 3 Serials
- 8250 QuadUART
- Power Management
- ADSmartIO and UCB1200 I/O
- UCB1200 Audio
- ADS Bitsy zImage [MD5]
- LCD (Sharp LQ64D343, 640x480, 8bpp)
- Touch screen
- PS/2 Keyboard
- JFFS2/MTD
- PCMCIA Interface (ATA Flash, NE2000 Network, & 802.11b Wireless Cards)
- CF Interface (requires CF connector board)
- OnBoard Ethernet (requires Ethernet connector board)
- USB Host
- 3 Serials
- Power Management
- ADSmartIO and UCB1200 I/O
- UDA1341 and UCB1200 Audio
- ADS Bitsy Plus zImage [MD5]
- LCD (Sharp LQ64D343, 640x480, 8bpp)
- Touch screen
- PS/2 Keyboard
- JFFS2/MTD
- PCMCIA Interface (ATA Flash, NE2000 Network, & 802.11b Wireless Cards)
- CF Interface (requires CF connector board)
- OnBoard Ethernet (requires Ethernet connector board)
- USB Host
- 3 Serials
- Power Management
- ADSmartIO
- AC97 Audio
- Real Time Clock
- Advanced Graphics Client zImage [MD5]
- LCD (Sharp LQ64D343 display, Epson 13806 frame buffer, 640x480, 16bpp)
- Touch screen
- PS/2 Keyboard
- JFFS2/MTD
- PCMCIA and CF Interfaces (ATA Flash, NE2000 Network, & 802.11b Wireless Cards)
- OnBoard Ethernet
- USB Host
- 3 Serials
- Power Management
- ADSmartIO
- AC97 Audio
- Real Time Clock
jlackey 19-Dec-2002: Added remarks concerning the diff-2.4.19-rmk2-ads2-com patch.
|
|
jlackey
213 Posts |
Posted - 19 Dec 2002 : 09:24:05
|
There is an update for ADS Bitsy and ADS Bitsy Plus. On these boards, the COM1 and COM3 modem control signals are reversed and CD and RI are transposed. To correct these problems, download and apply the following patch: diff-2.4.19-rmk2-ads2-com.
The precompiled images for ADS Bitsy and ADS Bitsy Plus do not have this patch applied. The next ads patch will include these corrections. |
|
|
|
Topic |
|
|
|