[root@localhost linux-2.4]# mkdir /mnt/mtd
[root@localhost linux-2.4]# ls
blob  junk.jffs2  xscale_fs.jffs2  zImage
[root@localhost linux-2.4]# modprobe mtdblock
[root@localhost linux-2.4]# modprobe mtdram total_size=18432 erase_size=128  //两个参数的单位是 KB
[root@localhost linux-2.4]# dd if=xscale_fs.jffs2 of=/dev/mtdblock0
[root@localhost linux-2.4]# mount -t jffs2 /dev/mtdblock0 /mnt/mtd


<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"share":{}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</script>
阅读(471) | 评论(0) | 转发(5) |
给主人留下些什么吧!~~
评论热议

相关文章:

  • 2022-01-02
  • 2021-12-22
  • 2021-10-02
  • 2021-12-18
  • 2022-12-23
  • 2021-12-31
  • 2022-01-01
  • 2022-03-07
猜你喜欢
  • 2021-05-12
  • 2021-11-22
  • 2021-06-14
  • 2021-12-22
  • 2022-01-20
  • 2021-07-29
  • 2021-12-22
相关资源
相似解决方案