最終更新:2014-05-28 (水) 10:48:57 (3619d)  

OMAPBOOT
Top / OMAPBOOT

a package aiming at booting an OMAP platform

http://omappedia.org/wiki/Omapboot

https://code.google.com/p/omapboot/

Advantages of supporting OMAPBOOT:

  • Easy to use and extend for newer silicon versions and/or revisions.
  • Does not use a GPL license. Slim, efficient, lightweight and fast, focuses on doing the bare minimum needed to boot.
    • U-boot first stage = 33K and second stage = 233K, when built for OMAP5.
    • Omapboot first stage = 26K and second stage = 29K, when built for OMAP5. With recent speed optimizations, measured boot time from bootloader to kernel ~210ms for omapboot.

モジュール

USBBOOT

  • This is a Linux utility which runs on the host system and connects to the target through the USB bus.

ABOOT

  • This is a utility which runs on the target side in SRAM. It has the capability to load and execute a secondary loader or kernel in the target SDRAM.

IBOOT

  • This is a utility which runs on the target side to interface with the fastboot utility running on the host side.

EBOOT

  • This is an embedded bootloader to boot up the target. It will load the kernel, which will eventually boot the Android OS.

関連