Giter Club home page Giter Club logo

flashcart_core's Introduction

flashcart_core

A hopefully reusable component for dealing with flashcart specific behavior.

Usage

End users cannot use this directly, and should use one of the following applications:

Supported Carts

From Left to Right: Acekard 2i HW81, Acekard 2i HW44, R4i Gold 3DS RTS, R4i Gold 3DS, R4i Ultra, R4 3D Revolution, DSTT, R4i-SDHC RTS Lite, R4i-SDHC Dual-Core, R4-SDHC Gold Pro, R4i 3DS RTS, Infinity 3 R4i, R4i Gold 3DS Deluxe Edition, R4i-B9S, R4iSDHC Dual-Core (r4isdhc.com.cn), Ace3DS Plus, Gateway Blue

  • Ace3DS Plus
  • Acekard 2i HW-44
  • Acekard 2i HW-81
  • DSTT (some flash chips only!)
  • Gateway Blue (not all variants are compatible!)
  • Infinity 3 R4i (r4infinity.com)
  • R4 3D Revolution (r4idsn.com)
  • R4i 3DS RTS (r4i-sdhc.com)
  • R4i Gold 3DS (RTS, revisions A5/A6/A7) (r4ids.cn)
  • R4i Gold 3DS Deluxe Edition (r4ids.cn) (variants of this such as 3dslink, Orange 3DS, etc. may work as well, but have not been tested!)
  • R4i Ultra (r4ultra.com)
  • R4i-B9S (r4i-sdhc.com)
  • R4i-SDHC Dual-Core (r4isdhc.com)
  • R4i-SDHC Gold Pro (r4isdhc.com)
  • R4i-SDHC RTS Lite (r4isdhc.com)
  • R4iSDHC Dual-Core (r4isdhc.com.cn)
  • R4 SDHC Dual Core (revisions 5.06/7.00/7.07) (r4isdhc.hk) (R4iGold.cc may work as well, but have not been tested!)

Note: Flashcarts from r4isdhc.com tend to have yearly re-releases; most versions of these carts (2014-2018) should work but not all have been tested. Models from 2013 or earlier differ in hardware but could be similar to the current R4 Dual Core flashcarts from r4isdhc.hk. While the R4 Dual Core (r4isdhc.hk) works, r4isdhc.com 2013 and earlier flashcarts may not.

Requesting support for a new cart

We get a lot of requests for new carts to be supported. Before requesting support, please read the existing open and closed issues to see if your cart has already been considered or not. If you'd like your cart to be supported please provide, at the very least, the following information:

  • Where your flashcart was purchased from and/or the website listed on the cart.
  • Any updaters, kernels or other misc software that may be useful.
  • Pictures of the inside of the cart. Please note we are not responsible for any damage to your cart.
  • A dump of the ROM using GodMode9.
  • Any other pertinent information, like any known commands for interacting with the cart.

Developer Usage

If you want to use flashcart_core in your project, you will need libncgc as well.

You will need to reopen the flashcart_core::platform namespace, and inside it define:

  1. showProgress(), used to show current percentage of a given operation (e.g. drawing a green rectangle to represent percentage)
  2. logMessage(), used to log things from the various flashcart classes to something that the user can read, e.g. a text file or printouts to the screen. You will need va_list for this.
  3. getBlowfishKey(), used by the various flashcart classes to retrieve blowfish keys. You have to provide these blowfish keys yourself through e.g. a u8 array or using a .bin linker.

Then you can make an object from one of the flashcart_core classes, and then use the public functions inside that class. For example:

R4i_Gold_3DS R4iGold;
R4iGold.initialize();
R4iGold.injectNtrBoot(blowfish_key, firm, firm_size);

Your Makefile should create libncgc.a first, then compile your project normally using flashcart_core.

Porting flashcart_core to a new flashcart

Information needed for a new cart.

  • Initialization sequence.
  • Size and cluster size (for erasing) of flash.
  • Commands for reading flash, erasing flash, and writing flash.

Licensing

This software is licensed under the terms of the GPLv3. You can find a copy of the license in the LICENSE file.

Credits (in alphabetical order)

flashcart_core's People

Contributors

