-
Notifications
You must be signed in to change notification settings - Fork 0
Lab 2 Priview Report
alvis91919 edited this page Mar 1, 2016
·
1 revision
- Booting an embedded sysyem with ramdisk
- Booting with micro SD cards
- Introduction 首先需要先安裝kermit並執行之,有點類似文件傳輸協議的概念,並透過TFTP server來使用Ramdisk達成開機功能。
- Related parts of our lab 我們的lab主要安裝完kermit後,再來使用網路開機的方式來開機。我們需要先下載: uImage is the Linux kernel binary. uImage.dtb is a binary to store device tree information for the Linux kernel (e.g., flash partitions). uramdisk.img is the root filesystem (rootfs) to be used as Ramdisk. 並將U-boot的IP準確設定後就能正確開機。
- Questions about the topic or our lab 沒有問題,但原來開機是需要許多components的。
- Introduction 利用將SD卡切割後並將kernel及rootfs安裝到SD卡上後,就可透過安裝的東西達到開機功能。
- Related parts of our lab 這個開機方式我覺得其實與上一個大同小異,但主要還是讓我學到SD卡分割及需要安裝那些東西來開機。 再來我們嘗試登入網路,並在根目錄處輸入板子ip, gateway及ping the host後,便可輸入要去的網站IP成功登入。
- Questions about the topic or our lab 這是第一次透過windows以外的東西開機我覺得很新奇,也漸漸對這片領域有些概略了解。