Slashdot Mirror


The NES Classic is a $60 Single Board Computer Running Linux

"Nintendo's accurate NES emulator apparently needs no less than a quad-core CPU," joked Ars Technica. "The next step, of course, is unscrewing of the nostalgic little box to see how it ticks -- and whether its limited functionality might ever be expanded, either officially or by hackers." Slashdot reader romiz summarizes what's inside Nintendo's new miniature emulator for classic games: With a quad-core ARM Cortex-A7, 256 MB of RAM, and 512 MB of NAND Flash, it is typical of the hardware found in Linux single board computers, like the Raspberry Pi 2. Surprisingly for Nintendo, there does not seem to be any custom components in it, and it looks like it even does run Linux. [YouTube video] The GPL license for the kernel and many other open source components is visible in the legal information screen. The source, however, is not yet available on Nintendo's open source page.

But it is the re-edition a 1980s video console: there is no network access, no hardware expansion port, and the 30 games cannot be changed. Changing the system running on it will probably be difficult.

6 of 121 comments (clear)

  1. Emulator by Dwedit · · Score: 4, Informative

    Apparently, it's not even a good emulator.

    1. Re:Emulator by Anonymous Coward · · Score: 2, Informative

      Considering that the sound emulation in an official Nintendo product is easily bested by 10 to 15-year-old emulators written by high schoolers and college students, it's pretty shameful, especially considering that the NES Classic Edition isn't even free. ;)

  2. FPGA by 0100010001010011 · · Score: 3, Informative

    If ever there was a product that should have been an FPGA this was it. People have already reverse engineered a large part of the NES and implemented it: https://danstrother.com/fpga-n...

    Nintendo also has the advantage of knowing what they put in the original NES.

    1. Re:FPGA by Lisandro · · Score: 4, Informative

      Um, why? Not only this was quite possibly much easier to implement on a Linux mini PC, it was also way cheaper.

  3. Offer under GPLv2 is to "any third party" by tepples · · Score: 4, Informative

    Not until someone *who owns one of these* requests the source code.

    That's true for GPLv3, but GPLv2 is slightly different in that the offer for a copy of the source code must be valid for "any third party". From GPLv2 3b, with my emphasis:

    Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange

    And from GPLv3 6b, with my emphasis:

    Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge.

    But I imagine that for GPLv2-or-later software, Nintendo is choosing the GPLv2 option because of the effect on Tivoization. The GPLv2 requires distribution of "the scripts used to control compilation and installation of the executable," but many believe this condition is substantially weaker than the "Installation Information" condition in its successor.

    So if Nintendo turns you down for not possessing a copy of the object code, you can assume they're relying on GPLv3, and you can request Installation Information.

  4. Re:So they're currently violating the GPL? by Anonymous Coward · · Score: 2, Informative

    https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html

    It's right there in section 3. Are you completely blind?

    They have made no changes to the source code of the original OS being used.
    The following from the GPL comes into play:

    3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:

    a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,

    b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,

    c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)

    The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.

    If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code.

    They provide the very link required above on their OSS website.