NPLL: Difference between revisions

From Wii-Linux Wiki
Jump to navigation Jump to search
Wii U front buttons use the SMC
m Format gumboot.lst/npll.cfg as <code>filename</code>
Line 48: Line 48:
** Standard DOL executable
** Standard DOL executable
* Config format support
* Config format support
** Legacy Gumboot config (gumboot.lst)
** Legacy Gumboot config (<code>gumboot.lst</code>)
** NPLL config (npll.cfg)
** NPLL config (<code>npll.cfg</code>)

Revision as of 17:32, 26 July 2026

Main Menu
The System Information screen

NPLL is the Nintendo PowerPC Linux Loader - a bootloader that functions as a universal PowerPC binary, executable on all 3 of Nintendo's PowerPC consoles: the GameCube, Wii, and Wii U. It was created by Techflash to replace the legacy Gumboot, due to its many shortcomings. It is currently the primary bootloader of the Wii-Linux project.

As of July 26th, 2026, NPLL is currently at version v0.5.

Features

  • Console support
    • GameCube
    • Wii
    • Wii U
  • Graphics support
  • Text console output support
  • Block storage support
  • Filesystem support
    • FAT + exFAT, via FatFs, on standard storage media
    • ext2/3/4, via lwext4, on standard storage media
    • ISO9660 on optical storage media
    • SFFS on NAND
  • Partition table support
    • MBR
      • Extended partitions
    • GPT
    • Statically ddefined (e.g. on NAND)
    • No partitions (use whole device)
  • Input support
  • Executable support
    • Standard ELF executable (incl. Linux zImage)
    • Linux vmlinux
    • Standard DOL executable
  • Config format support
    • Legacy Gumboot config (gumboot.lst)
    • NPLL config (npll.cfg)