Leapster Explorer: Emerald Boot

From eLinux.org
Revision as of 16:43, 12 July 2011 by Jrspruitt (talk | contribs)
Jump to: navigation, search

Summary

Emerald Boot is the name of the boot loader that comes installed on the Leapster Explorer. This is the software that takes care of getting the CPU up and running, and loads the kernel for execution.

Versions

LeapFrog have made no provisions to upgrade Emerald Boot on the Leapster Explorer. The only way to install a different version, is to flash it to the NOR storage yourself. The Emerald Boot source code is included in the LeapFrog releases. To get the source, download the LF-Linux-* archive of the release you desire to use.

1.1.0

LeapFrog_Pollux_Platform:_Source_Code#Explorer (LF-Linux-6905-20100610-0915.tar.gz)


1.1.46

LeapFrog_Pollux_Platform:_Source_Code#Explorer (LF-Linux-8291-20101026-1425.tar.gz)

[UART Boot Patch]


2.0.2

LeapFrog_Pollux_Platform:_Source_Code#Explorer (LF-Linux-2503-20110602-1237.tar.gz)

UART Booting

While strictly speaking UART booting of Emerald Boot is not possible on the Pollux because of the file size, and hardware restrictions. But if you are handy with a soldering iron, the hardware restrictions can be dealt with, and through the use of a helper program, the boot loader can be uploaded and ran, in a very similar fashion as UART booting. Making testing non-destructive and a lot easier.

UART Booting How To