angelsl avatar d3m3vilurr avatar eleventhsign avatar handsomematt avatar hikari-chin avatar ihaveamac avatar jason0597 avatar kitling avatar kitlith avatar normmatt avatar pixel-stuck avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flashcart_core's Issues

r4ids.cn rev5

This is a strange issue since it's resolved on my end. I have a really old r4iGold (rev5) that I managed to get working with ntrboot.
It's looks like the card on the top row, far right:
http://www.r4wood.com/pages/R4i-Gold.html

Anyway, I haven't seen a single other person with this card so I don't think it's worth a pull request, but some people might want to look at the script if they have the card.
Here's the gist of it:
https://gist.github.com/zoogie/51856a507bf380fc38d82a87855e265f
It's pretty simple and straightforward so no further explanation needed I think.

R4i Gold 3DS (r4igold.cc)

Can my flashcard, "R4i Gold 3DS" be compatible with ntrboot_flasher?

This flashcard can be updated if you put a .nds file from the official page in the SD and opening it... so maybe it can be compatible... the flashcard uses a _DS_MENU.dat and a _rpg folder in the SD.

Here you can find the updater in .nds format with a readme, I know the latest update is from 2013, but it works perfectly fine in all versions of 3DS and DSi.(obviously DSL and DS works)

I put some photos in imgur

R4iGold Wood (r4igold.cc)

Ok... following the suggestions of @hedgeberg , i gonna post this flashcart, i didn't saw it in other issues (except in EOL) and i gonna refeer only to this flashcart, i tried the ntrboot and it shows:
ChipID: 00000FC2
HWrev: A5A5A5A5
Here some photos and trying to be specific, it seems to have a revision, in the photo near to the pins, there's a B, other words, revision B (i dont think thats relevant, but i think is one of the hundred of clones of the R4 gold 3ds rts from r4ids.cn)
fb_img_1503447017166
fb_img_1503432873892
20170822_160543

Supercard DSTWO Plus

Hi,

is support for Supercard DSTwo Plus planned? Only read something about the normal DSTWO but nothing relating to the Plus version.
Would be gread if this would be possible :)

R4i Gold 3ds (r4ids.cn) (rev.6)

Alright, I got some pics for you all with my r4 gold 3ds. This is the LAST update that officially worked with this revision. You can find the revision on the bottom right on the back of the card, on the board.
http://filetrip.net/dl?9l07ieOpEm - .nds update file

Pics arent sideways if you click on them, sorry bout that.

Images (Click to Expand)

20170813_083707
20170813_083714
20170813_083747
20170813_083811
20170813_085137
20170813_085315
sd card


3DSi R4Gold.cc Upgradable common site still active

So I have since the 2013 this cart for the DSi and 3DS the firmware upgrades (latest v7.0) is still in the site active this are really really common in Costa Rica since the reseller mostly brought this carts here. I will add some more info if you decide to plan this to release in the netboot Flasher (hope you can because it is really complicated to buy one of the other sites)

I used the NTRBoot Flasher 0.1.2

If there is a way to force the flasher to flash the cart please tell me even if I lose the flashcard functionality in CR is also common a gateway DSi cart so I have 2 however the gateway one says chip ID 00000FC2 and HW Rev 00000000

http://r4igold.cc/3ds_main.asp

screen shot 2017-08-22 at 14 08 54

img_2070
img_8899
img_9620

latest 3DSi R4Gold.cc firmware and the DSmenu rpg
https://mega.nz/#!5x1X2IZD!kNUSE6jvgWYzdUACJvh6MFAYoappxFVUBXZsw7zV-Pw

About the R4i v4.1

Recently,I suggested my flashcard,but when the ak2i_ntrbood_flasher_dsi updated, my
Chip id and hw rev hanged to:
ChipID: B69A73D6
HW Rev: 3E1C97AC

(I have started to think if it was better to try to make an universal flasher for most of the flashcards.)
Thanks.
Edit: It changed again to
ChipID: A66BE71C
HW Rev: 257126CE

Its a flasher problem so i think its repeated im going to close the issue.

R4i v1.4.1 (r4i-gold.com)

Game Header

ALEX RIDER
STORMBREAKER
THQ

Images (Click to Expand)

