Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

MTD Partitions and JFFS2 file system implementation

Status
Not open for further replies.

harsh_electro

Newbie level 5
Joined
Aug 7, 2005
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,393
Hi Friends,

I am novice to this stuff.

I need to make MTD partition followed by JFFS2 file system on
NOR flash of one of the ARM based board.

I didn't get much information about

1,How can i create MTD partition ?
2,Do i need to have MTD utilities ?
3,If yes what are the steps to integrate it ?
4,How can i implement JFFS2 on MTD partition?

I would appreciate your guidence /documentation that shows me
entire procedure to get me going on this stuff.

Regards
Harsh
 

Hi,
For Creating MTD Partition you should develop a driver file in linux. Samples you can get form

linux/drivers/mtd/maps/ directory in Linux Source treee.

you have to create the instance of the structure "static struct mtd_partition" and allocate the Partitions statically.

Hope this helps you.
 

you can migrate uclinux or linux to your board
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top