SummerCart64 Setup & Maintenance Guide (MacOS)
Created by brian on
This guide is made for MacOS users (me) but the steps should be pretty much the same for Windows users.
Prerequisites
Make sure you have these things ready before you begin.
Hardware
Keep in mind that many SummerCart64 carts don't come with a battery.
- SummerCart64 Cartridge
- CR2032 Coin Battery (for Real Time Clock)
- 64GB+ MicroSD Card (Brand name recommended, e.g., SanDisk/Samsung)
- USB-C Data Cable
Software
All free, open source software:
- Firmware & Deployer: Download from the SummerCart64 GitHub Releases.
- ex:
sc64-deployer-macos-v2.20.2.tgz - ex:
sc64-firmware-v2.20.2.bin
- ex:
- Menu System: Download
sc64menu.n64from the N64FlashcartMenu GitHub Releases.
Part 1: SD Card Setup
The SD card stores your games, save files, and the visual menu interface.
- Format the SD Card
- Insert the card into your computer.
- Format the card to "MS-DOS (FAT)"
- Install the Menu
- Copy the
sc64menu.n64file to the root (top level) of the SD card.
- Copy the
- Add Games
- Create a folder named
Games(orN64) on the root. - Copy your ROM files (
.z64,.n64,.v64) into this folder.
- Create a folder named
Part 2: Firmware Update
This process updates the internal chip of the cartridge. The SD card does not need to be inserted.
- Prepare Tools
- Unzip the SC64 Deployer tool for your OS (Windows/macOS/Linux).
- Place the Firmware
.binfile in the same folder as the deployer.
- Connect
- Plug the SummerCart64 into your computer via USB-C.
- Run Command
- Open your command line interface (Command Prompt or Terminal).
- Navigate to the folder containing your tools (
cd path/to/folder). - Run the update command:
bash
./sc64deployer firmware update <firmware_filename.bin> - Type
yto confirm and wait for the success message.
Part 3: Real Time Clock (RTC)
The RTC is required for correct file timestamps and time-based game events. Most units ship without the battery installed.
- Install Battery
- Remove the screws on the back of the cartridge.
- Insert a CR2032 battery into the holder.
- Sync Time
- Via USB (Fastest): With the cart connected to your computer, run:
bash
./sc64deployer set rtc - Via Menu: Boot the cartridge on the N64, press Start to open Settings, and select RTC Setup to manually enter the time.
- Via USB (Fastest): With the cart connected to your computer, run:
Part 4: Customization (Box Art & Wallpapers)
You can customize the menu with game covers and background images.
Box Art Setup
- Download: Community Box Art Pack
- Install:
- Extract the zip file.
- Copy the resulting
boxartfolder into themenufolder on your SD card. - Final Path:
SD:/menu/boxart/(containing many .png files).
Wallpapers Setup
- Download: Community Wallpaper Collection
- Source: /u/kvnhntn on reddit.com
- Install:
- Create a folder named
Wallpaperson the root of your SD card. - Copy the
.pngimages (must be 640x480 resolution) into this folder.
- Create a folder named
- Apply:
- Boot the SummerCart64.
- Navigate to the
Wallpapersfolder. - Open an image (Press A), then press A again to select "Set as Background".
Part 5: Usage Tips
- In-Game Reset: Press
Start + Z + A + B(default) to return to the menu without getting up. - Saving: After saving in-game, wait 2-3 seconds before powering off to ensure the save writes to the SD card.
- USB Safety: You do not need to "Eject" the device. You may unplug the USB cable safely as long as a command is not actively running in the terminal.
Last updated