95bba33f-55dc-4e30-bc47-e10c65224f97

Flashcard skin

jpeg_20170816_153236 1

Flashcard PCB

05bb65bf-58d7-45b3-b739-bdb5a3e4deb7

Hardware information

Chip ID: 00000FC2
HW Rev: 00000000
backup.zip

Kernel files

Although these should be the files
http://www.linfoxdomain.com/nintendo/ds/dl.php/R4i-Gold_v1.57b_English.rar
23i0wi2
it seems to give out an error about it being outdated or the system date is wrong.

Since the original site is dead, I can't seem to even find the update files, even tho my 3DS seems to load it fine.

R4i 3DS (4.5)

Will that Cart ever Work?
ChipID: 000007C2
HW Rev: FFFFFFFF

20170822_012643
20170822_012652
20170822_012746
20170822_012809

CycloDS Evolution (cyclopsds.com)

This is a terribly old card I bought around 2007 or 2008 I think. It is not recognized by the 3DS but I was able to dump a .nds which had a CycloDS icon so it might be the ROM.
The site (www.cyclopsds.com) doesn't exist any more. (Contributor EDIT: But you can find it on wayback machine.) Same goes for any resellers of this device.
I found a forum which still has firmware for it at least: http://cyclods.wikidot.com/download:firmware
The firmware of the card was updated by placing the update.evo file on the sd of the card and booting into it.

I hope this can be used in any way. I have no other use for this flashcard any more other than helping friends get CFW even if they updated past 11.3. So if you need me to test stuff I'd be happy to help. Let me know if any info is missing.

Edit: found a writeup about it on GBATemp: https://gbatemp.net/threads/cyclods-evolution-review.53450/

Edit: latest firmware I found:
evo-firmware-2-3.zip

Edit: Found the NTR-Launcher and am now able to boot into the cycloDS menu and start nds files. https://github.com/ApacheThunder/NTR_Launcher
Should now be able to update the firmware with an update.evo on my 3ds.

ChipID: 00000FC2
HW Revision: 00000000

Images (Click to Expand)

ntrbootflasherinfo

card

pcbfront

pcbback

GM9 Untrimmed Dump:
PASS_ASME01_00.zip

R4i Gold 3DS Rev. 9 (r4ids.cn) Compatibility

I have a revision 9 R4i Gold 3DS (r4ids.cn) flash cartridge that doesn't seem to be recognised by the NTRBoot Flasher. Could this model be supported, or is it not possible?

When attempting to dump using version 0.1.2 of NTRBoot Flasher, the following error is displayed:
Dumping flash
ChipID: 00000FC2
HW Rev: A6A6A6A6
Supported cartridge not detected!

The cartridge was purchased in early 2012, the front label looked like this:
Label

And the internal chip looks like this:
Chip

Not sure if useful, but this is the other side of the chip:
ChipOther

The flash cart runs on the Wood AKMenu 1.64 downloaded from r4ids.cn and supports RTS even though it doesn't say so on the label. When originally purchased, it had a halo/winged icon with DORASU as the publisher, but the cartridge has since been updated to display the Konami game icon instead. While revision 9 is printed on the chip board, the Wood settings menu shows "HW: R4i Gold 3DSa".

When viewed in GodMode9, it shows 2 files:
QMATERIAL_CQFJA4_00.nds (32.0 MB)
QMATERIAL_CQFJA4_00.trim.nds (30.3 MB)

Would it be possible to support this variant of the R4i Gold 3DS in the future, or is it not compatible?

R4 SDHC RTS LITE (r4isdhc.com) (silver colored)

The R4ISDHC RTS LITE (rtssilver, oldest version from 2011) from www.r4isdhc.com has updatable firmware.
This is the old version that does NOT have the year or "new" printed anywhere on the card!

My card is a little beat up, here is the product page with better pictures (archived because it was taken down from their site): https://web.archive.org/web/20120501090941/http://www.r4isdhc.com:80/rtssliver/
My card looks the same, inside and out. No revision (or any other text) is printed on the board.

Firmware updater .nds + last firmware: http://www.mediafire.com/file/qtnd63n33tl667f/rtssilver_old_firmware.rar

