GTA04 X-Loader

GTA04 X-Loader

Overview

This is a subproject for the first stage bootloader of the GTA04.

Also see http://omappedia.org/wiki/Bootloader_Project

Booting on OMAP

Booting on the OMAP3 is done in this order:

  1. ROM (loads a binary from NAND, MMC, USB, UART3 into 64k SRAM)
  2. X-Loader (loaded by ROM; loads U-Boot from NAND, MMC, USB, UART3 into SDRAM)
  3. U-Boot (loaded by X-Loader; allows user-interaction; loads Linux kernel)
  4. Linux-Kernel (loaded by U-Boot)

X-Loader versions

So this project is about X-Loader. There are three (plus one) versions:

  1. X-Loader: this is for being stored in NAND and loads U-Boot from NAND
  2. MLO: this is for being stored on MMC/SD and loads loads U-Boot from MMC/SD
  3. SLO: this is for being transmitted through UART3 using the pserial protocol and loads U-Boot through UART3 using the ukermit protocol; prese refer to http://projects.goldelico.com/p/gta04-main/page/SerialBoot/ how it works
  4. SMON: (serial monitor) does not load any U-Boot but allows to inspect and test external SDRAM memory, GPIO, PinMux etc. for early stage debugging

Our X-Loader is based on

https://web.archive.org/web/20120826101419/http://gitorious.org/x-loader/pages/Home

Booting over serial

Please see SerialBoot

Building from Source

See HowToCompile

Development Team
Admins
Nikolaus Schaller
Julius Bünger
Happy Crew
Christoph Mair

Powered by InDefero,
a Céondo Ltd initiative.