Difference between revisions of "LeapFrog Pollux Platform: Cartridge Settings"
From eLinux.org
m |
m (moved Leapster Explorer: Cartridge Boot Settings to LeapFrog Pollux Platform: Cartridge Settings) |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | This is a list of the jumper settings for gpiob[2:5] on an | + | == Summary == |
| + | This is a list of the jumper settings for gpiob[2:5] on an [[LeapFrog_Pollux_Platform| LeapFrog Pollux Platform]] cartridge's. These are settings found on the actual cartridge and dictate what type of cart it is, ie read only, ECC, writable, etc. | ||
| + | == Settings == | ||
| + | Cart type jumpers: | ||
| − | |||
| − | + | {| border="1" cellpadding="2" | |
| + | |- | ||
| + | |style="background-color:#CCCCCC"| GPIOB[n] | ||
| + | |style="background-color:#CCCCCC"| High | ||
| + | |style="background-color:#CCCCCC"| Low | ||
| + | |- | ||
| + | | GPIOB4 | ||
| + | | Didj | ||
| + | | Explorer | ||
| + | |- | ||
| + | | GPIOB5 | ||
| + | | R/W | ||
| + | | OTP | ||
| + | |} | ||
| − | |||
| − | + | Leapster Explorer specific cart types: | |
| − | Explorer specific cart types: | + | |
#define NAND_CART_DEVELOPMENT 0xF /* 1111 : Development = NAND, writable, ECC on */ | #define NAND_CART_DEVELOPMENT 0xF /* 1111 : Development = NAND, writable, ECC on */ | ||
| Line 15: | Line 28: | ||
#define NAND_CART_PRODUCTION 0x7 /* 0111 : Production = OTP, ECC off */ | #define NAND_CART_PRODUCTION 0x7 /* 0111 : Production = OTP, ECC off */ | ||
| − | + | More info can be found here: | |
| + | LF-Linux-6905-20100610-0915\linux-2.6\arch\arm\mach-lf1000\include\mach\nand.h | ||
| + | |||
| − | + | [[Category:Didj]] | |
| + | [[Category:Leapster Explorer]] | ||
| + | [[Category:LeapPad Explorer]] | ||
| + | [[Category:LeapFrog Pollux Platform]] | ||
Latest revision as of 06:16, 23 July 2011
Summary
This is a list of the jumper settings for gpiob[2:5] on an LeapFrog Pollux Platform cartridge's. These are settings found on the actual cartridge and dictate what type of cart it is, ie read only, ECC, writable, etc.
Settings
Cart type jumpers:
| GPIOB[n] | High | Low |
| GPIOB4 | Didj | Explorer |
| GPIOB5 | R/W | OTP |
Leapster Explorer specific cart types:
#define NAND_CART_DEVELOPMENT 0xF /* 1111 : Development = NAND, writable, ECC on */ #define NAND_CART_MANUFACTURING 0xB /* 1011 */ #define NAND_CART_PRODUCTION 0x7 /* 0111 : Production = OTP, ECC off */
More info can be found here:
LF-Linux-6905-20100610-0915\linux-2.6\arch\arm\mach-lf1000\include\mach\nand.h