SummerCart64 - a fully open source N64 flashcart
Go to file
2024-03-14 20:07:07 +01:00
.github [SC64][BUILD] Replaced website publish action 2024-03-04 15:29:10 +01:00
.vscode [SC64][FW][HW][SW] New version based on LCMXO2 FPGA (#19) 2022-11-10 11:46:54 +01:00
assets [SC64][FW][SW] Moved CIC emulation from MCU to FPGA (#56) 2023-12-14 19:26:54 +01:00
docs [SC64][FW][SW] Controller rewrite to remove task subsystem + minor bug fixes (#64) 2024-01-29 14:23:18 +01:00
fw [SC64][FW] Updated Lattice Diamond license.dat file 2024-03-01 22:15:30 +01:00
hw [SC64][HW] Added small piece to reach the tactile button from the back shell (#61) 2023-12-21 23:59:08 +01:00
sw [SC64][SW] Fixed SC64 reset procedure in the deployer 2024-03-14 20:07:07 +01:00
web [SC64][WEB] Updated website content (64DD section) 2024-01-29 14:30:49 +01:00
.gitattributes [SC64] Fix linguist statistics 2023-12-15 00:44:32 +01:00
.gitignore [SC64][SW] (#28) Added building native executable for sc64.py script (#29) 2023-02-24 23:27:34 +01:00
build.sh [SC64][FW][SW] Controller rewrite to remove task subsystem + minor bug fixes (#64) 2024-01-29 14:23:18 +01:00
docker_build.sh [SC64][FW][SW] Controller rewrite to remove task subsystem + minor bug fixes (#64) 2024-01-29 14:23:18 +01:00
LICENSE [SC64] Add license 2020-10-08 02:09:44 +02:00
README.md [SC64][FW][SW] Moved CIC emulation from MCU to FPGA (#56) 2023-12-14 19:26:54 +01:00

SummerCart64 - a fully open source Nintendo 64 flashcart

Features

  • 64 MiB SDRAM memory for game and save data
  • 16 MiB FLASH memory for bootloader and extended game data
  • 8 kiB on-chip buffer for general use
  • ~23.8 MiB/s peak transfer rate USB interface for data upload/download and debug functionality
  • ~23.8 MiB/s peak transfer rate SD card interface
  • EEPROM, SRAM and FlashRAM save types with automatic writeback to SD card
  • Battery backed real time clock (RTC)
  • Status LED and button for general use
  • 64DD add-on emulation
  • IS-Viewer 64 debug interface
  • N64 bootloader with support for IPL3 registers spoofing and loading menu from SD card
  • Dedicated open source menu written specifically for this flashcart - N64FlashcartMenu
  • Enhanced UltraCIC_C emulation with automatic region switching and programmable seed/checksum values
  • PC app for communicating with flashcart (game/save data upload/download, feature enable control and debug terminal)
  • UNFLoader support
  • Initial programming via UART header or dedicated JTAG/SWD interfaces
  • Software and firmware updatable via USB interface
  • 3D printable plastic shell

Documentation


Help / Q&A

For any questions related to this project, please use Discussions tab in GitHub repository. Using discussions tab is highly encouraged as it allows to have centralized knowledge database accessible for everyone interested in this project.

I'm also active at N64brew Discord server as korgeaux but keep in mind that Discussions tab is a preferred option.


How do I get one?

One option is to ask in #summer-cart-64 channel on N64brew Discord server if someone is making a group order.

If you want to order it yourself then I've prepared all necessary manufacturing files on the PCBWay Shared Project site.

Full disclosure: for every order made through this link I will receive 10% of PCB manufacturing and PCB assembly service cost (price of the components is not included in the split). This is a great way of supporting further project development.

Be careful: this is an advanced project and it is assumed that you have enough knowledge about electronics. Selecting wrong options or giving PCB manufacturer wrong information might result in an undesired time and/or money loss. Boards also come unprogrammed from the manufacturer - you need to do initial programming step yourself after receiving the board. To avoid problems please read both build guide and description on the shared project page in full. If you have even slightest doubt about the ordering or programming process, it is better to leave it to someone experienced - ask in the Discord server mentioned above if that's the case.

If you don't need a physical product but still want to support me then check my GitHub sponsors page.


High-level flashcart block diagram

SC64 block diagram


Finished example

SC64 finished example

SC64 PCB front

SC64 PCB back


Acknowledgement

This project wouldn't be possible without these contributions:

  • 64drive orders being on permanent hold long before creating this repository.
  • EverDrive-64 X7 being disappointment for homebrew development (slow USB upload, unjustified price and overcomplicated SD card access).
  • Jan Goldacker (@jago85) and his projects:
    • Brutzelkarte providing solid base for starting this project and sparking hope for true open source N64 flashcarts.
    • UltraCIC_C reimplementation for easy integration in modern microcontrollers. Thanks also goes to everyone involved in N64 CIC reverse engineering.
  • N64brew Discord server community being very helpful during flashcart development.
  • FatFs FAT32/exFAT library being easiest to integrate in embedded environment.
  • Yakumono's (@LuigiBlood) extensive 64DD documentation and its implementation in various emulators.
  • Libdragon open source N64 SDK project and its developers.
  • SERV bit-serial 32-bit RISC-V CPU soft core.