Difference between revisions of "Leapster Explorer: Emerald Boot"

From eLinux.org
Jump to: navigation, search
(Version 2.0.2)
(Updated Emerald Boot supplement links)
 
(5 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
==== Version 1.1.0 ====
 
==== Version 1.1.0 ====
 
[[LeapFrog_Pollux_Platform:_Source_Code#Explorer| Explorer Sources]] (LF-Linux-6905-20100610-0915.tar.gz)
 
[[LeapFrog_Pollux_Platform:_Source_Code#Explorer| Explorer Sources]] (LF-Linux-6905-20100610-0915.tar.gz)
 
  
 
==== Version 1.1.46 ====
 
==== Version 1.1.46 ====
 
[[LeapFrog_Pollux_Platform:_Source_Code#Explorer| Explorer Sources]] (LF-Linux-8291-20101026-1425.tar.gz)
 
[[LeapFrog_Pollux_Platform:_Source_Code#Explorer| Explorer Sources]] (LF-Linux-8291-20101026-1425.tar.gz)
  
[https://sites.google.com/site/jrspruitt/downloads/emerald-boot-supplement_v1.1.46.tar.gz?attredirects=0&d=1 UART Boot Patch V1.1.46]
+
[[File:Emerald-boot-supplement_v1-1-46.tar.gz]] UART Boot Patch V1.1.46]
  
 
==== Version 2.0.2 ====
 
==== Version 2.0.2 ====
 
[[LeapFrog_Pollux_Platform:_Source_Code#LeapPad_Explorer| LeapPad Explorer Sources]] (LF-Linux-2503-20110602-1237.tar.gz)
 
[[LeapFrog_Pollux_Platform:_Source_Code#LeapPad_Explorer| LeapPad Explorer Sources]] (LF-Linux-2503-20110602-1237.tar.gz)
 +
 +
[[File:Emerald-boot-supplement_v2.0.2.tar.gz]] UART/AutoSD0 Boot Patch V2.0.2
 +
 +
[[Leapster_Explorer:_Emerald_Boot_SD0_Autoboot| Format SD Card for AutoSD0 Boot]]
 +
 +
==== Version 2.2.2 ====
 +
 +
[[LeapFrog_Pollux_Platform:_Source_Code#LeapPad_Explorer| LeapPad Explorer Sources]] (LF-Linux-2826-20111215-1417.tar.gz)
 +
 +
[[File:Emerald-boot-supplement_v2.2.2.tar.gz]] NAND, Didj, UART Patch V2.2.2
  
 
== UART Booting ==
 
== UART Booting ==
Line 21: Line 30:
  
 
[[Leapster_Explorer:_UART_Boot| UART Booting How To]]
 
[[Leapster_Explorer:_UART_Boot| UART Booting How To]]
 +
[[Category:Leapster Explorer]]

Latest revision as of 20:44, 9 May 2020

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.

Version 1.1.0

Explorer Sources (LF-Linux-6905-20100610-0915.tar.gz)

Version 1.1.46

Explorer Sources (LF-Linux-8291-20101026-1425.tar.gz)

File:Emerald-boot-supplement v1-1-46.tar.gz UART Boot Patch V1.1.46]

Version 2.0.2

LeapPad Explorer Sources (LF-Linux-2503-20110602-1237.tar.gz)

File:Emerald-boot-supplement v2.0.2.tar.gz UART/AutoSD0 Boot Patch V2.0.2

Format SD Card for AutoSD0 Boot

Version 2.2.2

LeapPad Explorer Sources (LF-Linux-2826-20111215-1417.tar.gz)

File:Emerald-boot-supplement v2.2.2.tar.gz NAND, Didj, UART Patch V2.2.2

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