分享到plurk 分享到twitter 分享到facebook

版本 87aca909cd6e4e7e5ddd6a54f66c11947b052f10

embedded/team2015-6

Changes from 87aca909cd6e4e7e5ddd6a54f66c11947b052f10 to 502b3b79abbc56bf8fdc4ffe427d759aba3c083f

---
title: 期末專題: Team #6
categories: embedded2015
toc: no
...

題目
---
* ARM Hibernation on Raspberry Pi

預期目標
-------
* 實作 Suspend to RAM / Suspend to Disk 在 Raspberry Pi 上
* 研究 Linux virtual memory、核心客製化,還有 cache 管理等機制。

系統架構
-------

硬體規格
-------
* [Raspberry Pi 2 Model B](https://www.raspberrypi.org/products/raspberry-pi-2-model-b/)
    - [BCM2836](https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2836/README.md)
        - The Broadcom processor used in Raspberry Pi 2
    - A 900MHz quad-core ARM Cortex-A7 CPU
    - 1GB RAM
    - Full HDMI port
* [RASPBERRY PI 1 MODEL B+](https://www.raspberrypi.org/products/model-b-plus/)
    - [BCM2835](https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2835/README.md)
        - The Broadcom processor used in Raspberry Pi 1
    - 700 MHz single-core ARM1176JZF-S
    - 512 MB RAM (Older boards had 256 MB)
    - Full HDMI port

組員
---------
* 洪文麟 , e-mail: kuro2357509@gmail.com
* 蔣亞翰 , e-mail: sunnyboyr930709@gmail.com
* 邱酩仁 , e-mail: brandedwolf@gmail.com
* 鄭仲庭 , e-mail: ssa35214@gmail.com
* 陳柏皓 , e-mail: n96041119@ncku.edu.tw

預算
-----------
 * Raspberry Pi
    * Raspberry Pi 2 Model B
    * RASPBERRY PI 1 MODEL B+
 * 周邊耗材/線材
* Raspberry Pi
    - Raspberry Pi 2 Model B US$35
    - RASPBERRY PI 1 MODEL B+ US$25
* 周邊耗材/線材
  
討論和程式
-------
歡迎大家來交流討論!

程式碼和討論

* [github](https://github.com/raspberrypi/linux/tree/rpi-4.1.y)
* [hackpad](https://embedded2015.hackpad.com/Team6-Final-ARM-Hibernation-on-Raspberry-Pi-FAqZL1rZbA3#:h=ARM-Hibernation-on-Raspberry-P)

目前進度:

* Build rpi-4.1.y branch supports ARM hibernation in Raspberry Pi 1 MODEL B+
* 研究 ARM Hibernation 流程
* 研究 ARM Hibernation