|
170
|
1 To build YAFFS in the Linux kernel tree you need to run the patch-ker.sh |
|
|
2 script, giving the path to your kernel sources, e.g: |
|
|
3 |
|
|
4 ./patch-ker.sh /usr/src/linux |
|
|
5 |
|
|
6 This will copy the yaffs files into fs/yaffs2 and modify the Kconfig |
|
|
7 and Makefiles in the fs directory. |
|
|
8 |
|
|
9 After you've run the script, go back to your normal kernel making procedure |
|
|
10 and configure the yaffs settings you want. |
|
|
11 |
|
|
12 Prolems? Contact the yaffs mailing list: |
|
|
13 |
|
|
14 http://www.aleph1.co.uk/mailman/listinfo/yaffs.hmtl |