On Wed, Jun 08, 2005 at 08:34:12PM -0000, jschick333 wrote:
> I need to build a new kernel that supports ext3. Can anybody give me
> detailed instructions on how to do this?
It be good to have Wiki to collect information like this.
Its not detailed but I've appended my notes for building
a kernel which might g
Andrew
wget ftp://ftp.embeddedarm.com/downloads/Linux/ARM/linux24_ts8_src.tar.gz
tar zxvf linux24_ts8_src.tar.gz
cd linux24_ts8
# edit Makefile to set CROSS_COMPILE variable appropriately
# edit drivers/mtd/nand/Config.in to add the 0 to this line
# hex ' Physical address of DiskOnChip'
CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS 0
make ts7200_config
make oldconfig
make xconfig
# enable/disable the kernel options you want
# I get these messages - not sure why
ERROR - Attempting to write value for unconfigured variable (CONFIG_EP93XX_DMA).
ERROR - Attempting to write value for unconfigured variable (CONFIG_CS89x0).
make dep
make zImage
make modules
make modules_install
cp arch/arm/boot/zImage /tftpboot/zImage-latest
Via kermit on the serial line to the ts7200
== Executing boot script in 5.000 seconds - enter ^C to abort
^C
RedBoot> load -r -b 0x00218000 -h 192.168.1.1 zImage-latest
Raw file loaded 0x00218000-0x002c0d53, assumed entry at 0x00218000
RedBoot> fis create zImage
An image named 'zImage' exists - continue (y/n)? y
... Erase from 0x60e60000-0x60f20000: ......
... Program from 0x00218000-0x002c0d54 at 0x60e60000: ......
... Erase from 0x60fe0000-0x61000000: .
... Program from 0x01fdf000-0x01fff000 at 0x60fe0000: .
RedBoot> exec -c "console=ttyAM0,115200 ip=192.168.1.50
nfsroot=192.168.1.1:/ts7200"
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|