I'm exploring running SGI IRIX natively on N64 hardware with a budget dual-interface architecture (~$150): a Raspberry Pi CM5 ($90-120) acts as orchestrator, connecting its GPIOs directly to the N64's cartridge slot to provide boot ROM while simultaneously serving as a remote 8-16GB LPDDR5 RAM server through PCIe Gen2 to a cheap surplus IBM FPGA board ($20-30) that plugs into the memory expansion port and handles RDRAM protocol timing. The VR4300 runs IRIX natively with the CM5 providing initial boot code through the cartridge interface, while the FPGA bridges the expansion port to CM5's RAM for the main memory pool (~1-2μs latency via PCIe). This dual-pathway approach would solve both boot orchestration and memory expansion while keeping the VR4300's caches hiding most remote memory latency - I think.
— has anyone implemented similar dual-interface architectures / embedded MIPS systems?