OpenWRT系统编译完成之后在bin/ramips目录下存放系统镜像,如下图所示,其中openwrt-ramips-mt7688-root.squashfs文件是根文件系统(SquashFS是一套基于Linux内核使用的压缩只读文件系统。该文件系统能够压缩系统内的文档,inode以及目录,文件最大支持2^64字节),openwrt-ramips-mt7688-uImage.bin文件是系统内核的压缩镜像并且加上了64字节的头部,openwrt-ramips-mt7688-vmlinux.bin文件就是原始内核文件,openwrt-ramips-mt7688-vmlinux.elf文件不知道是干什么的,但是ELF文件表示的是可执行文件,openwrt-ramips-mt7688-Widora32M-squashfs-sysupgrade.bin文件是系统内核文件和根文件系统的合成,也就是这个文件包含了openwrt-ramips-mt7688-uImage.bin文件和openwrt-ramips-mt7688-root.squashfs文件,直接将这个文件烧写到板子的flash存储器上即可。

OpenWRT系统编译

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-26
  • 2021-12-08
  • 2021-10-05
  • 2021-12-24
  • 2022-12-23
猜你喜欢
  • 2021-08-24
  • 2022-12-23
  • 2021-08-14
  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案