N64:PicoCart64

From ConsoleMods Wiki
Jump to navigation Jump to search
PicoCart64-lite v1 with WeAct RP2040 16MB

The PicoCart64 is a N64 flash cart using a Raspberry Pi Pico.

Versions

  1. PicoCart64 v1 - A "lite" version using a single Raspberry Pi Pico (RP2040) board capable of booting homebrew and small commercial game dumps.
    When built using an official Raspberry Pi Pico ROMs will be limited to 2MB maximum! For additional storage (and therefor ROM size) a 'WeAct RP2040 16MB' board can be used to have 16MB of storage available.
  2. PicoCart64 v2 - A full featured flash cart using two Raspberry Pi Pico (RP2040) boards supporting ROMs up to 64MB. This version is under active development.

PicoCart64 v1 programming

When programming a freshly assembled PicoCart64 v1 lite special steps must be taken.

  1. Download the latest firmware from the Github nightly builds page "picocart64.zip"
  2. Extract the zip file.
  3. Hold down the BOOTSEL button when connecting the Raspberry Pi Pico (or WeAct board) to your computer.
  4. Copy over the 'picocart64-v1-ntsc.uf2' or 'picocart64-v1-pal.uf2' file depending on what region your N64 console is.
  5. Once the file is copied over the Pico will reboot.

The PicoCart64 is now ready for homebrew to be installed.

Flashing ROMs and testing the hardware

PicoCart64 testrom successful test result

It is a good idea to test any newly assembled boards before continuing. To flash the test program:

  1. Download the latest firmware from the Github nightly builds page "picocart64.zip"
  2. Extract the zip file.
  3. Go to the PicoCart64 UF2 ROM Builder and upload the "testrom.z64" file. Keep the "Compress" option checked, then click "Build UF2"
  4. Hold down the BOOTSEL button when connecting the Raspberry Pi Pico (or WeAct board) to your computer.
  5. Copy over the 'testrom.uf2' file to the Pico.
  6. Once the file is copied over the Pico will reboot.
  7. Disconnect the PicoCart64 from your computer and insert it in the N64 console with the Pico facing towards the BACK of the console. The front and back of the board are labelled.
  8. Power on the N64 console as normal and the test program should load.
  9. Once the tests pass you are good to go!

Repeat these steps with the ROM builder to flash homebrew/your game backups. Remember the size limitations!

Relevant links