Didj Explorer Kernel

From eLinux.org
Revision as of 13:09, 17 July 2010 by Nirvous (talk | contribs) (Created page with ''''This is a work in progress''' 1. make lf1000_ts_defconfig 2. edit .config: <code> CONFIG_CMDLINE="mem=18M mlc_fb=0x01200000,0x01200000 init=/sbin/init console=ttyS0,11520…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is a work in progress

1. make lf1000_ts_defconfig

2. edit .config:

CONFIG_CMDLINE="mem=18M mlc_fb=0x01200000,0x01200000 init=/sbin/init console=ttyS0,115200 root=31:06 ro rootflags=noatime rootfstype=jffs2 ubi.mtd=Brio ubi.mtd=prg_Brio ubi.mtd=Cartridge"

CONFIG_JFFS2_FS=y

3. edit include/asm/mach-types.h

(you may need to 'make' once and ctrl-c to get the mach-types file generated the first time.)

//define MACH_TYPE_ZIR2412 1235

define MACH_TYPE_DIDJ 1235

...

//define MACH_TYPE_DIDJ 2028

4. edit drivers/mtd/nand/lf1000.c

Diff of changes to drivers/mtd/nand/lf1000.c