Knee-Deep in the LED: Hackers Get Doom Running on Ikea Smart Bulb

Knee-Deep in the LED: Hackers Get Doom Running on Ikea Smart Bulb

A group of hackers has gotten Doom up and running on an unusual platform: an Ikea smart bulb. The group wrote up its project on Next-Hack and shared details of the implementation.

This group decided to get Doom running on a low-end platform and set specific rules for themselves in what would and would not be acceptable. The device must have reasonable computing power relative to Doom’s original requirements. The team references a 486-33, though I can tell you from personal experience you could play it with a modest viewing frustum on hardware as weak as an 80386SX-16. Only the microcontroller inside the chosen device could be used to run the game. Adding a small color display and additional flash memory to store files were both acceptable. The minimum goal was to play E1M1, otherwise known as the first level of “Knee-Deep in the Dead.”

The team originally planned to deploy an Ikea Trådefri lamp. While the modest 40MHz Cortex M4 was plenty powerful, the chip only had 32KB of RAM. This was deemed impossible. Then, some months later, Ikea updated with a new model. These new lamps featured an 80MHz Cortex-M33 and 108KB of RAM in total with 1MB of NAND flash. The team also attached an additional 8MB of NAND flash.

Development was handled on a comparatively powerful Cortex-M7. The STM chip they used, an STM32H743, features a memory-mapped QSPI (quad serial parallel interface) NAND flash chip, allowing the team to treat it as memory-mapped flash.

The team steps through the optimizations it made to get Doom running in under 108KB of RAM as opposed to the 160KB+ they estimate it requires by default. They saved a substantial amount of memory by converting data types — Doom used 32-bit integers in some cases, where only 8 or 16-bits were required. In several cases, they took data that was originally stored in RAM and moved it to NAND flash to free enough capacity to let the game run in the first place. They even optimized the memory buffer to save 5KB of RAM. One interesting thing their testing revealed: Performance, even on a smart bulb, is determined more by the speed of flash memory accesses than by the speed of the CPU.

But even after all of this, the team had a problem: Data transfer speeds on the STM32H743 were fast enough, but the EFR32MG21 they were working with inside the Ikea smart bulb didn’t support the same high-speed (relatively) interface. Their initial storage bandwidth was limited to 2.5MB/s until they overclocked the chip to 80MHz. That improved bandwidth up to 5MB/s. I’ll let them explain how they doubled it again:

The EFR32MG21 has three USARTs. One o tem is used for printing debug messages and downloading the WAD file to the external flash. We have two USART left… and the peripheral reflex system! With these two, we can synchronize the two USARTs (working in SPI mode) so that they read data at the same time, actually creating a double SPI (DSPI). Luckily, the QSPI memory also supports dual read, and in this way, we can reach 10MB/s!

The story goes on to describe how they kept the two SPIs synchronized and the additional work the team did to get audio working and play the game at Ultra Violence difficulty without running out of RAM. There are also step-by-step instructions for how to build the device. Overall performance and image quality are better than the GBA version. The group points out that the GBA’s 16.7MHz ARM7TDMI was only capable of 0.9 DMIPS/MHz, while the CM33 achieves ~1.5DMIPS/MHz and runs at 80MHz. The team isn’t done optimizing Doom for their diminutive platform and they plan to improve both performance and RAM usage in the coming days.

Continue reading

Someone Hacked Ray Tracing Into the SNES
Someone Hacked Ray Tracing Into the SNES

Surely, a game console from the 90s couldn't support ray tracing, right? Wrong. Game developer and engineer Ben Carter hacked ray tracing into the Super NES with a little help from an FPGA dev board.

New ‘Morpheus’ CPU Design Defeats Hundreds of Hackers in DARPA Tests
New ‘Morpheus’ CPU Design Defeats Hundreds of Hackers in DARPA Tests

A new CPU design has won accolades for defeating the hacking efforts of nearly 600 experts during a DARPA challenge. Its approach could help us close side-channel vulnerabilities in the future.

Switch Hacker Agrees to Pay Nintendo an Additional $10 million
Switch Hacker Agrees to Pay Nintendo an Additional $10 million

After spending the last few years making and selling Switch modding kits, Bowser has agreed to pay Nintendo $10 million in damages to settle a civil lawsuit. This is in addition to the restitution he was ordered to pay following his criminal conviction.

Nvidia Hackers Selling Cryptocurrency Mining Bypass
Nvidia Hackers Selling Cryptocurrency Mining Bypass

Nvidia spent the weekend going back-and-forth with a nefarious hacking group, which is apparently attempting to bypass its LHR technology used to combat crypto mining.