You should type something like: root=/dev/mtdblock0 mtdparts=FlashDeviceName:0x00080000@0x00000000(fs_type) for a single device, where 0x00080000 is the size, and 0x00000000 is the base. i.e. the base for your second partition would be 0x00080000, relative to start of flash. I'm not sure how you'd define multiple partitions though. Bahadir On Mon, 07 Feb 2005 14:32:45 -0800 (PST), Alex <pevnev@xxxxxxxx> wrote: > > Hello, > > How to configure multiple partitions on NOR MTD flash via kernel boot command line on Linux 2.6? > What is the specific command line syntax to achieve the following effect: > > Creating 3 MTD partitions on "phys_mapped_flash": > 0x00000000-0x00080000 : "name 1" > 0x00080000-0x00180000 : "name 2" > 0x00180000-0x00380000 : "name 3" > > ___________________________________________________________________ > Speed up your surfing with Juno SpeedBand. > Now includes pop-up blocker! > Only $14.95/month -visit http://www.juno.com/surf to sign up today! > > -- > Kernelnewbies: Help each other learn about the Linux kernel. > Archive: http://mail.nl.linux.org/kernelnewbies/ > FAQ: http://kernelnewbies.org/faq/ > > -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/