Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m3vilurr committed Aug 15, 2017
1 parent a4888ba commit adcd1e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
## NDS version NTRBOOTHAX flasher
Only tested NDSL + AK2I
Only tested NDSL + AK2I & R4i Gold

DO NOT USE THIS ON NDSI

### Known issues
* Probably cannot use with non AK2I cart.

We should make NDSI mode instead NDS. But that mode cannot use cartridge
swap, and probably lost flashcart feature until someone provide restore
image.

* Removed restore feature, I don't know reason, flasher occur cartridge brick.

But, AK2I will work as flashcart whenever flashed or not.
So, just feature blocked.

### Build
1. copy these 4 binaries to `binaries` directory.
- `blowfish_dev.bin`
Expand Down
5 changes: 2 additions & 3 deletions source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ u8 restorable = 0;
Flashcart* waitCartReady() {
Flashcart *cart = NULL;
do {
iprintf("Please eject & reinsert cartridge.\n");
iprintf("If you use non AK2i cart,\n");
iprintf("remove SDCARD from your cartridge.\n");
iprintf("Please eject and remove SDCARD\n");
iprintf("Then reinsert cartridge.\n");
waitPressA();

iprintf("ChipID: %08X\n", Flashcart::getChipID());
Expand Down

0 comments on commit adcd1e2

Please sign in to comment.