linux2.6_yaffs2移植

linux2.6_yaffs2移植

 

首先去下载源码:

http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/

 

点左下Download GNU tarball

 

下载完后在linux里解压

然后打补丁

#./patch-ker.sh c /kernel/linux.2.6.26

 

就打进内核里了,然后要做的就是配置新内核

Make menuconfig ARCH=arm

File systems  --->

  Miscellaneous filesystems  --->

   <*> YAFFS2 file system support

     [*]     Autoselect yaffs2 format

 

基本就完事了

你可能感兴趣的:(linux2.6_yaffs2移植)