Lab 6 Building a Root File System - adamncnc/ee240500 GitHub Wiki

Lab2 Preview Report

Topics

  • Root file system build tools

Root file system build tools

  • Introduction

    以往當我們自行開發一個嵌入式系統時,打造量身訂做的Linux版本需要投入大量的時間和精神,一個方便的開發工具Yocto Project就是為了解決這個問題而生。通過提供通用的建構系統(Build System)和具備協同能力的開發技術,Yocto Project為Linux開發者免除了他們浪費在Porting、Duplicating、Recreating和Maintaining這些低價值工作上的時間。類似Yocto Project這樣的Root file system build tools還有很多,例如:emDebian、uClinux、buildroot、scratchbox、openEmbedded等等。

  • Related parts of our lab

    本次lab就是練習使用Yocto Project打造自己的root file system。

  • Questions about the topic or our lab

    暫時沒有。