dnw: 在菜单里输入y, 然后使用dnw.exe发送yaffs2文件

dnw: 在菜单里输入j, 然后使用dnw.exe发送jffs2文件, 再参考使用手册P44设置bootargs

tftp:
tftp 30000000 fs_qtopia.yaffs2
nand erase root
nand write.yaffs 30000000 0x00260000 $(filesize)
or:

tftp 30000000 fs_qtopia.jffs2
nand erase root
nand write.jffs2 30000000 0x00260000 $(filesize)


烧写完后,输入reset

相关文章:

  • 2021-09-16
  • 2021-06-28
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2021-12-02
  • 2021-10-09
  • 2021-11-30
猜你喜欢
  • 2021-05-07
  • 2021-11-30
  • 2021-06-04
  • 2021-07-28
  • 2021-11-05
  • 2021-10-02
  • 2022-12-23
相关资源
相似解决方案