顯示具有 TBC 標籤的文章。 顯示所有文章
顯示具有 TBC 標籤的文章。 顯示所有文章

2017年11月29日 星期三

[Profiling] DS-5


  • What is ARM DS-5?
  • Install
    • .config: 建立 kernel config, timer, interrupt, tracers
    • *.ko:
    • gator:
    • gatord:
    • download ARM DS-5
  • Reference:

[Development] using GNU development tools

  • SOP
    • configure
    • make
    • make install

Configure

Build

  • universal binary: 
    • build flag: e.g.
      --arch ppc --arch i386

Install




  • Reference:

  • [Node.js] framework: Express

  • Install
    • library
      • $npm install express -g
    • binary generator
      • $npm install express-generator -g
      • Usage
        • generate template app
          • $express --view=ejs sampleExpress
        • install dependencies:
          • $cd sampleExpress && npm install
        • run the app
          • $DEBUG=sampleExpress:* npm start
        • validate
          • jshint