zoukankan      html  css  js  c++  java
  • openwrt

    一: 源码下载

          https://dev.openwrt.org/wiki/GetSource

    二:trunk/README

      (1) make menuconfig;

        configure your appreciated configuration for the toolchain and firmware.

      (2) ./scripts/feeds update -a;

        get all teh latest package definations defined in feeds.conf / feeds.conf.default respectively

      (3) ./scripts/feeds install -a;

        install symlinks of all of them into package/feeds.

      (4) make menuconfig;

        configure your image.

      (5) make;

        Simply running "make" will build your firmware.

        It will download all sources, build the cross-compile toolchain, the kernel and all choosen applications.

      (6) scripts/flashing/flash.sh;

        remotely updating your embedded system via tftp;

      (7) make -C docs/;

        The OpenWrt system is documented in docs/. You will need a LaTeX distribution and the

        tex4ht package to build the documentation. "make -C docs/" to build it.

               

               You need to install PDFLaTeX to build the OpenWrt documentation.

        .........................  tex4ht..........................................................

        .........................  LaTeX ..........................................................

               

  • 相关阅读:
    第六周上机任务
    java第四次作业
    第二次上机练习
    第三周作业
    第一次上机作业
    计算机1802刘思源
    第五次上机作业
    第六周作业
    第四次上机作业
    第三次上机作业
  • 原文地址:https://www.cnblogs.com/gavinwu/p/3685738.html
Copyright © 2011-2022 走看看