R4i Max (www.r4imax.com) Support

Hi! This is the R4i Max flashcart info

1-Game Header:

Touch! Bomberman Land
Nintendo

fre3

2-Flashcart skin
r43

3-Flashcart Board

f4er 1
f4er 2
img-20170818-wa0026

PD:Sorry by the bad image quality :(

4-Flashcart Kernel files
gt5
Kernel download link: http://www.r4imax.com/download/R4i%20V4.5%20English.zip

5-Update files:

Update for nintendo dsi y dsi xl 1.4.4 y 3ds 4.4.0-10

Update for nintendo 3DS with 7.1.0-14 version (only for new r4i models)

6-Flashcart dump:

ChipID: 000007C2
HW Rev: FFFFFFFF

7-R4i Max website:

http://r4imax.com/index.php

If you need more details tell me :)

NEW R4i (r4i-sdhc.hk)

I have a rare R4i Revolution "NEW" clone, it doesnt load the kernel from the site it has printed on the front (but it works with the kernel from the Blue gateway card) and the board is very different from the ones that has been posted, but also the picture is basically the same (but in black)
it loads with this kernel (link)
and i dont have any firmware updater as i dont know a page that could work the kernel with this clone.

Images (Click to Expand)

Front + PCB Front
PCB Front
PCB Back

GM9 dump of cart: https://mega.nz/#!5OhBlTSL!ErXsQFuh57_unRp8Xjrts6Ea_rH29UtN8tL8Sjop5Rg

R4i V1.4 (r4i-sdhc.com)

A bunch of friend and I bought some R4i V1.4 Upgrade GE (Etc,etc,etc...) and they said that if I could ask you.
Can you add this other flashcard please?
The flashcard looks like this:
http://imgur.com/a/tIq30
Thank you for reading!

(Also except for one of us, we have got DSi 's

R4i Gold 3DS (Non-RTS) Support (www.r4i-gold.eu)

Vendor: www.r4i-gold.eu
ChipID:

000007C2

HW Rev:

00000000

Flashcard's update file:

Main Link: dropfile.to (Access Keys: xGspW62)
Backup Link: archive.org

Extra Information:

3DS Shows this cartridge as: The Chronicles of Narnia: Prince Caspian (NDS Title)

Card's 'Structure':

R4.dat (File) (Maybe is the file the flashcard searches as an entrypoint?)
R4iMenu (Folder) (Flashcard's internals: Fonts, Skins, Cheats, Languages... And a R4iLoader.dat file)
moonshl2 (Folder) (A File Explorer with the ability to launch nds homebrew)
moonmemo (Folder) (Simple readme's for instructions for getting a "Notepad" on the flashcard)
homebrew (Folder) (Some kind of Messenger for the DS called 'Beup Live')

Card 'Features':

Support the Latest N3DS perfectly.
Able to memorize and restore to the previously selected game or application after restarting machine and soft reset
Sleep mode function, for power saving and longer standby time
Multi-languages are optional, they are Simplified Chinese, complicated Chinese, English, Japanese, French, German, Italian, Spainish and Dutch
Friendly interface, easy to operate
Realtime smart help windows
Integrated the latest Moonshell 2.0 Beta version
Game compatibility: 100%
No need to flash. Built-in launch Slot-2 (gba) function
Support GOLD micro sd cards (4GB、8GB、16GB、32GB)
Support DMA read and no lag while using any microSD card
Support FAT16 and FAT32. Files can be transferred with PC, PDA, Cellphone and Camera
Support clean rom and drag-drop to play. Fast loading
Support NDS and iDS games. DS games can run on any DS versions
Files are to be saved directly to TF card, copy or restoration is not required
Automatically recognise saved new game types, no need to update the database
Support moonshell and home brew
Power saving design. Enter optimized mode automatically
Double screen UI, abbreviated picture and game title display, button and touch operations
Easy to use, setting or adjustment is not required
Support Wi-Fi, rumble pack and browser expansion
UI background can be changed
4-level brightness adjustment
Support soft reset
Support AR cheat code
Support soft-reset of moonshell 2.0 (back to main menu of R4 NDSI by pressing START button)
DLDI auto-patching
Support Download play.

Images (Click to Expand)

Card (Front) :

img_0240

Card (Back) :

img_0247

3DS ntrboot_flasher utility "Screenshot":

img_0246

Flascard's chip front picture:

img_0279

Flascard's chip back picture:

img_0283

R4i Revolution for Ds (r4i.ndsi.in)

ChipID: 00000FC2
HW Revision: FFFFFFFF

I Have 2 of the same card, one of them showing 0 files on GM9. both working fine on my 3ds and dsi.
i cant produce backup.bin for either of them tho (using nand flasher)

Images (Click to Expand)

imag0539_1
imag0549_1
imag0540_1
imag0543_1
This is the one with 0 files:
imag0547_1
imag0546_1

GM9 Untrimmed Dump: mega.nz
Updater: mega.nz

R4 Chips and board

I want in this post, everyone post photos about their R4´s chip, i want to do a physical comparisson of all the families (r4ids.cn, r4i-sdhc.com, r4isdhc.com, r4igold.cn, r4igold.cc, etc) maybe with this, we can found a relation between the funcional and supported and the actually unsupported

R4 3DS UPGRADE SDHC [CLONE] (r4isdhc.com)

ChipID: 00000000
HW Revision: 00000000

Images (Click to Expand)

GM9 Untrimmed Dump:
I can't provide becuase I don't have GM9 sorry.

I can be a tester

R4i Ultra (r4ultra.com) - AK2i rebrand

This cart should be fairly easy to support, it is apparently simply a rebranding of the AK2i HW81 by the Acekard team. The cart commands seem to be the exact same; Decrypt9 detects it as an AK2i HW81 and you can even "convert" it to an AK2i by flashing an AK2i ROM dump to it. Apparently, ntrboot works if you "convert" the cart and then inject, but does not if you try to inject with the original flash intact.

This is claimed to be a dump of the original flash, and this is a dump of the ROM it uses to fool the system.

A picture of the cart, for clarity

R4 Revolution for DS (fakely rebranded as R4i-SDHC) (site unknown)

This card is a hell of a fake card. The card is "bricked", and freezes every 3DS when this card is put on.
Last minute edit : It was said to be not working since a pink DS that I've had tried to make it work without success. Methinks it was an upgrade problem. At digging in my memories, it either had a timebomb or told the user when they had a "fake" firmware.
ChipID: 04040404
HW Revision: 04040404
Firmware that worked on this card before : http://www.r4i-sdhc.com/R4i%20V1.12d%20French.zip

Images (Click to Expand)

img_20170829_152131
img_20170829_152139

GM9 Untrimmed Dump: not possible to have, 0 bytes on the card (as GM9 says)

Debug.log ; https://hastebin.com/cedudejuqa.md

R4ids.cn problem with ntrboot

I finally got the R4 card for the NTRBOOT, but i got a problem, i do the procedure with the magnet and all... but nothing happens... so... i restore my card, but is telling me:

Checking: 00350000 (going up)
Writing Chunk:00350000(going up)
Chunks Written 57 (0000003A)(going up)
whats going on Here??

DSTT/TTDS Issue Tracking

Instead of making new issues for each DSTT flashchip, post in here if you have an unsupported flash chip or one of the support flashchips doesn't work for you.

You can find a list of supported/unsupported flashchips at the top of this file: https://github.com/kitling/flashcart_core/blob/master/devices/dstt.cpp

When posting about an unsupported flashchip, please provide the flashchip ID (from /ntrboot/ntrboot.log when using the latest release) as well as a picture of the flashchip on the PCB.

Chips that 100% work and are tested:

  • 0xBAC2 - MX29LV400B (Most common)

Supercard DSONEi/DSONEi mini

Firmware is on this page: http://eng.supercard.sc/manual/dsone/evolution/znsj.htm

direct download: http://down.supercard.sc/download/evolution/dsoneimini_update_eng_3ds_44010.zip

the firmware updater is an .nds file and is updated by running the file as you would a ROM from the built in main menu.

I have the Mini, specifically. But my limited research has shown that the DSOnei and the DSOnei Mini are the same, with the only difference being that the mini didn't come with a USB flasher (you had to run the updater from the console)

from the ntrboot_flasher dump:
ChipID: 00000FC2
HW Rev: 00000000

On the cart, the little bits on the left are numbered 103 and 104. The bigger rectangle chip thing says 24,000 Mhz, and to the right, the little bit is numbered 105. I didn't see any labeling at all on the large square chip. I couldn't get a photo of the backside. it felt like it was glued into place.

Images (Click to Expand)

2017-08-14 17 01 40-1

This cart works on the 3DS up until firmware 4.4. It was blocked several times along the way, until 4.5 when the blacklist could no longer be beaten by the developers of this cart. a hacked 3DS with a whitelist or other workaround can still play this cart.

Thank you for your hard work, even if you can't get it running with this cart. :)

R4 SDHC Dual-Core (r4isdhc.hk)

Not sure what firmware you are using for the dualcore but I found after a bit of googling there was an unofficial YSMenu firmware listed for it on the woodr4 page as well as a firmware update .nds file, however for me the links for the .nds are broken

Info from the woodR4 Dualcore page

Hope it helps, but for now im going to try to find that .nds file

Supercard DStwo

Hello, I have found an index page of the DStwo team. Here are all EOS and firmware updates, as well as suitable DLDI and SDK tools available.

I hope so you can work to develop a suitable NTRBoot flasher for the DStwo.

Source;; http://down.supercard.sc/download/dstwo/

TTDS Clones (various)

Did Ace3DS (1st-gen/Non-Plus) Flashcard would be supported?
The Flashcard itself is another TTDS based card with upgradeable firmware. Boots the Kernel from 3DSCARD.dat file. Works well with Retrogamefan TTDS YSMenu kernel.
The Team stopped upgrading the card after 3DS FW 4.3.0-10, afterwards deleted any reference of it on their site in favor of "Plus" model.
The latest firmware it has supports 4.3.0-10 but all the links on net are dead, the most updated firmware i was able to found was 4.0.0-7 support update from Filetrip:
https://filetrip.net/nds-downloads/flashcart-files/download-ace3ds-update-3ds-v4-0-0-7-package-4-0-0-7-f28254.html
The update package has 2 files, the nds updater and a 4MB sized "update.dat" file which i suppouse is the Firmware itself.
NTRBoot Flasher gives me the following data (my card has 4.3.0-10 FW):
ChipID: 00000FC2
HW Rev: 00000000
There are some pics of the PCB, sorry for the low quality i don't have any better camera here xP:
img_20170814_001336
img_20170814_001343
img_20170814_001420
img_20170814_001505
img_20170814_001243

Hope all this info helps, thanks :D

R4iSDHC.hk R4 dual core

Ok people...i dont know if this card was posted before to discussion... but i was Reading outside this posts, and some people says this card is more or less the same as R4 3ds gold (one of the compatibles with ntrboot) so my question is... is that true??
Oh... and the firmware of this card can be downloaded... or maybe "extracting" the ROM with GM9

ChipID:00000FC2
HWrev:FFFFFFFF
https://web.archive.org/web/20161113005731/http://www.r4isdhc.hk/download_2014/3DSV7.0.0-13%20upgarde%20firmware.rar
Thats the link to download the firmware (not kernel) in wayback machine
Btw... is a .nds file

Sent from my Samsung SM-G610M using FastHub

R4i Gold (R4iSDHC.com Family)

Images (Click to Expand)

p490_1
r4 gold pro 2016


@KitLing
Does this R4 card have support?
i was reading the "flashcart_core" and it says "incomplete" (R4 SDHC Dualcore) and the R4 of the image is from the family of that R4 in the "incomplete "section
so... the question is?

¿The R4 family cards from "R4iSDHC.com" Will have support??

The Chip ID is 000007C2
The HW REV is FFFFFFFF

Other thing to say, that R4 have versions
(2015, 2016 and 2017) but it doens't matter if you hace a 2015 or 2016 because that models are exactly the same firmware, kernel and chips, and works perfectly with the last firmwares of the new and old 3ds (fw 11.5) to play nds games

PD: Sorry for my english and this is the page from one reseller that i Found
http://www.nds-card.com/ProShow.asp?ProID=490

Sent from my Samsung SM-G610M using FastHub

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.